mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +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:
committed by
Richard Purdie
parent
a778fb3115
commit
0a011ca48a
@@ -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