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:
Ross Burton
2007-08-02 15:57:37 +00:00
parent 836647c55f
commit 599eccd307
2 changed files with 3 additions and 3 deletions

View File

@@ -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 = ""

View File

@@ -6,5 +6,3 @@ DEPENDS = "libxml-parser-perl-native"
PR = "r0"
RRECOMMENDS = "perl-modules"
DEFAULT_PREFERENCE = "-1"