All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] qemu: fix broken glflags.patch
@ 2011-04-02  0:13 Ilya Yanok
  2011-04-02  0:13 ` [PATCH 2/2] qemu-nativesdk: fix do_configure Ilya Yanok
  0 siblings, 1 reply; 3+ messages in thread
From: Ilya Yanok @ 2011-04-02  0:13 UTC (permalink / raw)
  To: poky; +Cc: Ilya Yanok

Current patch doesn't apply because of wrong file name.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
---
 .../qemu/qemu-0.14.0/glflags.patch                 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch
index 99cc417..0a27c2d 100644
--- a/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch
+++ b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch
@@ -1,7 +1,7 @@
 Index: git/Makefile.target
 ===================================================================
---- git.orig/Makefile.target2010-05-27 12:35:26.000000000 -0400
-+++ git/Makefile.target2010-05-27 12:59:53.520415731 -0400
+--- git.orig/Makefile.target	2010-05-27 12:35:26.000000000 -0400
++++ git/Makefile.target	2010-05-27 12:59:53.520415731 -0400
 @@ -326,7 +326,7 @@ vl.o: qemu-options.h
  
  monitor.o: qemu-monitor.h
@@ -10,4 +10,4 @@ Index: git/Makefile.target
 +LIBS += -lGL
  
  ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)
- 
\ No newline at end of file
+ 
-- 
1.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] qemu-nativesdk: fix do_configure
  2011-04-02  0:13 [PATCH 1/2] qemu: fix broken glflags.patch Ilya Yanok
@ 2011-04-02  0:13 ` Ilya Yanok
  2011-04-04 16:27   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Ilya Yanok @ 2011-04-02  0:13 UTC (permalink / raw)
  To: poky; +Cc: Ilya Yanok

qemu 0.14 does not need --cross-prefix switch as it uses CC environment
variables (and friends) which contains the cross prefix already.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
---
 meta/recipes-devtools/qemu/qemu.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 0367f50..412bdfd 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -40,6 +40,6 @@ do_configure() {
 SRC_URI_append_virtclass-nativesdk = " file://glflags.patch;patch=1"
 DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk qemugl-nativesdk"
 RDEPENDS_virtclass-nativesdk = "libsdl-nativesdk"
-EXTRA_OECONF_virtclass-nativesdk += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls --cross-prefix=${TARGET_PREFIX}"
+EXTRA_OECONF_virtclass-nativesdk += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
1.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] qemu-nativesdk: fix do_configure
  2011-04-02  0:13 ` [PATCH 2/2] qemu-nativesdk: fix do_configure Ilya Yanok
@ 2011-04-04 16:27   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-04-04 16:27 UTC (permalink / raw)
  To: Ilya Yanok; +Cc: poky

On Sat, 2011-04-02 at 02:13 +0200, Ilya Yanok wrote:
> qemu 0.14 does not need --cross-prefix switch as it uses CC environment
> variables (and friends) which contains the cross prefix already.
> 
> Signed-off-by: Ilya Yanok <yanok@emcraft.com>
> ---
>  meta/recipes-devtools/qemu/qemu.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-04 16:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-02  0:13 [PATCH 1/2] qemu: fix broken glflags.patch Ilya Yanok
2011-04-02  0:13 ` [PATCH 2/2] qemu-nativesdk: fix do_configure Ilya Yanok
2011-04-04 16:27   ` Richard Purdie

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.