| Submitter | Khem Raj |
|---|---|
| Date | June 12, 2011, 4:19 a.m. |
| Message ID | <83f1e8503def3a9d29b83b3b5defc728c7859385.1307852182.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/5667/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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})"
So multiple provider problem can be reolved amicably Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../xorg-util/util-macros_1.13.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)