summaryrefslogtreecommitdiff
path: root/recipes/gpe-icons/gpe-icons_0.25.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-01-07 16:25:05 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-08 20:53:00 +0100
commit1f191e529ec4f2eae846ce727b71837951c762a0 (patch)
tree152f015858a2edd6e7c0a12ebefe6eb9ab25d9dd /recipes/gpe-icons/gpe-icons_0.25.bb
parent0f5fd96b66e2551d9599726e3d26f51fe93471c2 (diff)
gpe-icons: use u-a and postinst merger for gpe-icons only for SHR
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.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes/gpe-icons/gpe-icons_0.25.bb b/recipes/gpe-icons/gpe-icons_0.25.bb
index 6276e9510b..7070e12c2b 100644
--- a/recipes/gpe-icons/gpe-icons_0.25.bb
+++ b/recipes/gpe-icons/gpe-icons_0.25.bb
@@ -4,12 +4,15 @@ SECTION = "gpe"
RDEPENDS = "gdk-pixbuf-loader-png"
-
-inherit gpe
-
-PR = "r1"
+PR = "${INC_PR}.0"
#only icons present in the package
PACKAGE_ARCH = "all"
FILES_${PN} = "${datadir}/gpe"
+#Only SHR is using u-a for gpe-icons
+do_configure_prepend_shr() {
+ sed -i "s| \$(DESTDIR)\$(PREFIX)/share/gpe/pixmaps/| \$(DESTDIR)\$(PREFIX)/share/gpe/pixmaps.${PN}/|g" Makefile
+}
+
+require gpe-icons.inc