diff options
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap_1.10.1.bb (renamed from meta/recipes-connectivity/libpcap/libpcap_1.10.0.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.10.0.bb b/meta/recipes-connectivity/libpcap/libpcap_1.10.1.bb index 967eabcc13..f528595c94 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.10.0.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.10.1.bb | |||
@@ -10,10 +10,8 @@ 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 | ||
13 | SRC_URI = "https://www.tcpdump.org/release/${BP}.tar.gz \ | 13 | SRC_URI = "https://www.tcpdump.org/release/${BP}.tar.gz" |
14 | " | 14 | SRC_URI[sha256sum] = "ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4" |
15 | SRC_URI[md5sum] = "8c12dc19dd7e0d02d2bb6596eb5a71c7" | ||
16 | SRC_URI[sha256sum] = "8d12b42623eeefee872f123bd0dc85d535b00df4d42e865f993c40f7bfc92b1e" | ||
17 | 15 | ||
18 | inherit autotools binconfig-disabled pkgconfig | 16 | inherit autotools binconfig-disabled pkgconfig |
19 | 17 | ||