diff mbox series

libatasmart: Update SRC_URI to fix fetch issue

Message ID 20241011071123.1936609-1-liyin.zhang.cn@windriver.com
State New
Headers show
Series libatasmart: Update SRC_URI to fix fetch issue | expand

Commit Message

Zhang, Liyin (CN) Oct. 11, 2024, 7:11 a.m. UTC
From: Liyin Zhang <liyin.zhang.cn@windriver.com>

Signed-off-by: Liyin Zhang <liyin.zhang.cn@windriver.com>
---
 meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Oct. 11, 2024, 7:24 a.m. UTC | #1
is was applied with b631359a42b8d73d7fd33f32851445e90acf4170
why is it being sent again ?

On Fri, Oct 11, 2024 at 12:11 AM Zhang, Liyin (CN) via
lists.openembedded.org
<Liyin.Zhang.CN=windriver.com@lists.openembedded.org> wrote:
>
> From: Liyin Zhang <liyin.zhang.cn@windriver.com>
>
> Signed-off-by: Liyin Zhang <liyin.zhang.cn@windriver.com>
> ---
>  meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
> index f747ecbf7..8947b9fa8 100644
> --- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
> +++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
>  DEPENDS = "udev"
>
>  SRCREV = "de6258940960443038b4c1651dfda3620075e870"
> -SRC_URI = "git://git.0pointer.de/libatasmart.git;branch=master \
> +SRC_URI = "git://git.0pointer.net/libatasmart.git;branch=master;protocol=https \
>             file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \
>  "
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#112784): https://lists.openembedded.org/g/openembedded-devel/message/112784
> Mute This Topic: https://lists.openembedded.org/mt/108944740/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Zhang, Liyin (CN) Oct. 11, 2024, 7:32 a.m. UTC | #2
Sorry, I want to apply it to krikstone. I'll send it again(v2) with 
correct patch subject format.


On 10/11/2024 3:24 PM, Khem Raj wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
> is was applied with b631359a42b8d73d7fd33f32851445e90acf4170
> why is it being sent again ?
>
> On Fri, Oct 11, 2024 at 12:11 AM Zhang, Liyin (CN) via
> lists.openembedded.org
> <Liyin.Zhang.CN=windriver.com@lists.openembedded.org> wrote:
>> From: Liyin Zhang <liyin.zhang.cn@windriver.com>
>>
>> Signed-off-by: Liyin Zhang <liyin.zhang.cn@windriver.com>
>> ---
>>   meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
>> index f747ecbf7..8947b9fa8 100644
>> --- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
>> +++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
>> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
>>   DEPENDS = "udev"
>>
>>   SRCREV = "de6258940960443038b4c1651dfda3620075e870"
>> -SRC_URI = "git://git.0pointer.de/libatasmart.git;branch=master \
>> +SRC_URI = "git://git.0pointer.net/libatasmart.git;branch=master;protocol=https \
>>              file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \
>>   "
>>
>> --
>> 2.25.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#112784): https://lists.openembedded.org/g/openembedded-devel/message/112784
>> Mute This Topic: https://lists.openembedded.org/mt/108944740/1997914
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
index f747ecbf7..8947b9fa8 100644
--- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
+++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
 DEPENDS = "udev"
 
 SRCREV = "de6258940960443038b4c1651dfda3620075e870"
-SRC_URI = "git://git.0pointer.de/libatasmart.git;branch=master \
+SRC_URI = "git://git.0pointer.net/libatasmart.git;branch=master;protocol=https \
            file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \
 "