Przeglądaj źródła

fix MD5 hash, update package depends

Waldemar Brodkorb 13 lat temu
rodzic
commit
96997db2cf

+ 3 - 4
package/qemu/Makefile

@@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=		qemu
 PKG_VERSION:=		0.14.0
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		397a0d665da8ba9d3b9583629f3d6421
+PKG_MD5SUM:=		f9d145d5c09de9f0984ffe9bd1229970
 PKG_DESCR:=		cpu and system emulator
 PKG_SECTION:=		misc
-PKG_DEPENDS:=		zlib libSDL
+PKG_DEPENDS:=		zlib libsdl
 PKG_BUILDDEP:=		zlib sdl
 PKG_URL:=		http://wwww.qemu.org/
-PKG_SITES:=		http://wiki.qemu.org/download/
+PKG_SITES:=		http://download.savannah.gnu.org/releases/qemu/
 
 PKG_ARCH_DEPENDS:=	native x86 x86_64
 
@@ -23,7 +23,6 @@ $(eval $(call PKG_template,QEMU,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_
 TARGET_CFLAGS:=         $(filter-out -flto,$(TARGET_CFLAGS))
 CONFIG_STYLE:=		minimal
 CONFIGURE_ARGS+=	--host-cc=$(CC_FOR_BUILD) \
-			--cross-prefix=$(TARGET_CROSS) \
 			--disable-user \
 			--prefix=/usr \
 			--sysconfdir=/etc \

+ 0 - 11
package/qemu/patches/patch-configure

@@ -1,11 +0,0 @@
---- qemu-0.13.0.orig/configure	2010-10-15 22:56:09.000000000 +0200
-+++ qemu-0.13.0/configure	2011-01-12 22:34:59.000000000 +0100
-@@ -136,7 +136,7 @@ QEMU_CFLAGS="-D_FORTIFY_SOURCE=2 $QEMU_C
- QEMU_CFLAGS="-I. -I\$(SRC_PATH) $QEMU_CFLAGS"
- LDFLAGS="-g $LDFLAGS"
- 
--gcc_flags="-Wold-style-declaration -Wold-style-definition -fstack-protector-all"
-+gcc_flags="-Wold-style-declaration -Wold-style-definition"
- cat > $TMPC << EOF
- int main(void) { return 0; }
- EOF

+ 0 - 10
package/qemu/patches/patch-hw_vhost_c

@@ -1,10 +0,0 @@
---- qemu-0.13.0.orig/hw/vhost.c	2010-10-15 22:56:09.000000000 +0200
-+++ qemu-0.13.0/hw/vhost.c	2011-01-12 21:27:10.000000000 +0100
-@@ -11,7 +11,6 @@
-  */
- 
- #include <sys/ioctl.h>
--#include <sys/eventfd.h>
- #include "vhost.h"
- #include "hw/hw.h"
- /* For range_get_last */

+ 0 - 10
package/qemu/patches/patch-hw_vhost_net_c

@@ -1,10 +0,0 @@
---- qemu-0.13.0.orig/hw/vhost_net.c	2010-10-15 22:56:09.000000000 +0200
-+++ qemu-0.13.0/hw/vhost_net.c	2011-01-12 21:27:20.000000000 +0100
-@@ -20,7 +20,6 @@
- 
- #ifdef CONFIG_VHOST_NET
- #include <linux/vhost.h>
--#include <sys/eventfd.h>
- #include <sys/socket.h>
- #include <linux/kvm.h>
- #include <fcntl.h>