mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02: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
|
||||
|
||||
PR = "r1"
|
||||
|
||||
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"
|
||||
RRECOMMENDS = ""
|
||||
|
||||
@@ -6,5 +6,3 @@ DEPENDS = "libxml-parser-perl-native"
|
||||
PR = "r0"
|
||||
|
||||
RRECOMMENDS = "perl-modules"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user