From: Koen Kooi Date: Sun, 28 Mar 2010 10:13:31 +0000 (+0200) Subject: qemu: curl isn't in DEPENDS, so disable it X-Git-Tag: Release-2010-05/1~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaa10a9697571f1e69558effaeb9f5f42c8feeab;p=openembedded.git qemu: curl isn't in DEPENDS, so disable it --- diff --git a/recipes/qemu/qemu_0.12.3.bb b/recipes/qemu/qemu_0.12.3.bb index d1971e96f8..b7d52c2e24 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