From 773c55564853d12aa71388383a5173b759ba1aa1 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Fri, 5 Aug 2011 11:28:36 +0800 Subject: Misc: Corrected the dependency on non-native for -native package. [YOCTO #1336] Corrected the wrong dependency on non-native for -native packages for the following recipes: - util-macros - intltool (From OE-Core rev: e33bd6024c5f4cdd5c16d51e9b5c75ec4e1f1fb8) Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- meta/recipes-devtools/intltool/intltool.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/intltool') diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc index c934654..1e778b6 100644 --- a/meta/recipes-devtools/intltool/intltool.inc +++ b/meta/recipes-devtools/intltool/intltool.inc @@ -9,6 +9,7 @@ S = "${WORKDIR}/intltool-${PV}" DEPENDS = "libxml-parser-perl-native" #RDEPENDS_${PN} = "libxml-parser-perl" RRECOMMENDS_${PN} = "perl-modules" +RRECOMMENDS_${PN}_virtclass-native = "" inherit autotools pkgconfig perlnative -- cgit v1.1