blob: bb2b75dacfed21d0b7cd53b191db6fda019cec35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
require intltool.inc
PR = "${INC_PR}.0"
DEPENDS += " libxml-parser-perl-native"
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
}
SRC_URI[md5sum] = "7adee54938b22d32c63ecb5223fd4249"
SRC_URI[sha256sum] = "f30cbb62345310a27f74a43fef17f146d99203c097c6460002da0a22d969a594"
|