mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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>
This commit is contained in:
@@ -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})"
|
||||
|
||||
Reference in New Issue
Block a user