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