All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Update package SRC_URI
@ 2012-05-14 22:03 Apelete Seketeli
  2012-05-14 22:03 ` [PATCH 1/1] util-linux-ng: Update SRC_URI to kernel.org valid URI Apelete Seketeli
  0 siblings, 1 reply; 4+ messages in thread
From: Apelete Seketeli @ 2012-05-14 22:03 UTC (permalink / raw)
  To: openembedded-devel

Hello,

The attached patch updates the SRC_URI since the original kernel.org
URI is no longer valid. The patch is targeted at oe-classic.

Apelete Seketeli (1):
  util-linux-ng: Update SRC_URI to kernel.org valid URI

 util-linux-ng.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




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

* [PATCH 1/1] util-linux-ng: Update SRC_URI to kernel.org valid URI
  2012-05-14 22:03 [PATCH 0/1] Update package SRC_URI Apelete Seketeli
@ 2012-05-14 22:03 ` Apelete Seketeli
  2012-05-20 20:10   ` Apelete Seketeli
  0 siblings, 1 reply; 4+ messages in thread
From: Apelete Seketeli @ 2012-05-14 22:03 UTC (permalink / raw)
  To: openembedded-devel

This updates SRC_URI as the former kernel.org URI was no longer valid.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
 recipes/util-linux-ng/util-linux-ng.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
index 9c2a5da..7d5faf0 100644
--- a/recipes/util-linux-ng/util-linux-ng.inc
+++ b/recipes/util-linux-ng/util-linux-ng.inc
@@ -11,7 +11,7 @@ INC_PR = "r36"
 # allows for a release candidate
 RC ?= ""
 
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive"
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive"
 
 SRC_URI_append_chinook-compat = " file://chinook_libtool.patch "
 
-- 
1.7.9.5




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

* Re: [PATCH 1/1] util-linux-ng: Update SRC_URI to kernel.org valid URI
  2012-05-14 22:03 ` [PATCH 1/1] util-linux-ng: Update SRC_URI to kernel.org valid URI Apelete Seketeli
@ 2012-05-20 20:10   ` Apelete Seketeli
  2012-06-02 15:44     ` Kristoffer Eriksson
  0 siblings, 1 reply; 4+ messages in thread
From: Apelete Seketeli @ 2012-05-20 20:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Hello,

Le 15-May-12, Apelete Seketeli a écrit:
> This updates SRC_URI as the former kernel.org URI was no longer valid.
> 
> Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
> ---
>  recipes/util-linux-ng/util-linux-ng.inc |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
> index 9c2a5da..7d5faf0 100644
> --- a/recipes/util-linux-ng/util-linux-ng.inc
> +++ b/recipes/util-linux-ng/util-linux-ng.inc
> @@ -11,7 +11,7 @@ INC_PR = "r36"
>  # allows for a release candidate
>  RC ?= ""
>  
> -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive"
> +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive"
>  
>  SRC_URI_append_chinook-compat = " file://chinook_libtool.patch "
>  
> -- 
> 1.7.9.5
> 

I need util-linux-ng to build muffinman-image in oe-classic, can
someone please review this patch ?
Kristoffer, you can get it from here if needed:

http://patchwork.openembedded.org/patch/27737/

Regards.
-- 
        Apelete



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

* Re: [PATCH 1/1] util-linux-ng: Update SRC_URI to kernel.org valid URI
  2012-05-20 20:10   ` Apelete Seketeli
@ 2012-06-02 15:44     ` Kristoffer Eriksson
  0 siblings, 0 replies; 4+ messages in thread
From: Kristoffer Eriksson @ 2012-06-02 15:44 UTC (permalink / raw)
  To: Apelete Seketeli; +Cc: openembedded-devel

Apelete Seketeli skrev 2012-05-20 22:10:
> Hello,
>
> Le 15-May-12, Apelete Seketeli a écrit:
>> This updates SRC_URI as the former kernel.org URI was no longer valid.
>>
>> Signed-off-by: Apelete Seketeli<apelete@seketeli.net>
>> ---
>>   recipes/util-linux-ng/util-linux-ng.inc |    2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
>> index 9c2a5da..7d5faf0 100644
>> --- a/recipes/util-linux-ng/util-linux-ng.inc
>> +++ b/recipes/util-linux-ng/util-linux-ng.inc
>> @@ -11,7 +11,7 @@ INC_PR = "r36"
>>   # allows for a release candidate
>>   RC ?= ""
>>
>> -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive"
>> +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive"
>>
>>   SRC_URI_append_chinook-compat = " file://chinook_libtool.patch "
>>
>> -- 
>> 1.7.9.5
>>
> I need util-linux-ng to build muffinman-image in oe-classic, can
> someone please review this patch ?
> Kristoffer, you can get it from here if needed:
>
> http://patchwork.openembedded.org/patch/27737/
>
> Regards.

Applied, Thanks




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

end of thread, other threads:[~2012-06-02 15:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-14 22:03 [PATCH 0/1] Update package SRC_URI Apelete Seketeli
2012-05-14 22:03 ` [PATCH 1/1] util-linux-ng: Update SRC_URI to kernel.org valid URI Apelete Seketeli
2012-05-20 20:10   ` Apelete Seketeli
2012-06-02 15:44     ` Kristoffer Eriksson

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.