diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-01 18:54:29 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:54 +0100 |
commit | b2a2e197e8b5d342704bb71d3822deb712890ec3 (patch) | |
tree | 7038ea465e7f3fa575429b11573bb150436323bf /meta | |
parent | 0768dffa27ab85055e3b86989f17c3f05f21c7a8 (diff) | |
download | poky-b2a2e197e8b5d342704bb71d3822deb712890ec3.tar.gz |
matchbox-keyboard: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb index 568a83e516..bfceba05d4 100644 --- a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | |||
@@ -1,5 +1,9 @@ | |||
1 | DESCRIPTION = "Matchbox virtual keyboard for X11" | 1 | DESCRIPTION = "Matchbox virtual keyboard for X11" |
2 | LICENSE = "GPL" | 2 | HOMEPAGE = "http://matchbox-project.org" |
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "GPLv2+" | ||
6 | |||
3 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" | 7 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" |
4 | RDEPENDS = "formfactor dbus-wait" | 8 | RDEPENDS = "formfactor dbus-wait" |
5 | SECTION = "x11" | 9 | SECTION = "x11" |