From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Fahad Usman <fahad_usman@mentor.com>
Subject: Re: [PATCH] qemu: cflags concatination issue
Date: Fri, 27 Jul 2012 13:48:55 +0100 [thread overview]
Message-ID: <1343393335.9574.134.camel@ted> (raw)
In-Reply-To: <1343389641-15641-1-git-send-email-fahad.usman@gmail.com>
On Fri, 2012-07-27 at 16:47 +0500, Fahad Usman wrote:
> From: Fahad Usman <fahad_usman@mentor.com>
>
> add patch to fix cflags concatination issue
>
> Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
> ---
> .../qemu/qemu-0.15.1/cflags-separator.patch | 15 +++++++++++++++
> meta/recipes-devtools/qemu/qemu_0.15.1.bb | 3 ++-
> 2 files changed, 17 insertions(+), 1 deletions(-)
> create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/cflags-separator.patch
>
> diff --git a/meta/recipes-devtools/qemu/qemu-0.15.1/cflags-separator.patch b/meta/recipes-devtools/qemu/qemu-0.15.1/cflags-separator.patch
> new file mode 100644
> index 0000000..9eb9c70
> --- /dev/null
> +++ b/meta/recipes-devtools/qemu/qemu-0.15.1/cflags-separator.patch
> @@ -0,0 +1,15 @@
> +---
> + configure | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +--- qemu-0.15.1.orig/configure
> ++++ qemu-0.15.1/configure
> +@@ -2550,7 +2550,7 @@ int main(int argc, char **argv)
> + }
> + EOF
> + if ! compile_prog "" "" ; then
> +- CFLAGS+="-march=i486"
> ++ CFLAGS+=" -march=i486"
> + fi
> + fi
> +
The patch is missing the Upstream-Status, author and description
information in the header.
Cheers,
Richard
> diff --git a/meta/recipes-devtools/qemu/qemu_0.15.1.bb b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
> index 2cc59f6..6a4a1ec 100644
> --- a/meta/recipes-devtools/qemu/qemu_0.15.1.bb
> +++ b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
> @@ -3,7 +3,7 @@ require qemu.inc
> LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
> file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
>
> -PR = "r9"
> +PR = "r10"
>
> FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
> FILESDIR = "${WORKDIR}"
> @@ -21,6 +21,7 @@ SRC_URI = "\
> file://a4d1f142542935b90d2eb30f3aead4edcf455fe6.patch \
> file://dummy-gl-config.patch \
> file://0001-ppc64-Fix-linker-script.patch \
> + file://cflags-separator.patch \
> "
>
> # Only use the GL passthrough patches for native/nativesdk versions
prev parent reply other threads:[~2012-07-27 13:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-27 11:47 [PATCH] qemu: cflags concatination issue Fahad Usman
2012-07-27 12:48 ` Richard Purdie [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=1343393335.9574.134.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=fahad_usman@mentor.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox