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-graphics/xorg-util/util-macros_1.14.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/xorg-util') diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb index 88ee4f6939..4fa235b4d9 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb @@ -12,8 +12,8 @@ PR = "r0" # ${PN} is empty so we need to tweak -dev and -dbg package dependencies DEPENDS = "libgpg-error" -DEPENDS_virtclass-native = "virtual/gettext" -DEPENDS_virtclass-nativesdk = "virtual/gettext" +DEPENDS_virtclass-native = "virtual/gettext-native" +DEPENDS_virtclass-nativesdk = "virtual/gettext-nativesdk" RDEPENDS_${PN}-dev = "" RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" -- cgit v1.2.3-54-g00ecf