diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-25 10:47:32 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-25 10:49:56 -0500 |
commit | e862443451908f67b46517b70b1e13932d9aefb2 (patch) | |
tree | 9c0981cb06163d4871771c4820c23f8a8b71e5b7 /meta-networking/recipes-support/lksctp-tools | |
parent | bb177c85a25d2b75583abe218396520c375f8f18 (diff) | |
download | meta-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/recipes-support/lksctp-tools')
-rw-r--r-- | meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb | 4 |
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 1651eb83d..c07b3c6e9 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" | |||
44 | 44 | ||
45 | FILES_${PN} = " \ | 45 | FILES_${PN} = " \ |
46 | ${libdir}/libsctp.so.${SOLIBVERSION} \ | 46 | ${libdir}/libsctp.so.${SOLIBVERSION} \ |
47 | ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \ | ||
47 | " | 48 | " |
48 | 49 | ||
49 | FILES_${PN}-withsctp = " \ | 50 | FILES_${PN}-withsctp = " \ |
50 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \ | 51 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \ |
52 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \ | ||
51 | " | 53 | " |
52 | 54 | ||
53 | FILES_${PN}-dev += " \ | 55 | FILES_${PN}-dev += " \ |
54 | ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \ | ||
55 | ${libdir}/libsctp.so \ | 56 | ${libdir}/libsctp.so \ |
56 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \ | ||
57 | ${libdir}/lksctp-tools/libwithsctp.so \ | 57 | ${libdir}/lksctp-tools/libwithsctp.so \ |
58 | ${datadir}/lksctp-tools/*.c \ | 58 | ${datadir}/lksctp-tools/*.c \ |
59 | ${datadir}/lksctp-tools/*.h \ | 59 | ${datadir}/lksctp-tools/*.h \ |