diff options
| -rw-r--r-- | meta/recipes-support/nspr/nspr_4.19.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/nspr/nspr_4.19.bb b/meta/recipes-support/nspr/nspr_4.19.bb index b43c78081d..b5264be2a0 100644 --- a/meta/recipes-support/nspr/nspr_4.19.bb +++ b/meta/recipes-support/nspr/nspr_4.19.bb | |||
| @@ -149,7 +149,9 @@ TESTS = " \ | |||
| 149 | xnotify \ | 149 | xnotify \ |
| 150 | zerolen" | 150 | zerolen" |
| 151 | 151 | ||
| 152 | inherit autotools | 152 | inherit autotools multilib_script |
| 153 | |||
| 154 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/nspr-config" | ||
| 153 | 155 | ||
| 154 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 156 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 155 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 157 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
