mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
nspr: fix script conflict for multilib
Stop the nspr-config scripts conflicting in a multilib case. (From OE-Core rev: b13fa9bf966bb6f132e82b94bf1ecf4b2e095dbe) Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e479cee5d
commit
70eb6be9b1
@@ -149,7 +149,9 @@ TESTS = " \
|
||||
xnotify \
|
||||
zerolen"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools multilib_script
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/nspr-config"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
||||
|
||||
Reference in New Issue
Block a user