aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/intltool/intltool-native_0.40.3.bb
blob: 750914c43e18b1e2229d5a91ee35471603f89d1e (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

inherit 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
}
	

SRC_URI[md5sum] = "7adee54938b22d32c63ecb5223fd4249"
SRC_URI[sha256sum] = "f30cbb62345310a27f74a43fef17f146d99203c097c6460002da0a22d969a594"