From: Saul Wold <sgw@linux.intel.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] qemu-native: fix build on hosts without libX11 installed
Date: Thu, 27 Sep 2012 09:20:51 -0700 [thread overview]
Message-ID: <50647CE3.8020108@linux.intel.com> (raw)
In-Reply-To: <1348309833-13334-1-git-send-email-Martin.Jansa@gmail.com>
On 09/22/2012 03:30 AM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> meta/recipes-devtools/qemu/qemu_1.2.0.bb | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/qemu/qemu_1.2.0.bb b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
> index 7091f6d..191ee48 100644
> --- a/meta/recipes-devtools/qemu/qemu_1.2.0.bb
> +++ b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
> @@ -17,7 +17,7 @@ SRC_URI = "\
> SRC_URI[md5sum] = "78eb1e984f4532aa9f2bdd3c127b5b61"
> SRC_URI[sha256sum] = "c8b84420d9f4869397f84cad2dabd9a475b7723d619a924a873740353e9df936"
>
> -PR = "r1"
> +PR = "r2"
>
> SRC_URI_append_virtclass-nativesdk = "\
> file://relocatable_sdk.patch \
> @@ -29,4 +29,8 @@ do_configure_prepend_virtclass-nativesdk() {
> sed -i 's/-lX11//g' Makefile.target
> fi
> }
> +do_configure_prepend_virtclass-native() {
> + # Undo the -lX11 added by linker-flags.patch, don't assume that host has libX11 installed
> + sed -i 's/-lX11//g' Makefile.target
> +}
>
>
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2012-09-27 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-22 10:30 [PATCH] qemu-native: fix build on hosts without libX11 installed Martin Jansa
2012-09-27 16:20 ` 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=50647CE3.8020108@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=martin.jansa@gmail.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.