From patchwork Sun Jun 12 04:19:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/6] util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettext Date: Sun, 12 Jun 2011 04:19:02 -0000 From: Khem Raj X-Patchwork-Id: 5667 Message-Id: <83f1e8503def3a9d29b83b3b5defc728c7859385.1307852182.git.raj.khem@gmail.com> To: OE core 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})"