qemu-all: 1.6.1 -> 1.7.0

This commit is contained in:
Thomas Penteker 2013-11-29 20:58:34 +01:00 committed by Fredrik Rinnestam
parent ebb540d0b2
commit 544b05bfd4
3 changed files with 8 additions and 5 deletions

View File

@ -71,6 +71,7 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/qemu-nbd.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qemu/
-rw-r--r-- root/root usr/share/qemu/QEMU,tcx.bin
-rw-r--r-- root/root usr/share/qemu/acpi-dsdt.aml
-rw-r--r-- root/root usr/share/qemu/bamboo.dtb
-rw-r--r-- root/root usr/share/qemu/bios.bin
@ -84,6 +85,7 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/
-rw-r--r-- root/root usr/share/qemu/keymaps/ar
-rw-r--r-- root/root usr/share/qemu/keymaps/bepo
-rw-r--r-- root/root usr/share/qemu/keymaps/common
-rw-r--r-- root/root usr/share/qemu/keymaps/cz
-rw-r--r-- root/root usr/share/qemu/keymaps/da
-rw-r--r-- root/root usr/share/qemu/keymaps/de
-rw-r--r-- root/root usr/share/qemu/keymaps/de-ch
@ -146,5 +148,5 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/
-rw-r--r-- root/root usr/share/qemu/vgabios-stdvga.bin
-rw-r--r-- root/root usr/share/qemu/vgabios-vmware.bin
-rw-r--r-- root/root usr/share/qemu/vgabios.bin
drwxr-xr-x root/root usr/var/
drwxr-xr-x root/root usr/var/run/
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/run/

View File

@ -1 +1 @@
3a897d722457c5a895cd6ac79a28fda0 qemu-1.6.1.tar.bz2
32893941d40d052a5e649efcf06aca06 qemu-1.7.0.tar.bz2

View File

@ -6,7 +6,7 @@
# Nice to have: libseccomp libiscsi
name=qemu-all
version=1.6.1
version=1.7.0
release=1
source=(http://wiki.qemu.org/download/qemu-$version.tar.bz2)
@ -18,7 +18,8 @@ build() {
--sysconfdir=/etc \
--disable-docs \
--libexecdir=/usr/lib/qemu \
--disable-gtk
--disable-gtk \
--localstatedir=/var
# fix include issues with nspr
echo 'QEMU_CFLAGS+=-I/usr/include/nspr' >> libcacard/Makefile