aboutsummaryrefslogtreecommitdiffstats
path: root/packages/intltool/intltool-native_0.40.3.bb
blob: d5a2a6d5132ea81676454a2e9069793bdca6dde3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require intltool_${PV}.bb

FILE_PR = "r2"

inherit native
DEPENDS = "libxml-parser-perl-native"

EXTRA_OEMAKE = "'PERL_TARGET=/usr/bin/env perl'"

do_configure_prepend() {
	cd ${S}
	for i in intltool*.in ; do 
	 	sed -i -e s:-w::g $i 
	done	
}

do_configure_append() {
        sed -i -e s:head\ -1:head\ -n1:g intltool.m4
}