diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-12-16 17:15:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-18 11:21:26 +0000 |
commit | 62849984b5a92f08438ca3b770dae122285e6ca8 (patch) | |
tree | 3d779f9f78a435e9d95d5e94982b604c89e1474a /meta/recipes-connectivity | |
parent | 4ed07c5e9b534324245e8bdf9b3880899c9a1cfe (diff) | |
download | poky-62849984b5a92f08438ca3b770dae122285e6ca8.tar.gz |
libpcap: upgrade to 1.5.2
aclocal.patch was updated, still needed.
(From OE-Core rev: 89f9d07d8e291c994469d015d39ef90fb39a4ec4)
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/aclocal.patch | 8 | ||||
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb (renamed from meta/recipes-connectivity/libpcap/libpcap_1.4.0.bb) | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch b/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch index 469d122eeb..21519825c3 100644 --- a/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch +++ b/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch | |||
@@ -9,16 +9,16 @@ diff -ruN libpcap-1.1.1-orig/aclocal.m4 libpcap-1.1.1/aclocal.m4 | |||
9 | dnl | 9 | dnl |
10 | -AC_DEFUN(AC_LBL_C_INIT_BEFORE_CC, | 10 | -AC_DEFUN(AC_LBL_C_INIT_BEFORE_CC, |
11 | +AC_DEFUN([AC_LBL_C_INIT_BEFORE_CC], | 11 | +AC_DEFUN([AC_LBL_C_INIT_BEFORE_CC], |
12 | [AC_PREREQ(2.50) | 12 | [ |
13 | AC_BEFORE([$0], [AC_LBL_C_INIT]) | 13 | AC_BEFORE([$0], [AC_LBL_C_INIT]) |
14 | AC_BEFORE([$0], [AC_PROG_CC]) | 14 | AC_BEFORE([$0], [AC_PROG_CC]) |
15 | @@ -90,7 +90,7 @@ | 15 | @@ -90,7 +90,7 @@ |
16 | dnl ac_cv_lbl_gcc_vers | 16 | dnl LDFLAGS |
17 | dnl LBL_CFLAGS | 17 | dnl LBL_CFLAGS |
18 | dnl | 18 | dnl |
19 | -AC_DEFUN(AC_LBL_C_INIT, | 19 | -AC_DEFUN(AC_LBL_C_INIT, |
20 | +AC_DEFUN([AC_LBL_C_INIT], | 20 | +AC_DEFUN([AC_LBL_C_INIT], |
21 | [AC_PREREQ(2.50) | 21 | [ |
22 | AC_BEFORE([$0], [AC_LBL_FIXINCLUDES]) | 22 | AC_BEFORE([$0], [AC_LBL_FIXINCLUDES]) |
23 | AC_BEFORE([$0], [AC_LBL_DEVEL]) | 23 | AC_BEFORE([$0], [AC_LBL_DEVEL]) |
24 | @@ -217,7 +217,7 @@ | 24 | @@ -217,7 +217,7 @@ |
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.4.0.bb b/meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb index 75a540ecb4..37cc141c03 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.4.0.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb | |||
@@ -6,8 +6,8 @@ SRC_URI += "file://aclocal.patch \ | |||
6 | file://ieee80215-arphrd.patch \ | 6 | file://ieee80215-arphrd.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "56e88a5aabdd1e04414985ac24f7e76c" | 9 | SRC_URI[md5sum] = "33ba2f10f3a402cb5d34f5e2a904794a" |
10 | SRC_URI[sha256sum] = "7c6a2a4f71e8ab09804e6b4fb3aff998c5583108ac42c0e2967eee8e1dbc7406" | 10 | SRC_URI[sha256sum] = "806d4ba23b126476d39a458ad1468f73dfe63c92f9586208f7e4e18c13e52ddd" |
11 | 11 | ||
12 | # | 12 | # |
13 | # make install doesn't cover the shared lib | 13 | # make install doesn't cover the shared lib |