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