[oe-commits] Koen Kooi : qemu: curl isn't in DEPENDS, so disable it

git version control git at git.openembedded.org
Sun Mar 28 10:28:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aaa10a9697571f1e69558effaeb9f5f42c8feeab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aaa10a9697571f1e69558effaeb9f5f42c8feeab

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Mar 28 12:13:31 2010 +0200

qemu: curl isn't in DEPENDS, so disable it

---

 recipes/qemu/qemu_0.12.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/qemu/qemu_0.12.3.bb b/recipes/qemu/qemu_0.12.3.bb
index d1971e9..b7d52c2 100644
--- a/recipes/qemu/qemu_0.12.3.bb
+++ b/recipes/qemu/qemu_0.12.3.bb
@@ -1,7 +1,7 @@
 LICENSE = "GPL"
 DEPENDS = "zlib"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "\
     http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz;name=qemu-${PV} \
@@ -27,7 +27,7 @@ BBCLASSEXTEND="native"
 
 S = "${WORKDIR}/qemu-${PV}"
 
-EXTRA_OECONF += "--disable-sdl --disable-strip"
+EXTRA_OECONF += " --disable-curl --disable-sdl --disable-strip"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list