From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] Simplify "SRC_URI_append +=" to "SRC_URI_append ="
Date: Wed, 20 Jun 2012 08:17:44 +0100 [thread overview]
Message-ID: <1340176664.1640.17.camel@ted> (raw)
In-Reply-To: <alpine.DEB.2.02.1206191652560.3440@oneiric>
On Tue, 2012-06-19 at 16:54 -0400, Robert P. J. Day wrote:
> diff --git a/meta/recipes-support/gmp/gmp_5.0.4.bb b/meta/recipes-support/gmp/gmp_5.0.4.bb
> index cb2ca5b..0f72742 100644
> --- a/meta/recipes-support/gmp/gmp_5.0.4.bb
> +++ b/meta/recipes-support/gmp/gmp_5.0.4.bb
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
> file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
> PR = "r1"
>
> -SRC_URI_append += "file://use-includedir.patch \
> +SRC_URI_append = "file://use-includedir.patch \
> file://gmp_fix_for_x32.patch \
> file://gmp_fix_for_automake-1.12.patch \
> "
This last one will need a space before the first file:// to be correct.
Cheers,
Richard
next prev parent reply other threads:[~2012-06-20 7:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-19 20:54 [PATCH] Simplify "SRC_URI_append +=" to "SRC_URI_append =" Robert P. J. Day
2012-06-20 0:37 ` Khem Raj
2012-06-20 1:09 ` Robert P. J. Day
2012-06-20 1:34 ` Khem Raj
2012-06-20 7:17 ` Richard Purdie [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-20 8:51 Robert P. J. Day
2012-06-21 12:30 ` Richard Purdie
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=1340176664.1640.17.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--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.