All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] lksctp: adjust the shipping of the major version shared library files
@ 2015-02-25  8:31 rongqing.li
  2015-02-25 15:53 ` Joe MacDonald
  0 siblings, 1 reply; 3+ messages in thread
From: rongqing.li @ 2015-02-25  8:31 UTC (permalink / raw)
  To: openembedded-devel

From: Roy Li <rongqing.li@windriver.com>

not ship the major version shared library files in the dev packages,
and ship it into a package which is shipping the full version shared
library files.

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb | 4 ++--
 1 file 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 1651eb8..4cc955f 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
@@ -43,17 +43,17 @@ SOLIBMAJORVERSION="1"
 PACKAGES =+ "${PN}-withsctp ${PN}-utils"
 
 FILES_${PN} = " \
+    ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \
     ${libdir}/libsctp.so.${SOLIBVERSION} \
 "
 
 FILES_${PN}-withsctp = " \
+    ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \
     ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \
 "
 
 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 \
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-26  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25  8:31 [meta-networking][PATCH] lksctp: adjust the shipping of the major version shared library files rongqing.li
2015-02-25 15:53 ` Joe MacDonald
2015-02-26  0:21   ` Rongqing Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.