From: Scott Garman <scott.a.garman@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 4/8] ncurses: fix install error
Date: Wed, 14 Mar 2012 19:51:02 -0700 [thread overview]
Message-ID: <4F615916.3070007@intel.com> (raw)
In-Reply-To: <bb41438db25e3bf0090107a59a533660052ccceb.1331776832.git.nitin.a.kamble@intel.com>
On 03/14/2012 07:02 PM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
> Fix this issue:
> | rm: cannot remove `/srv/home/nitin/builds/build-multilib/tmp/work/x86_64-poky-linux/ncurses-5.9-r6.1/image/usr/lib64/terminfo': No such file or directory
> NOTE: package ncurses-5.9-r6.1: task do_install: Failed
>
> PR not bumped as there is no change in the packages output.
>
> Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com>
Thank you for catching this.
Acked-by: Scott Garman <scott.a.garman@intel.com>
> ---
> meta/recipes-core/ncurses/ncurses.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
> index 3319949..4d64f5e 100644
> --- a/meta/recipes-core/ncurses/ncurses.inc
> +++ b/meta/recipes-core/ncurses/ncurses.inc
> @@ -151,7 +151,7 @@ shell_do_install() {
> ln -sf xterm-color ${D}${sysconfdir}/terminfo/x/xterm
> fi
>
> - rm ${D}${libdir}/terminfo
> + rm -f ${D}${libdir}/terminfo
>
> if [ "${PN}" = "ncurses" ]; then
> mv ${D}${bindir}/clear ${D}${bindir}/clear.${PN}
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
next prev parent reply other threads:[~2012-03-15 2:59 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-15 2:02 [PATCH 0/8] fixes, recipe upgrades, & gcc multilib enabling commits nitin.a.kamble
2012-03-15 2:02 ` [PATCH 1/8] gmp: upgrade from 5.0.3 to 5.0.4 nitin.a.kamble
2012-03-15 2:02 ` [PATCH 2/8] automake: upgrade from 1.11.2 to 1.11.3 nitin.a.kamble
2012-03-15 2:02 ` [PATCH 3/8] distro-tracking: update status of recipes nitin.a.kamble
2012-03-15 2:02 ` [PATCH 4/8] ncurses: fix install error nitin.a.kamble
2012-03-15 2:51 ` Scott Garman [this message]
2012-03-15 2:02 ` [PATCH 5/8] python: fix install when libdir is not "lib" nitin.a.kamble
2012-03-15 2:59 ` Andreas Oberritter
2012-03-15 15:53 ` Kamble, Nitin A
2012-03-15 7:19 ` Martin Jansa
2012-03-15 16:06 ` Kamble, Nitin A
2012-03-15 2:02 ` [PATCH 6/8] multilib.conf: add other abi packages to target gcc's dependencies nitin.a.kamble
2012-03-15 2:02 ` [PATCH 7/8] gcc: remove the 64bithack patch nitin.a.kamble
2012-03-15 8:30 ` Richard Purdie
2012-03-15 16:03 ` Kamble, Nitin A
2012-03-15 2:02 ` [PATCH 8/8] gcc: enable multilib for target gcc nitin.a.kamble
2012-03-15 2:42 ` McClintock Matthew-B29882
2012-03-15 15:50 ` Kamble, Nitin A
2012-03-15 2:47 ` McClintock Matthew-B29882
2012-03-15 8:26 ` Richard Purdie
2012-03-15 14:56 ` McClintock Matthew-B29882
2012-03-21 18:59 ` [PATCH 0/8] fixes, recipe upgrades, & gcc multilib enabling commits 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=4F615916.3070007@intel.com \
--to=scott.a.garman@intel.com \
--cc=openembedded-core@lists.openembedded.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.