diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-01-20 20:04:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:52:33 +0000 |
commit | 624c648a9a2c394535f6f528cc64d20b4bfc24bc (patch) | |
tree | 4c018666c913b7a5f67812843805c953ad9234f0 /meta/recipes-connectivity | |
parent | 6a7a21062b4d95cf5c1bfc2f45c95c9aed1d3179 (diff) | |
download | poky-624c648a9a2c394535f6f528cc64d20b4bfc24bc.tar.gz |
libpcap: upgrade to 1.5.3
(From OE-Core rev: 5255405d84826869638f36d2c043f3d929ebe6d6)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb (renamed from meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb b/meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb index 37cc141c03..3ba3caa3bc 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb | |||
@@ -1,13 +1,10 @@ | |||
1 | require libpcap.inc | 1 | require libpcap.inc |
2 | 2 | ||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI += "file://aclocal.patch \ | 3 | SRC_URI += "file://aclocal.patch \ |
6 | file://ieee80215-arphrd.patch \ | 4 | file://ieee80215-arphrd.patch \ |
7 | " | 5 | " |
8 | 6 | SRC_URI[md5sum] = "7e7321fb3aff2f2bb05c8229f3795d4a" | |
9 | SRC_URI[md5sum] = "33ba2f10f3a402cb5d34f5e2a904794a" | 7 | SRC_URI[sha256sum] = "9ae92159c1060f15e6a90f2c4ad227268b6aaa382c316fa49a31c496b9979e93" |
10 | SRC_URI[sha256sum] = "806d4ba23b126476d39a458ad1468f73dfe63c92f9586208f7e4e18c13e52ddd" | ||
11 | 8 | ||
12 | # | 9 | # |
13 | # make install doesn't cover the shared lib | 10 | # make install doesn't cover the shared lib |