diff options
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap.inc | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap_1.7.4.bb (renamed from meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index 0873c248c5..b7601b05c7 100644 --- a/meta/recipes-connectivity/libpcap/libpcap.inc +++ b/meta/recipes-connectivity/libpcap/libpcap.inc | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.tcpdump.org/" | |||
6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=53067&atid=469577" | 6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=53067&atid=469577" |
7 | SECTION = "libs/network" | 7 | SECTION = "libs/network" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453 \ |
10 | file://pcap.h;beginline=1;endline=32;md5=39af3510e011f34b8872f120b1dc31d2" | 10 | file://pcap.h;beginline=1;endline=32;md5=39af3510e011f34b8872f120b1dc31d2" |
11 | DEPENDS = "flex-native bison-native" | 11 | DEPENDS = "flex-native bison-native" |
12 | 12 | ||
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb b/meta/recipes-connectivity/libpcap/libpcap_1.7.4.bb index 611543e42c..8d12b25213 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.7.4.bb | |||
@@ -3,8 +3,8 @@ require libpcap.inc | |||
3 | SRC_URI += "file://aclocal.patch \ | 3 | SRC_URI += "file://aclocal.patch \ |
4 | file://libpcap-pkgconfig-support.patch \ | 4 | file://libpcap-pkgconfig-support.patch \ |
5 | " | 5 | " |
6 | SRC_URI[md5sum] = "5f14191c1a684a75532c739c2c4059fa" | 6 | SRC_URI[md5sum] = "b2e13142bbaba857ab1c6894aedaf547" |
7 | SRC_URI[sha256sum] = "5db3e2998f1eeba2c76da55da5d474248fe19c44f49e15cac8a796a2c7e19690" | 7 | SRC_URI[sha256sum] = "7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0" |
8 | 8 | ||
9 | # | 9 | # |
10 | # make install doesn't cover the shared lib | 10 | # make install doesn't cover the shared lib |