summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/files/52_ne2000_return.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-12-04 13:58:45 +0000
committerRichard Purdie <richard@openedhand.com>2007-12-04 13:58:45 +0000
commitd0b4968cd24a0152e88396d40310cdbae9555a1f (patch)
tree0ec4da2bbbbfcc7300780589135c01a3430ff774 /meta/packages/qemu/files/52_ne2000_return.patch
parent1fbde4b0c426c59695eb19e3785718dddf62632c (diff)
downloadopenembedded-core-d0b4968cd24a0152e88396d40310cdbae9555a1f.tar.gz
openembedded-core-d0b4968cd24a0152e88396d40310cdbae9555a1f.tar.bz2
openembedded-core-d0b4968cd24a0152e88396d40310cdbae9555a1f.tar.xz
openembedded-core-d0b4968cd24a0152e88396d40310cdbae9555a1f.zip
qemu: Make 20071121 the default version and cleanup various file locations and recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3305 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/files/52_ne2000_return.patch')
-rw-r--r--meta/packages/qemu/files/52_ne2000_return.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/qemu/files/52_ne2000_return.patch b/meta/packages/qemu/files/52_ne2000_return.patch
deleted file mode 100644
index f0316c804..000000000
--- a/meta/packages/qemu/files/52_ne2000_return.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- hw/ne2000.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: qemu/hw/ne2000.c
-===================================================================
---- qemu.orig/hw/ne2000.c 2007-06-13 11:51:52.000000000 +0100
-+++ qemu/hw/ne2000.c 2007-06-13 11:51:55.000000000 +0100
-@@ -214,7 +214,7 @@ static int ne2000_can_receive(void *opaq
- NE2000State *s = opaque;
-
- if (s->cmd & E8390_STOP)
-- return 1;
-+ return 0;
- return !ne2000_buffer_full(s);
- }
-