From 96997db2cf694e85ed23bd34b11c2acb1b6ffd73 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Apr 2011 17:29:01 +0200 Subject: fix MD5 hash, update package depends --- package/qemu/patches/patch-configure | 11 ----------- package/qemu/patches/patch-hw_vhost_c | 10 ---------- package/qemu/patches/patch-hw_vhost_net_c | 10 ---------- 3 files changed, 31 deletions(-) delete mode 100644 package/qemu/patches/patch-configure delete mode 100644 package/qemu/patches/patch-hw_vhost_c delete mode 100644 package/qemu/patches/patch-hw_vhost_net_c (limited to 'package/qemu/patches') diff --git a/package/qemu/patches/patch-configure b/package/qemu/patches/patch-configure deleted file mode 100644 index 963c407fe..000000000 --- a/package/qemu/patches/patch-configure +++ /dev/null @@ -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 diff --git a/package/qemu/patches/patch-hw_vhost_c b/package/qemu/patches/patch-hw_vhost_c deleted file mode 100644 index 71eccb83f..000000000 --- a/package/qemu/patches/patch-hw_vhost_c +++ /dev/null @@ -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 --#include - #include "vhost.h" - #include "hw/hw.h" - /* For range_get_last */ diff --git a/package/qemu/patches/patch-hw_vhost_net_c b/package/qemu/patches/patch-hw_vhost_net_c deleted file mode 100644 index 325d5a940..000000000 --- a/package/qemu/patches/patch-hw_vhost_net_c +++ /dev/null @@ -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 --#include - #include - #include - #include -- cgit v1.2.3