[oe-commits] Koen Kooi : libxsettings: fix problems with strip

GIT User account git at amethyst.openembedded.net
Wed Mar 4 10:26:23 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e231c7a194a25cad4e31f75215f422d901de496d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e231c7a194a25cad4e31f75215f422d901de496d

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar  4 11:24:33 2009 +0100

libxsettings: fix problems with strip

---

 packages/libxsettings/libxsettings_0.11.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/packages/libxsettings/libxsettings_0.11.bb b/packages/libxsettings/libxsettings_0.11.bb
index 2d9a365..fc6f452 100644
--- a/packages/libxsettings/libxsettings_0.11.bb
+++ b/packages/libxsettings/libxsettings_0.11.bb
@@ -4,10 +4,16 @@ LICENSE = "BSD-X"
 PRIORITY = "optional"
 DEPENDS = "virtual/libx11"
 
+PR = "r1"
+
 inherit gpe
 
 headers = "xsettings-common.h"
 
+do_compile_prepend() {
+	sed -i -e 's: -s : :g' Makefile 
+}
+
 do_stage () {
         oe_libinstall -so libXsettings ${STAGING_LIBDIR}
 





More information about the Openembedded-commits mailing list