From 2a76f0731f5e2ad4b941197bdf59c66d52ec9131 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 23 Dec 2011 14:27:24 +0800 Subject: libpcap: upgrade to 1.2.0 This patch is to upgrade libpcap to 1.2.0. The values of the macro definitions are duplicated with the new code, so change them into other values. Signed-off-by: Shane Wang --- .../libpcap/libpcap-1.1.1/ieee80215-arphrd.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta/recipes-connectivity/libpcap/libpcap-1.1.1/ieee80215-arphrd.patch (limited to 'meta/recipes-connectivity/libpcap/libpcap-1.1.1/ieee80215-arphrd.patch') diff --git a/meta/recipes-connectivity/libpcap/libpcap-1.1.1/ieee80215-arphrd.patch b/meta/recipes-connectivity/libpcap/libpcap-1.1.1/ieee80215-arphrd.patch deleted file mode 100644 index 8041d7a05..000000000 --- a/meta/recipes-connectivity/libpcap/libpcap-1.1.1/ieee80215-arphrd.patch +++ /dev/null @@ -1,24 +0,0 @@ -Upstream-Status: Pending - -Index: libpcap-1.0.0/pcap-linux.c -=================================================================== ---- libpcap-1.0.0.orig/pcap-linux.c 2009-01-28 11:58:54.000000000 +0300 -+++ libpcap-1.0.0/pcap-linux.c 2009-01-28 11:59:04.000000000 +0300 -@@ -1616,6 +1616,17 @@ - * so let's use "Linux-cooked" mode. Jean II */ - //handle->md.cooked = 1; - break; -+#ifndef ARPHRD_IEEE80215 -+#define ARPHRD_IEEE80215 804 -+#endif -+#ifndef ARPHRD_IEEE80215_PHY -+#define ARPHRD_IEEE80215_PHY 805 -+#endif -+ -+ case ARPHRD_IEEE80215: -+ case ARPHRD_IEEE80215_PHY: -+ handle->linktype = DLT_IEEE802_15_4; -+ break; - - /* ARPHRD_LAPD is unofficial and randomly allocated, if reallocation - * is needed, please report it to */ -- cgit v1.2.3