diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb index b35f79875..d75b9ef40 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb @@ -1,4 +1,9 @@ -LICENSE = "GPLv2" +DESCRIPTION = "A simple GTK+ based panel for handheld devices." +HOMEPAGE = "http://matchbox-project.org" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2+" + PRIORITY = "optional" DEPENDS = "gtk+ startup-notification dbus dbus-glib" DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" |