mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Fix intltool-native dependency on perl
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2338 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
require intltool_${PV}.bb
|
require intltool_${PV}.bb
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
DEPENDS = "libxml-parser-perl-native"
|
DEPENDS = "libxml-parser-perl-native"
|
||||||
|
|
||||||
export PERL = "/usr/bin/env perl"
|
export PERL = "/usr/bin/env perl"
|
||||||
SRC_URI_append = " file://intltool-nowarn.patch;patch=1"
|
SRC_URI_append = " file://intltool-nowarn.patch;patch=1"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
RRECOMMENDS = ""
|
||||||
|
|||||||
@@ -6,5 +6,3 @@ DEPENDS = "libxml-parser-perl-native"
|
|||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
RRECOMMENDS = "perl-modules"
|
RRECOMMENDS = "perl-modules"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user