git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6deff76
)
qemu: curl isn't in DEPENDS, so disable it
author
Koen Kooi
<koen@openembedded.org>
Sun, 28 Mar 2010 10:13:31 +0000
(12:13 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 28 Mar 2010 10:13:31 +0000
(12:13 +0200)
recipes/qemu/qemu_0.12.3.bb
patch
|
blob
|
history
diff --git
a/recipes/qemu/qemu_0.12.3.bb
b/recipes/qemu/qemu_0.12.3.bb
index
d1971e9
..
b7d52c2
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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