From c8ccedddd5167c2e9c752b5cb8c87df16e80a7de Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 31 Aug 2008 14:13:29 +0000 Subject: intltool native: fix up m4 --- packages/intltool/intltool-native_0.40.3.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packages/intltool') diff --git a/packages/intltool/intltool-native_0.40.3.bb b/packages/intltool/intltool-native_0.40.3.bb index ca1c5ef5c9..a90b667d6d 100644 --- a/packages/intltool/intltool-native_0.40.3.bb +++ b/packages/intltool/intltool-native_0.40.3.bb @@ -1,6 +1,6 @@ require intltool_${PV}.bb -PR = "r1" +PR = "r2" inherit native DEPENDS = "libxml-parser-perl-native" @@ -13,3 +13,8 @@ do_configure_prepend() { sed -i -e s:-w::g $i done } + +do_configure_append() { + sed -i -e s:head\ -1:head\ -n1:g intltool.m4 +} + -- cgit 1.2.3-korg