All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libmikmod: fix SRC_URI
@ 2019-05-24 23:39 Martin Jansa
  2019-05-25  0:16 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2019-05-24 23:39 UTC (permalink / raw)
  To: openembedded-devel

* it was moved to outdated_versions directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
index d53dff6a07..bbf58f9540 100644
--- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
+++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
 DEPENDS = "alsa-lib texinfo"
 
 SRC_URI = "\
-    ${SOURCEFORGE_MIRROR}/project/mikmod/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
+    ${SOURCEFORGE_MIRROR}/project/mikmod/outdated_versions/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
 "
 SRC_URI[md5sum] = "9dd9bed30c6f7607a55480234606071b"
 SRC_URI[sha256sum] = "3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330"
-- 
2.17.1



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

* Re: [meta-oe][PATCH] libmikmod: fix SRC_URI
  2019-05-24 23:39 [meta-oe][PATCH] libmikmod: fix SRC_URI Martin Jansa
@ 2019-05-25  0:16 ` Khem Raj
  2019-05-25  0:41   ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2019-05-25  0:16 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On Fri, May 24, 2019 at 4:40 PM Martin Jansa <martin.jansa@gmail.com> wrote:

> * it was moved to outdated_versions directory
>

Why not update to a version which is not outdated

>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
> b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
> index d53dff6a07..bbf58f9540 100644
> --- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
> +++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
>  DEPENDS = "alsa-lib texinfo"
>
>  SRC_URI = "\
> -    ${SOURCEFORGE_MIRROR}/project/mikmod/${BPN}/${PV}/${BPN}-${PV}.tar.gz
> \
> +
> ${SOURCEFORGE_MIRROR}/project/mikmod/outdated_versions/${BPN}/${PV}/${BPN}-${PV}.tar.gz
> \
>  "
>  SRC_URI[md5sum] = "9dd9bed30c6f7607a55480234606071b"
>  SRC_URI[sha256sum] =
> "3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330"
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-oe][PATCH] libmikmod: fix SRC_URI
  2019-05-25  0:16 ` Khem Raj
@ 2019-05-25  0:41   ` Martin Jansa
  2019-05-25  0:59     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2019-05-25  0:41 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

You mean like in:
http://git.openembedded.org/meta-openembedded-contrib/commit/?h=jansa/master&id=5a1a79dcdfbf4f9ba22c93ded2ad2537ece02e23
?

Because that will be sent later when it's better tested and the upgrade
probably won't be backported to warrior/thud.

BTW: All versions except last one in 3.1 and 3.3 series (both from 2017)
were moved to outdated_versions.

Similarly now e.g. mesa 17.* is moved to archive/older-versions/17.x/ and
only 18.* is kept in archive/..

Luckily all these archives are on sources.oe.org, so people using that
won't see the issues.

On Sat, May 25, 2019 at 2:16 AM Khem Raj <raj.khem@gmail.com> wrote:

>
>
> On Fri, May 24, 2019 at 4:40 PM Martin Jansa <martin.jansa@gmail.com>
> wrote:
>
>> * it was moved to outdated_versions directory
>>
>
> Why not update to a version which is not outdated
>
>>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>> ---
>>  meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
>> b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
>> index d53dff6a07..bbf58f9540 100644
>> --- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
>> +++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
>> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM =
>> "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
>>  DEPENDS = "alsa-lib texinfo"
>>
>>  SRC_URI = "\
>> -
>> ${SOURCEFORGE_MIRROR}/project/mikmod/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
>> +
>> ${SOURCEFORGE_MIRROR}/project/mikmod/outdated_versions/${BPN}/${PV}/${BPN}-${PV}.tar.gz
>> \
>>  "
>>  SRC_URI[md5sum] = "9dd9bed30c6f7607a55480234606071b"
>>  SRC_URI[sha256sum] =
>> "3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330"
>> --
>> 2.17.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>


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

* Re: [meta-oe][PATCH] libmikmod: fix SRC_URI
  2019-05-25  0:41   ` Martin Jansa
@ 2019-05-25  0:59     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2019-05-25  0:59 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On Sat, May 25, 2019 at 12:41 AM Martin Jansa <martin.jansa@gmail.com> wrote:
>
> You mean like in:
> http://git.openembedded.org/meta-openembedded-contrib/commit/?h=jansa/master&id=5a1a79dcdfbf4f9ba22c93ded2ad2537ece02e23
> ?
>
> Because that will be sent later when it's better tested and the upgrade probably won't be backported to warrior/thud.

OK sounds good plan

>
> BTW: All versions except last one in 3.1 and 3.3 series (both from 2017) were moved to outdated_versions.
>
> Similarly now e.g. mesa 17.* is moved to archive/older-versions/17.x/ and only 18.* is kept in archive/..
>
> Luckily all these archives are on sources.oe.org, so people using that won't see the issues.
>
> On Sat, May 25, 2019 at 2:16 AM Khem Raj <raj.khem@gmail.com> wrote:
>>
>>
>>
>> On Fri, May 24, 2019 at 4:40 PM Martin Jansa <martin.jansa@gmail.com> wrote:
>>>
>>> * it was moved to outdated_versions directory
>>
>>
>> Why not update to a version which is not outdated
>>>
>>>
>>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>>> ---
>>>  meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
>>> index d53dff6a07..bbf58f9540 100644
>>> --- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
>>> +++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb
>>> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
>>>  DEPENDS = "alsa-lib texinfo"
>>>
>>>  SRC_URI = "\
>>> -    ${SOURCEFORGE_MIRROR}/project/mikmod/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
>>> +    ${SOURCEFORGE_MIRROR}/project/mikmod/outdated_versions/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
>>>  "
>>>  SRC_URI[md5sum] = "9dd9bed30c6f7607a55480234606071b"
>>>  SRC_URI[sha256sum] = "3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330"
>>> --
>>> 2.17.1
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2019-05-25  0:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24 23:39 [meta-oe][PATCH] libmikmod: fix SRC_URI Martin Jansa
2019-05-25  0:16 ` Khem Raj
2019-05-25  0:41   ` Martin Jansa
2019-05-25  0:59     ` Khem Raj

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.