* [PATCH 0/2][PULL] Bug fix for 709 and 710
@ 2011-02-28 8:50 Dongxiao Xu
2011-02-28 8:50 ` [PATCH 1/2] attr: Change SRC_URI to a correct location Dongxiao Xu
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Dongxiao Xu @ 2011-02-28 8:50 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Hi Richard and Saul,
This pull request fixes [BUGID #709] and [BUGID #710], which are SRC_URI
changes. Please help to review and pull.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: dxu4/bugfix
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/bugfix
Thanks,
Dongxiao Xu <dongxiao.xu@intel.com>
---
Dongxiao Xu (2):
attr: Change SRC_URI to a correct location
ncurses: Change ncurses patch SRC_URI location
meta/recipes-core/ncurses/ncurses_5.7.bb | 5 +++--
meta/recipes-support/attr/attr.inc | 2 +-
meta/recipes-support/attr/attr_2.4.44.bb | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] attr: Change SRC_URI to a correct location
2011-02-28 8:50 [PATCH 0/2][PULL] Bug fix for 709 and 710 Dongxiao Xu
@ 2011-02-28 8:50 ` Dongxiao Xu
2011-02-28 8:50 ` [PATCH 2/2] ncurses: Change ncurses patch SRC_URI location Dongxiao Xu
2011-03-01 18:54 ` [PATCH 0/2][PULL] Bug fix for 709 and 710 Saul Wold
2 siblings, 0 replies; 5+ messages in thread
From: Dongxiao Xu @ 2011-02-28 8:50 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
attr has changed its download link, thus change accordingly.
This fixes [BUGID #710]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/recipes-support/attr/attr.inc | 2 +-
meta/recipes-support/attr/attr_2.4.44.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index 9a8b0f6..e9467d7 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://download.savannah.gnu.org/attr/${BP}.src.tar.gz"
+SRC_URI = "http://download.savannah.gnu.org/releases/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 4be27d0..a0945f1 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 = "r2"
+PR = "r3"
SRC_URI += "file://memory-leak-in-copy.patch \
file://memory-leak2.patch \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] ncurses: Change ncurses patch SRC_URI location
2011-02-28 8:50 [PATCH 0/2][PULL] Bug fix for 709 and 710 Dongxiao Xu
2011-02-28 8:50 ` [PATCH 1/2] attr: Change SRC_URI to a correct location Dongxiao Xu
@ 2011-02-28 8:50 ` Dongxiao Xu
2011-02-28 19:37 ` Saul Wold
2011-03-01 18:54 ` [PATCH 0/2][PULL] Bug fix for 709 and 710 Saul Wold
2 siblings, 1 reply; 5+ messages in thread
From: Dongxiao Xu @ 2011-02-28 8:50 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
One of ncurses's patch has been removed from its original repo
location, use autobuilder cache location instead.
Comment out the original patch address instead of removing it
since we may still need that address when upgrade the recipe later.
This fixes [BUGID #709].
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/recipes-core/ncurses/ncurses_5.7.bb | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/ncurses/ncurses_5.7.bb b/meta/recipes-core/ncurses/ncurses_5.7.bb
index f767495..b01c333 100644
--- a/meta/recipes-core/ncurses/ncurses_5.7.bb
+++ b/meta/recipes-core/ncurses/ncurses_5.7.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
SECTION = "libs"
PATCHDATE = "20100501"
PKGV = "${PV}+${PATCHDATE}"
-PR = "r0"
+PR = "r1"
DEPENDS = "ncurses-native"
DEPENDS_virtclass-native = ""
@@ -15,7 +15,8 @@ inherit autotools binconfig
SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz;name=tarball \
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100424-patch.sh.bz2;apply=yes;name=p20100424sh \
\
- ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \
+# ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \
+ http://autobuilder.yoctoproject.org/sources/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \
file://tic-hang.patch \
file://config.cache \
"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] ncurses: Change ncurses patch SRC_URI location
2011-02-28 8:50 ` [PATCH 2/2] ncurses: Change ncurses patch SRC_URI location Dongxiao Xu
@ 2011-02-28 19:37 ` Saul Wold
0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-02-28 19:37 UTC (permalink / raw)
To: Dongxiao Xu; +Cc: poky
On 02/28/2011 12:50 AM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu@intel.com>
>
> One of ncurses's patch has been removed from its original repo
> location, use autobuilder cache location instead.
>
> Comment out the original patch address instead of removing it
> since we may still need that address when upgrade the recipe later.
>
> This fixes [BUGID #709].
>
> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> ---
> meta/recipes-core/ncurses/ncurses_5.7.bb | 5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/ncurses/ncurses_5.7.bb b/meta/recipes-core/ncurses/ncurses_5.7.bb
> index f767495..b01c333 100644
> --- a/meta/recipes-core/ncurses/ncurses_5.7.bb
> +++ b/meta/recipes-core/ncurses/ncurses_5.7.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
> SECTION = "libs"
> PATCHDATE = "20100501"
> PKGV = "${PV}+${PATCHDATE}"
> -PR = "r0"
> +PR = "r1"
>
> DEPENDS = "ncurses-native"
> DEPENDS_virtclass-native = ""
> @@ -15,7 +15,8 @@ inherit autotools binconfig
> SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz;name=tarball \
> ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100424-patch.sh.bz2;apply=yes;name=p20100424sh \
> \
> - ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \
> +# ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \
> + http://autobuilder.yoctoproject.org/sources/ncurses-5.7-${PATCHDATE}.patch.gz;name=p20100501 \
A couple of concerns with this, first the "#" in the list will not work
with "\", there was a change recently that makes this not work.
We are using the autobuilder because the version of the patch we need is
gone correct? And the 20100424 does not have the fix we need and it's
too late to change a core library.
Please fix the comment line.
Sau!
> file://tic-hang.patch \
> file://config.cache \
> "
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2][PULL] Bug fix for 709 and 710
2011-02-28 8:50 [PATCH 0/2][PULL] Bug fix for 709 and 710 Dongxiao Xu
2011-02-28 8:50 ` [PATCH 1/2] attr: Change SRC_URI to a correct location Dongxiao Xu
2011-02-28 8:50 ` [PATCH 2/2] ncurses: Change ncurses patch SRC_URI location Dongxiao Xu
@ 2011-03-01 18:54 ` Saul Wold
2 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-03-01 18:54 UTC (permalink / raw)
To: Dongxiao Xu; +Cc: poky
On 02/28/2011 12:50 AM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu@intel.com>
>
> Hi Richard and Saul,
>
> This pull request fixes [BUGID #709] and [BUGID #710], which are SRC_URI
> changes. Please help to review and pull.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: dxu4/bugfix
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/bugfix
>
> Thanks,
> Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>
>
> Dongxiao Xu (2):
> attr: Change SRC_URI to a correct location
> ncurses: Change ncurses patch SRC_URI location
>
> meta/recipes-core/ncurses/ncurses_5.7.bb | 5 +++--
> meta/recipes-support/attr/attr.inc | 2 +-
> meta/recipes-support/attr/attr_2.4.44.bb | 2 +-
> 3 files changed, 5 insertions(+), 4 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master and Bernard
Thanks
Sau!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-01 18:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 8:50 [PATCH 0/2][PULL] Bug fix for 709 and 710 Dongxiao Xu
2011-02-28 8:50 ` [PATCH 1/2] attr: Change SRC_URI to a correct location Dongxiao Xu
2011-02-28 8:50 ` [PATCH 2/2] ncurses: Change ncurses patch SRC_URI location Dongxiao Xu
2011-02-28 19:37 ` Saul Wold
2011-03-01 18:54 ` [PATCH 0/2][PULL] Bug fix for 709 and 710 Saul Wold
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.