diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-13 13:05:07 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-15 00:49:57 +0100 |
commit | cbd7025530add28ba6203ae011c41ee5bb2ccace (patch) | |
tree | 3d47f86be213a06c175d65e5ca79c5f4cdad6305 /recipes/gpe-icons/gpe-icons_0.25.bb | |
parent | a91a2ce9135d8330ea6aed5286ca52c82deadbe2 (diff) |
gpe-icons: cleanup include file a bit, don't inherit update-alternatives, just do it in postins/prerm with distro override
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gpe-icons/gpe-icons_0.25.bb')
-rw-r--r-- | recipes/gpe-icons/gpe-icons_0.25.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/gpe-icons/gpe-icons_0.25.bb b/recipes/gpe-icons/gpe-icons_0.25.bb index 7070e12c2b..14f7f26fb7 100644 --- a/recipes/gpe-icons/gpe-icons_0.25.bb +++ b/recipes/gpe-icons/gpe-icons_0.25.bb @@ -1,13 +1,10 @@ DESCRIPTION = "Common icons for GPE" LICENSE = "GPL" -SECTION = "gpe" - -RDEPENDS = "gdk-pixbuf-loader-png" PR = "${INC_PR}.0" -#only icons present in the package -PACKAGE_ARCH = "all" +inherit gpe + FILES_${PN} = "${datadir}/gpe" #Only SHR is using u-a for gpe-icons |