From patchwork Mon Jun 13 06:54:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [*RFC, CONSOLIDATED, PULL, RFC*, 11/23] util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettext Date: Mon, 13 Jun 2011 06:54:21 -0000 From: Saul Wold X-Patchwork-Id: 5711 Message-Id: To: openembedded-core@lists.openembedded.org From: Khem Raj So multiple provider problem can be reolved amicably Signed-off-by: Khem Raj --- .../xorg-util/util-macros_1.13.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb index a6f5402..4bac614 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.13.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})"