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

* Re: [meta-networking][PATCH] lksctp: adjust the shipping of the major version shared library files
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Joe MacDonald @ 2015-02-25 15:53 UTC (permalink / raw)
  To: rongqing.li; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1796 bytes --]

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

> 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>

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]

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

* Re: [meta-networking][PATCH] lksctp: adjust the shipping of the major version shared library files
  2015-02-25 15:53 ` Joe MacDonald
@ 2015-02-26  0:21   ` Rongqing Li
  0 siblings, 0 replies; 3+ messages in thread
From: Rongqing Li @ 2015-02-26  0:21 UTC (permalink / raw)
  To: Joe MacDonald; +Cc: openembedded-devel



On 2015年02月25日 23:53, Joe MacDonald wrote:
> [[oe] [meta-networking][PATCH] lksctp: adjust the shipping of the major version shared library files] On 15.02.25 (Wed 16:31) rongqing.li@windriver.com wrote:
>
>> 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>
>
> This is a pretty obvious change, so I went ahead and integrated it.  I
> rewrote your commit log, though.
>
> Thanks Roy.
> -J.


thank you, Joe MacDonald


-Roy


>
>> ---
>>   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
>>

-- 
Best Reagrds,
Roy | RongQing Li


^ permalink raw reply	[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.