mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
util-macros: fix DEPENDS for nativesdk
(From OE-Core rev: adf342de34604fc5a75df9798feac1e4e2b27944) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,6 +13,7 @@ PR = "r0"
|
||||
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
||||
DEPENDS = "gettext libgpg-error"
|
||||
DEPENDS_virtclass-native = "gettext"
|
||||
DEPENDS_virtclass-nativesdk = "gettext"
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
|
||||
|
||||
Reference in New Issue
Block a user