gpe-ownerinfo: fix more install -s breakage
authorKoen Kooi <koen@openembedded.org>
Wed, 4 Mar 2009 20:03:29 +0000 (21:03 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 4 Mar 2009 20:03:29 +0000 (21:03 +0100)
packages/gpe-ownerinfo/gpe-ownerinfo.inc
packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb

index 704044f..a56d2f9 100644 (file)
@@ -6,6 +6,10 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "gtk+ libgpewidget"
 
+do_compile_prepend() {
+       sed -i -e 's: -s : :g' Makefile
+}
+
 do_stage () {
        oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
        install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
index b00cc7c..6ce0f8f 100644 (file)
@@ -1,5 +1,5 @@
 require gpe-ownerinfo.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://compile.patch;patch=1"