[oe] [PATCH 3/5] libdnet: update SRC_URI

Martin Jansa martin.jansa at gmail.com
Wed Mar 22 10:59:15 UTC 2017


Yes, you can use git repo, just add nobranch=1 parameter.

On Wed, Mar 22, 2017 at 9:16 AM, Kang Kai <Kai.Kang at windriver.com> wrote:

> On 2017年03月13日 11:29, kai.kang at windriver.com wrote:
>
>> From: Kai Kang <kai.kang at windriver.com>
>>
>> The official site libdnet.googlecode.com is redirected to github. So
>> update SRC_URI and its checksums. And update S as well.
>>
>> Signed-off-by: Kai Kang <kai.kang at windriver.com>
>> ---
>>   meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | 8
>> +++++---
>>   1 file changed, 5 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
>> b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
>> index 28b6c82..aff64c2 100644
>> --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
>> +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
>> @@ -4,10 +4,12 @@ SECTION = "libs"
>>   LICENSE = "BSD"
>>   LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155
>> f4e999f3e0a373490b5db9"
>>   -SRC_URI = "http://libdnet.googlecode.com/files/libdnet-${PV}.tgz"
>> +SRC_URI = "https://github.com/dugsong/${BPN}/archive/${BP}.tar.gz"
>>
>
> Hi Martin,
>
> It is weird that the tag 'libdnet-1.12' is not contained in any branch. I
> am afraid it could NOT use git repo for libdnet.
>
> Ref:
> https://github.com/dugsong/libdnet/commit/12fca29a6d4e99d1b9
> 23d6820887fe7b24226904
>
>
> Regards,
> Kai
>
>>   -SRC_URI[md5sum] = "9253ef6de1b5e28e9c9a62b882e44cc9"
>> -SRC_URI[sha256sum] = "83b33039787cf99990e977cef7f18
>> a5d5e7aaffc4505548a83d31bd3515eb026"
>> +SRC_URI[md5sum] = "d2f1b72eac2a1070959667e9e61dcf20"
>> +SRC_URI[sha256sum] = "b6360659c93fa2e3cde9e0a1fc9c0
>> 7bc4111f3448c5de856e095eb98315dd424"
>> +
>> +S = "${WORKDIR}/${BPN}-${BP}"
>>     inherit autotools
>>
>>
>
>
> --
> Regards,
> Neil | Kai Kang
>
>



More information about the Openembedded-devel mailing list