1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +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:
Ross Burton
2007-08-02 15:57:37 +00:00
parent 836647c55f
commit 599eccd307
2 changed files with 3 additions and 3 deletions
@@ -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"