blob: d359be766c069e6ff87f2c9fde4732f5515e3de1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require intltool_${PV}.bb
PR = "r2"
inherit native
DEPENDS = "libxml-parser-perl-native"
export PERL = "/usr/bin/env perl"
SRC_URI_append = " file://intltool-nowarn-0.40.0.patch;patch=1"
RRECOMMENDS = ""
|