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 | poky-0768dffa27ab85055e3b86989f17c3f05f21c7a8.tar.gz | |
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 bc6c0511dd..6c684d8cdb 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 @@ | |||
| 1 | DESCRIPTION = "Matchbox GTK+ theme configuration application." | 1 | DESCRIPTION = "Matchbox GTK+ theme configuration application." |
| 2 | LICENSE = "GPL" | 2 | HOMEPAGE = "http://matchbox-project.org" |
| 3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2+" | ||
| 6 | |||
| 3 | DEPENDS = "gconf gtk+" | 7 | DEPENDS = "gconf gtk+" |
| 4 | RDEPENDS = "settings-daemon" | 8 | RDEPENDS = "settings-daemon" |
| 5 | 9 | ||
