aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/intltool/intltool_0.40.3.bb
blob: ddd6f8956df6c2cf0008bb13a55ee51ea947aad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require intltool.inc

PR = "${INC_PR}.1"

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

do_configure_prepend() {
	sed -i -e s:\\\$\(PERL\):\$\(PERL_TARGET\):g Makefile.am
}	

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