aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-misc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-12-03 13:45:18 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-12-03 13:55:51 +0100
commite3952be2678d81dc18d1aa80e6f13be5383e8336 (patch)
treeac4061ac0b8062118e4feead218afcdaddfa7b80 /recipes-misc
parent89b0dcbe6e981fcc33960c28005a927f34744b4e (diff)
lksctp-tools: RRECOMENDS kernel-module-sctp
Previously the kernel module was only pulled in for ${PN}-utils and ${PN}-ptest, but not for the library itself. As a result, apps using only the library (like osmo-msc->libosmocore->libsctp) fail because the kernel module is not installed in the image. Change-Id: If69b82d1c03079b09284a325bd418313e8187cf9
Diffstat (limited to 'recipes-misc')
-rw-r--r--recipes-misc/lksctp-tools/lksctp-tools_1.0.16.bb3
1 files changed, 3 insertions, 0 deletions
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 f69e71c..7aaa6e1 100644
--- a/recipes-misc/lksctp-tools/lksctp-tools_1.0.16.bb
+++ b/recipes-misc/lksctp-tools/lksctp-tools_1.0.16.bb
@@ -17,6 +17,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lksctp/${BP}.tar.gz \
SRC_URI[md5sum] = "708bb0b5a6806ad6e8d13c55b067518e"
SRC_URI[sha256sum] = "0903dd526b7f30a89d5031aa2c82757612becc38ed7bc6e4f972f8deae351f26"
+PR = "r1"
+
#| arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork --sysroot=/home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/qemuarm -shared -fPIC -DPIC .libs/bindx.o .libs/connectx.o .libs/peeloff.o .libs/opt_info.o .libs/addrs.o .libs/sendmsg.o .libs/recvmsg.o -march=armv5te -marm -mthumb-interwork --sysroot=/home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/qemuarm -O2 -Wl,--version-script=/home/jenkins/oe/world/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/lksctp-tools/1.0.16-r0/lksctp-tools-1.0.16/src/lib/Versions.map -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-soname -Wl,libsctp.so.1 -o .libs/libsctp.so.1.0.16
#| /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
@@ -61,5 +63,6 @@ FILES_${PN}-dev += " \
FILES_${PN}-utils = "${bindir}/*"
+RRECOMMENDS_${PN} += "kernel-module-sctp"
RRECOMMENDS_${PN}-utils += "kernel-module-sctp"
RRECOMMENDS_${PN}-ptest += "kernel-module-sctp"