* [PATCH 0/1] fix SRC_URI for acl
@ 2010-12-28 0:50 Kevin Tian
2010-12-28 2:02 ` [PATCH] attr: fix SRC_URI Qing He
2010-12-29 20:24 ` [PATCH 0/1] fix SRC_URI for acl Saul Wold
0 siblings, 2 replies; 7+ messages in thread
From: Kevin Tian @ 2010-12-28 0:50 UTC (permalink / raw)
To: poky
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: tk/laverne
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/laverne
Thanks,
Kevin Tian <kevin.tian@intel.com>
---
Kevin Tian (1):
acl: use correct Savannah download link
meta/recipes-support/attr/acl.inc | 2 +-
meta/recipes-support/attr/acl_2.2.49.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/1] fix SRC_URI for acl
@ 2010-12-28 0:52 Kevin Tian
0 siblings, 0 replies; 7+ messages in thread
From: Kevin Tian @ 2010-12-28 0:52 UTC (permalink / raw)
To: poky
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: tk/distro
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/distro
Thanks,
Kevin Tian <kevin.tian@intel.com>
---
Kevin Tian (1):
acl: use correct Savannah download link
meta/recipes-support/attr/acl.inc | 2 +-
meta/recipes-support/attr/acl_2.2.49.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/1] fix SRC_URI for acl
@ 2010-12-28 0:53 Kevin Tian
0 siblings, 0 replies; 7+ messages in thread
From: Kevin Tian @ 2010-12-28 0:53 UTC (permalink / raw)
To: poky
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: tk/distro
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/distro
Thanks,
Kevin Tian <kevin.tian@intel.com>
---
Kevin Tian (1):
acl: use correct Savannah download link
meta/recipes-support/attr/acl.inc | 2 +-
meta/recipes-support/attr/acl_2.2.49.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] attr: fix SRC_URI
2010-12-28 0:50 [PATCH 0/1] fix SRC_URI for acl Kevin Tian
@ 2010-12-28 2:02 ` Qing He
2010-12-29 20:25 ` Saul Wold
2010-12-29 20:24 ` [PATCH 0/1] fix SRC_URI for acl Saul Wold
1 sibling, 1 reply; 7+ messages in thread
From: Qing He @ 2010-12-28 2:02 UTC (permalink / raw)
To: poky@pokylinux.org
Signed-off-by: Qing He <qing.he@intel.com>
---
This is inspired by Kevin Tian's fix to acl
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: qhe/fix
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=qhe/fix
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index da79246..9a8b0f6 100644
--- a/meta/recipes-support/attr/attr.inc
+++ b/meta/recipes-support/attr/attr.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \
file://attr/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \
file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb"
-SRC_URI = "http://nongnu.askapache.com/attr/${BP}.src.tar.gz"
+SRC_URI = "http://download.savannah.gnu.org/attr/${BP}.src.tar.gz"
require ea-acl.inc
diff --git a/meta/recipes-support/attr/attr_2.4.44.bb b/meta/recipes-support/attr/attr_2.4.44.bb
index e22e158..4be27d0 100644
--- a/meta/recipes-support/attr/attr_2.4.44.bb
+++ b/meta/recipes-support/attr/attr_2.4.44.bb
@@ -1,6 +1,6 @@
require attr.inc
-PR = "r1"
+PR = "r2"
SRC_URI += "file://memory-leak-in-copy.patch \
file://memory-leak2.patch \
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 0/1] fix SRC_URI for acl
2010-12-28 0:50 [PATCH 0/1] fix SRC_URI for acl Kevin Tian
2010-12-28 2:02 ` [PATCH] attr: fix SRC_URI Qing He
@ 2010-12-29 20:24 ` Saul Wold
2010-12-30 0:17 ` Tian, Kevin
1 sibling, 1 reply; 7+ messages in thread
From: Saul Wold @ 2010-12-29 20:24 UTC (permalink / raw)
To: Kevin Tian; +Cc: poky
On 12/27/2010 04:50 PM, Kevin Tian wrote:
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: tk/laverne
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/laverne
>
> Thanks,
> Kevin Tian<kevin.tian@intel.com>
> ---
>
>
> Kevin Tian (1):
> acl: use correct Savannah download link
>
> meta/recipes-support/attr/acl.inc | 2 +-
> meta/recipes-support/attr/acl_2.2.49.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Merged into Maste
Thanks
Sau!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] attr: fix SRC_URI
2010-12-28 2:02 ` [PATCH] attr: fix SRC_URI Qing He
@ 2010-12-29 20:25 ` Saul Wold
0 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2010-12-29 20:25 UTC (permalink / raw)
To: Qing He; +Cc: poky@pokylinux.org
On 12/27/2010 06:02 PM, Qing He wrote:
>
> Signed-off-by: Qing He<qing.he@intel.com>
>
> ---
> This is inspired by Kevin Tian's fix to acl
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: qhe/fix
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=qhe/fix
>
> diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
> index da79246..9a8b0f6 100644
> --- a/meta/recipes-support/attr/attr.inc
> +++ b/meta/recipes-support/attr/attr.inc
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \
> file://attr/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \
> file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb"
>
> -SRC_URI = "http://nongnu.askapache.com/attr/${BP}.src.tar.gz"
> +SRC_URI = "http://download.savannah.gnu.org/attr/${BP}.src.tar.gz"
>
> require ea-acl.inc
>
> diff --git a/meta/recipes-support/attr/attr_2.4.44.bb b/meta/recipes-support/attr/attr_2.4.44.bb
> index e22e158..4be27d0 100644
> --- a/meta/recipes-support/attr/attr_2.4.44.bb
> +++ b/meta/recipes-support/attr/attr_2.4.44.bb
> @@ -1,6 +1,6 @@
> require attr.inc
>
> -PR = "r1"
> +PR = "r2"
>
> SRC_URI += "file://memory-leak-in-copy.patch \
> file://memory-leak2.patch \
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Merged into Master
Thanks
Sau!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/1] fix SRC_URI for acl
2010-12-29 20:24 ` [PATCH 0/1] fix SRC_URI for acl Saul Wold
@ 2010-12-30 0:17 ` Tian, Kevin
0 siblings, 0 replies; 7+ messages in thread
From: Tian, Kevin @ 2010-12-30 0:17 UTC (permalink / raw)
To: Wold, Saul; +Cc: poky@pokylinux.org
>From: Wold, Saul
>Sent: Thursday, December 30, 2010 4:25 AM
>
>On 12/27/2010 04:50 PM, Kevin Tian wrote:
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>> Branch: tk/laverne
>> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/laverne
>>
>> Thanks,
>> Kevin Tian<kevin.tian@intel.com>
>> ---
>>
>>
>> Kevin Tian (1):
>> acl: use correct Savannah download link
>>
>> meta/recipes-support/attr/acl.inc | 2 +-
>> meta/recipes-support/attr/acl_2.2.49.bb | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>>
>Merged into Maste
>
Could you also merge into Laverne which is what this issue was originally reported?
I sent two separate patches for both master and Laverne but didn't mark it clearly
in the title. At least this one is for Laverne:
>> Branch: tk/laverne
>> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/laverne
Thanks
Kevin
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-12-30 0:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28 0:50 [PATCH 0/1] fix SRC_URI for acl Kevin Tian
2010-12-28 2:02 ` [PATCH] attr: fix SRC_URI Qing He
2010-12-29 20:25 ` Saul Wold
2010-12-29 20:24 ` [PATCH 0/1] fix SRC_URI for acl Saul Wold
2010-12-30 0:17 ` Tian, Kevin
-- strict thread matches above, loose matches on Subject: below --
2010-12-28 0:52 Kevin Tian
2010-12-28 0:53 Kevin Tian
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.