diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-06-11 01:46:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 15:28:23 +0100 |
commit | 73577ed0a95c2e6947aa27534e849787d632ad7d (patch) | |
tree | 96335401b6342b314838ee54da928f67129d983a /meta/recipes-graphics | |
parent | e4293c5be719663d75d7bc464a04a841d8b35115 (diff) | |
download | poky-73577ed0a95c2e6947aa27534e849787d632ad7d.tar.gz |
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
12 | 12 | ||
13 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 13 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
14 | DEPENDS = "libgpg-error" | 14 | DEPENDS = "libgpg-error" |
15 | DEPENDS_virtclass-native = "gettext" | 15 | DEPENDS_virtclass-native = "virtual/gettext" |
16 | DEPENDS_virtclass-nativesdk = "gettext" | 16 | DEPENDS_virtclass-nativesdk = "virtual/gettext" |
17 | 17 | ||
18 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS_${PN}-dev = "" |
19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |