summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/ruby/ruby_2.5.5.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_2.5.5.bb b/meta/recipes-devtools/ruby/ruby_2.5.5.bb
index 341329a6a1..223b0371eb 100644
--- a/meta/recipes-devtools/ruby/ruby_2.5.5.bb
+++ b/meta/recipes-devtools/ruby/ruby_2.5.5.bb
@@ -8,17 +8,12 @@ SRC_URI += " \
8SRC_URI[md5sum] = "7e156fb526b8f4bb1b30a3dd8a7ce400" 8SRC_URI[md5sum] = "7e156fb526b8f4bb1b30a3dd8a7ce400"
9SRC_URI[sha256sum] = "28a945fdf340e6ba04fc890b98648342e3cccfd6d223a48f3810572f11b2514c" 9SRC_URI[sha256sum] = "28a945fdf340e6ba04fc890b98648342e3cccfd6d223a48f3810572f11b2514c"
10 10
11# it's unknown to configure script, but then passed to extconf.rb
12# maybe it's not really needed as we're hardcoding the result with
13# 0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
14UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo"
15
16PACKAGECONFIG ??= "" 11PACKAGECONFIG ??= ""
17PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" 12PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
18 13
19PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind" 14PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind"
20PACKAGECONFIG[gmp] = "--with-gmp=yes, --with-gmp=no, gmp" 15PACKAGECONFIG[gmp] = "--with-gmp=yes, --with-gmp=no, gmp"
21PACKAGECONFIG[ipv6] = ",--enable-wide-getaddrinfo," 16PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
22 17
23EXTRA_AUTORECONF += "--exclude=aclocal" 18EXTRA_AUTORECONF += "--exclude=aclocal"
24 19