[poky] [PATCH 2/2] ncurses: Change ncurses patch SRC_URI location

Saul Wold saul.wold at intel.com
Mon Feb 28 11:37:12 PST 2011


On 02/28/2011 12:50 AM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu at 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 at 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 \
>   "




More information about the poky mailing list