From: Saul Wold <saul.wold@intel.com>
To: Dongxiao Xu <dongxiao.xu@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 2/2] ncurses: Change ncurses patch SRC_URI location
Date: Mon, 28 Feb 2011 11:37:12 -0800 [thread overview]
Message-ID: <4D6BF968.8090905@intel.com> (raw)
In-Reply-To: <eee6a4543ae8ad214bd7512afded93f3d6fff08e.1298882840.git.dongxiao.xu@intel.com>
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 \
> "
next prev parent reply other threads:[~2011-02-28 19:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2011-03-01 18:54 ` [PATCH 0/2][PULL] Bug fix for 709 and 710 Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D6BF968.8090905@intel.com \
--to=saul.wold@intel.com \
--cc=dongxiao.xu@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.