From 73577ed0a95c2e6947aa27534e849787d632ad7d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 11 Jun 2011 01:46:30 -0700 Subject: util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettext So multiple provider problem can be reolved amicably (From OE-Core rev: 904749315385b3c2951a23748577cb65b862606b) Signed-off-by: Khem Raj 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 dfeb7ff9a2..88ee4f6939 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 = "gettext" -DEPENDS_virtclass-nativesdk = "gettext" +DEPENDS_virtclass-native = "virtual/gettext" +DEPENDS_virtclass-nativesdk = "virtual/gettext" RDEPENDS_${PN}-dev = "" RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" -- cgit v1.2.3-54-g00ecf