[oe-commits] : intltool-native 0.40.3: replace patch with sed

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Aug 28 13:36:00 UTC 2008


Module: OE.dev
Branch: master
Commit: d0eef6f48536fc867963cb92e15e5ea110f13b8e
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=d0eef6f48536fc867963cb92e15e5ea110f13b8e

Author:  <koen at openembedded.org>
Date:   Wed Aug 27 17:28:28 2008 +0000

intltool-native 0.40.3: replace patch with sed

---

 packages/intltool/intltool-native_0.40.3.bb |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/packages/intltool/intltool-native_0.40.3.bb b/packages/intltool/intltool-native_0.40.3.bb
index bf2e0f3..ca1c5ef 100644
--- a/packages/intltool/intltool-native_0.40.3.bb
+++ b/packages/intltool/intltool-native_0.40.3.bb
@@ -1,6 +1,15 @@
 require intltool_${PV}.bb
 
+PR = "r1"
+
 inherit native
 DEPENDS = "libxml-parser-perl-native"
 
 export PERL = "/usr/bin/env perl"
+
+do_configure_prepend() {
+	cd ${S}
+	for i in intltool*.in ; do 
+	 	sed -i -e s:-w::g $i 
+	done	
+}





More information about the Openembedded-commits mailing list