summaryrefslogtreecommitdiff
path: root/packages/intltool/intltool-native_0.40.3.bb
blob: ca1c5ef5c9db15951c772d157e1935ef0cc3546d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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	
}