diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-01 14:31:15 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:53 +0100 |
commit | d29f2cceafe95fa079e2ca9155f9389a21c25c26 (patch) | |
tree | 4ae5867f39516fa3e4e63c8be3b2953aa65feab1 | |
parent | 17b2ce5bc20b2a7b445bc94e5e49f0117be08ab6 (diff) | |
download | poky-d29f2cceafe95fa079e2ca9155f9389a21c25c26.tar.gz |
pcmanfm: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-rw-r--r-- | meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb b/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb index d45f93e837..0576c32f53 100644 --- a/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb +++ b/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb | |||
@@ -1,5 +1,9 @@ | |||
1 | LICENSE = "GPL" | 1 | DESCRIPTION = "Fast lightweight tabbed filemanager" |
2 | DESCRIPTION = "procfs tools" | 2 | HOMEPAGE = "http://pcmanfm.sourceforge.net/" |
3 | BUGTRACKER = "" | ||
4 | |||
5 | LICENSE = "GPLv2 & GPLv2+ & LGPLv2.1+" | ||
6 | |||
3 | SECTION = "x11" | 7 | SECTION = "x11" |
4 | PRIORITY = "optional" | 8 | PRIORITY = "optional" |
5 | DEPENDS = "gtk+ startup-notification" | 9 | DEPENDS = "gtk+ startup-notification" |