mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
guile: fix the depends for target recipes
The depenency on guild-native and libatomics-ops is missing in multilib build, fix the depends with class-target. (From OE-Core master rev: 88f1913f7cea54f0e4e1024ea506b5ce9faea96b) (From OE-Core rev: 1aeab422006c5e5b1bffa3fa05669fcb01d7ffdf) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2555e58e56
commit
59e8d60e25
@@ -36,7 +36,7 @@ BBCLASSEXTEND = "native"
|
||||
|
||||
DEPENDS = "libunistring bdwgc gmp libtool libffi"
|
||||
# add guile-native only to the target recipe's DEPENDS
|
||||
DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}"
|
||||
DEPENDS_append_class-target = " guile-native libatomics-ops"
|
||||
|
||||
RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user