[oe-commits] Martin Jansa : gpe-icons: install to directory managed by update-alternatives

git version control git at git.openembedded.org
Mon Nov 9 19:20:08 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 8ad8b37db105fefa5751a8b34be2e857223640fa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8ad8b37db105fefa5751a8b34be2e857223640fa

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Nov  9 20:19:21 2009 +0100

gpe-icons: install to directory managed by update-alternatives

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/gpe-icons/gpe-icons_0.25.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/gpe-icons/gpe-icons_0.25.bb b/recipes/gpe-icons/gpe-icons_0.25.bb
index 6276e95..42742d4 100644
--- a/recipes/gpe-icons/gpe-icons_0.25.bb
+++ b/recipes/gpe-icons/gpe-icons_0.25.bb
@@ -7,9 +7,14 @@ RDEPENDS = "gdk-pixbuf-loader-png"
 
 inherit gpe
 
-PR = "r1"
+PR = "r2"
 
 #only icons present in the package
 PACKAGE_ARCH = "all"
 FILES_${PN} = "${datadir}/gpe"
 
+do_configure_prepend() {
+        sed -i "s| \$(DESTDIR)\$(PREFIX)/share/gpe/pixmaps/| \$(DESTDIR)\$(PREFIX)/share/gpe/pixmaps.${PN}/|g" Makefile
+}
+
+require gpe-icons.inc





More information about the Openembedded-commits mailing list