[OE-core] [PATCH 1/1] qemu: remove redundant lines in smc91c111_fix.patch

kai.kang at windriver.com kai.kang at windriver.com
Mon Sep 14 08:22:46 UTC 2015


From: Kai Kang <kai.kang at windriver.com>

Remove redundant lines in smc91c111_fix.patch which caused command patch
of lower version fails to work.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch b/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
index e69af94..e37e777 100644
--- a/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
+++ b/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
@@ -63,7 +63,7 @@ Index: qemu-2.4.0/hw/net/smc91c111.c
          return 0;
      return 1;
  }
-@@ -671,9 +671,11 @@ static ssize_t smc91c111_receive(NetClie
+@@ -671,6 +671,8 @@ static ssize_t smc91c111_receive(NetClie
      /* TODO: Flag overrun and receive errors.  */
      if (packetsize > 2048)
          return -1;
@@ -72,6 +72,3 @@ Index: qemu-2.4.0/hw/net/smc91c111.c
      packetnum = smc91c111_allocate_packet(s);
      if (packetnum == 0x80)
          return -1;
-     s->rx_fifo[s->rx_fifo_len++] = packetnum;
- 
-     p = &s->data[packetnum][0];
-- 
1.9.1




More information about the Openembedded-core mailing list