diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-01 18:49:27 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:53 +0100 |
commit | 0768dffa27ab85055e3b86989f17c3f05f21c7a8 (patch) | |
tree | 6040a6b58809820c31b822e29cdd577d6a53295a | |
parent | ab6fd579c730efbdfa969d0c8225ba639fd47f71 (diff) | |
download | openembedded-core-0768dffa27ab85055e3b86989f17c3f05f21c7a8.tar.gz openembedded-core-0768dffa27ab85055e3b86989f17c3f05f21c7a8.tar.bz2 openembedded-core-0768dffa27ab85055e3b86989f17c3f05f21c7a8.tar.xz openembedded-core-0768dffa27ab85055e3b86989f17c3f05f21c7a8.zip |
matchbox-config-gtk: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-rw-r--r-- | meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb b/meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb index bc6c0511d..6c684d8cd 100644 --- a/meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb +++ b/meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb @@ -1,5 +1,9 @@ DESCRIPTION = "Matchbox GTK+ theme configuration application." -LICENSE = "GPL" +HOMEPAGE = "http://matchbox-project.org" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2+" + DEPENDS = "gconf gtk+" RDEPENDS = "settings-daemon" |