mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user