Review at  https://gerrit.osmocom.org/3555

lksctp-tools: Use bb.utils.contains instead of deprecated base_contains

Change-Id: Ic5fb0f35e5c9a3c48748b2941f471f0704a41e75
---
M recipes-misc/lksctp-tools/lksctp-tools_1.0.16.bb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/55/3555/1

diff --git a/recipes-misc/lksctp-tools/lksctp-tools_1.0.16.bb 
b/recipes-misc/lksctp-tools/lksctp-tools_1.0.16.bb
index d3e6a5d..f69e71c 100644
--- a/recipes-misc/lksctp-tools/lksctp-tools_1.0.16.bb
+++ b/recipes-misc/lksctp-tools/lksctp-tools_1.0.16.bb
@@ -21,7 +21,7 @@
 #| 
/home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.0/ld:
 error: symbol sctp_connectx has undefined version
 #| collect2: error: ld returned 1 exit status
 #| make[4]: *** [libsctp.la] Error 1
-PNBLACKLIST[lksctp-tools] ?= "${@base_contains('DISTRO_FEATURES', 
'ld-is-gold', "BROKEN: fails to link against sctp_connectx symbol", '', d)}"
+PNBLACKLIST[lksctp-tools] ?= "${@bb.utils.contains('DISTRO_FEATURES', 
'ld-is-gold', "BROKEN: fails to link against sctp_connectx symbol", '', d)}"
 
 S = "${WORKDIR}/${BP}"
 

-- 
To view, visit https://gerrit.osmocom.org/3555
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5fb0f35e5c9a3c48748b2941f471f0704a41e75
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to