[OE-core] [PATCH 6/7] curl: upgrade to 7.46

ChenQi Qi.Chen at windriver.com
Tue Jan 12 02:03:37 UTC 2016


On 01/12/2016 09:23 AM, Khem Raj wrote:
>> On Jan 11, 2016, at 5:18 PM, ChenQi <Qi.Chen at windriver.com> wrote:
>>
>> On 01/12/2016 02:20 AM, Khem Raj wrote:
>>>> On Jan 10, 2016, at 9:58 PM, Chen Qi <Qi.Chen at windriver.com> wrote:
>>>>
>>>> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
>>>> ---
>>>> meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 ++++--
>>>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>>> rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} (92%)
>>>>
>>>> diff --git a/meta/recipes-support/curl/curl_7.45.0.bb b/meta/recipes-support/curl/curl_7.46.0.bb
>>>> similarity index 92%
>>>> rename from meta/recipes-support/curl/curl_7.45.0.bb
>>>> rename to meta/recipes-support/curl/curl_7.46.0.bb
>>>> index a7ed778..8b109ba 100644
>>>> --- a/meta/recipes-support/curl/curl_7.45.0.bb
>>>> +++ b/meta/recipes-support/curl/curl_7.46.0.bb
>>>> @@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
>>>> #
>>>> SRC_URI += " file://configure_ac.patch"
>>>>
>>>> -SRC_URI[md5sum] = "62c1a352b28558f25ba6209214beadc8"
>>>> -SRC_URI[sha256sum] = "65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea"
>>>> +SRC_URI[md5sum] = "9979f989a2a9930d10f1b3deeabc2148"
>>>> +SRC_URI[sha256sum] = "b7d726cdd8ed4b6db0fa1b474a3c59ebbbe4dcd4c61ac5e7ade0e0270d3195ad"
>>>>
>>>> inherit autotools pkgconfig binconfig multilib_header
>>>>
>>>> @@ -55,4 +55,6 @@ PACKAGES =+ "lib${BPN}"
>>>> FILES_lib${BPN} = "${libdir}/lib*.so.*"
>>>> RRECOMMENDS_lib${BPN} += "ca-certificates"
>>>>
>>>> +FILES_${PN}-dev += "${datadir}/zsh”
>>> what files are in ${datadir}/zsh ?
>> Hi Khem,
>>
>> There's only one file in this directory. See below.
>>
>> chenqi at pek-hostel-deb01:~/poky/build-systemd [1] $ cat tmp/work/armv5e-poky-linux-gnueabi/curl/7.46.0-r0/packages-split/curl-dev/usr/share/zsh/site-functions/_curl
>> #compdef curl
>>
>> # curl zsh completion
>>
>> local curcontext="$curcontext" state state_descr line
>> typeset -A opt_args
>>
>> local rc=1
>>
>> _arguments -C -S \
>>
>>   '*:URL:_urls' && rc=0
>>
>> return rc
> this is a tab completion file. Please move it to PN

Done.
I've updated the remote branch.

Thanks,
Chen Qi

>> Best Regards,
>> Chen Qi
>>
>>>> +
>>>> BBCLASSEXTEND = "native nativesdk"
>>>> --
>>>> 1.9.1
>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core at lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list