From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] gnutls: Fix configure issue wrt to rm
Date: Thu, 19 Jan 2012 11:53:40 -0800 [thread overview]
Message-ID: <4F1874C4.8060104@linux.intel.com> (raw)
In-Reply-To: <1326951556-18395-1-git-send-email-raj.khem@gmail.com>
On 01/18/2012 09:39 PM, Khem Raj wrote:
> Add -f option so if the files dont exist then we can
> still continue. Fixes errors like
>
> | + do_configure
> | + for dir in . lib libextra
> | + rm ./aclocal.m4 ./m4/libtool.m4 './m4/lt*.m4'
> | rm: cannot remove `./m4/libtool.m4': No such file or directory
> | rm: cannot remove `./m4/lt*.m4': No such file or directory
>
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
> ---
> meta/recipes-support/gnutls/gnutls.inc | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
> index 5991540..c639b11 100644
> --- a/meta/recipes-support/gnutls/gnutls.inc
> +++ b/meta/recipes-support/gnutls/gnutls.inc
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
> BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
> DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline"
>
> -INC_PR = "r4"
> +INC_PR = "r5"
>
> LICENSE = "GPLv3+& LGPLv2.1+"
> LICENSE_${PN} = "LGPLv2.1+"
> @@ -31,7 +31,7 @@ EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
> "
> do_configure_prepend() {
> for dir in . lib libextra; do
> - rm ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4
> + rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4
> done
> }
>
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2012-01-19 20:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-19 5:39 [PATCH] gnutls: Fix configure issue wrt to rm Khem Raj
2012-01-19 19:53 ` Saul Wold [this message]
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=4F1874C4.8060104@linux.intel.com \
--to=sgw@linux.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.