All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rongqing Li <rongqing.li@windriver.com>
To: Joe MacDonald <Joe_MacDonald@mentor.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH] lksctp: adjust the shipping of the major version shared library files
Date: Thu, 26 Feb 2015 08:21:52 +0800	[thread overview]
Message-ID: <54EE6720.1000605@windriver.com> (raw)
In-Reply-To: <20150225155318.GJ8949@mentor.com>



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


      reply	other threads:[~2015-02-26  0:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54EE6720.1000605@windriver.com \
    --to=rongqing.li@windriver.com \
    --cc=Joe_MacDonald@mentor.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.