aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2015-02-25 10:47:32 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2015-02-25 10:49:56 -0500
commite862443451908f67b46517b70b1e13932d9aefb2 (patch)
tree9c0981cb06163d4871771c4820c23f8a8b71e5b7 /meta-networking
parentbb177c85a25d2b75583abe218396520c375f8f18 (diff)
downloadmeta-openembedded-e862443451908f67b46517b70b1e13932d9aefb2.tar.gz
lksctp-tools: include library major version symlink in base package
Typically the major-version-only link for shared libs are included in the base package. Move the links into the base packages here, leaving the un-versioned links in the -dev packages. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb
index 1651eb83d0..c07b3c6e91 100644
--- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb
+++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb
@@ -44,16 +44,16 @@ PACKAGES =+ "${PN}-withsctp ${PN}-utils"
FILES_${PN} = " \
${libdir}/libsctp.so.${SOLIBVERSION} \
+ ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \
"
FILES_${PN}-withsctp = " \
${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \
+ ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \
"
FILES_${PN}-dev += " \
- ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \
${libdir}/libsctp.so \
- ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \
${libdir}/lksctp-tools/libwithsctp.so \
${datadir}/lksctp-tools/*.c \
${datadir}/lksctp-tools/*.h \