aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby/ruby_2.2.2.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-01-21 00:51:22 -0800
committerRobert Yang <liezhi.yang@windriver.com>2016-01-21 17:58:33 -0800
commit7c60a8094ba098006166f4b2eb8f23b6891c7e7e (patch)
tree0598ee061563468167d983dc3d27cb05a5b0fbf9 /meta/recipes-devtools/ruby/ruby_2.2.2.bb
parent8084c185c43cb7e7f5e29d31939dfd308f8a0f93 (diff)
downloadopenembedded-core-contrib-7c60a8094ba098006166f4b2eb8f23b6891c7e7e.tar.gz
meta: cleanup PACKAGECONFIG ??= ""rbt/clean
The base.bbclass can handle PACKAGECONFIG well when it is not set, so PACKAGECONFIG ??= "" isn't useful here, but there are a lot of them, which may mislead the newbie that it is a must. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby_2.2.2.bb')
-rw-r--r--meta/recipes-devtools/ruby/ruby_2.2.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_2.2.2.bb b/meta/recipes-devtools/ruby/ruby_2.2.2.bb
index 9b807a7cd9..0c3b992625 100644
--- a/meta/recipes-devtools/ruby/ruby_2.2.2.bb
+++ b/meta/recipes-devtools/ruby/ruby_2.2.2.bb
@@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "5ffc0f317e429e6b29d4a98ac521c3ce65481bfd22a8cf845fa02a7b11
# 0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo"
-PACKAGECONFIG ??= ""
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind"