[oe] [meta-networking][PATCH] lksctp: adjust the shipping of the major version shared library files

Joe MacDonald Joe_MacDonald at mentor.com
Wed Feb 25 15:53:18 UTC 2015


[[oe] [meta-networking][PATCH] lksctp: adjust the shipping of the major version shared library files] On 15.02.25 (Wed 16:31) rongqing.li at windriver.com wrote:

> From: Roy Li <rongqing.li at 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 at windriver.com>

This is a pretty obvious change, so I went ahead and integrated it.  I
rewrote your commit log, though.

Thanks Roy.
-J.

> ---
>  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
> 
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150225/21057d67/attachment-0002.sig>


More information about the Openembedded-devel mailing list