diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-12-16 17:15:57 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-12-17 09:05:15 -0800 |
commit | 89f9d07d8e291c994469d015d39ef90fb39a4ec4 (patch) | |
tree | e3c1e5dc2562b9df78fe8d92a0664668d336d47c /meta/recipes-connectivity | |
parent | 2d9de951d3271c18e721957575450eff81d85952 (diff) | |
download | openembedded-core-89f9d07d8e291c994469d015d39ef90fb39a4ec4.tar.gz openembedded-core-89f9d07d8e291c994469d015d39ef90fb39a4ec4.tar.bz2 openembedded-core-89f9d07d8e291c994469d015d39ef90fb39a4ec4.zip |
libpcap: upgrade to 1.5.2
aclocal.patch was updated, still needed.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 dnl -AC_DEFUN(AC_LBL_C_INIT_BEFORE_CC, +AC_DEFUN([AC_LBL_C_INIT_BEFORE_CC], - [AC_PREREQ(2.50) + [ AC_BEFORE([$0], [AC_LBL_C_INIT]) AC_BEFORE([$0], [AC_PROG_CC]) @@ -90,7 +90,7 @@ - dnl ac_cv_lbl_gcc_vers - dnl LBL_CFLAGS + dnl LDFLAGS + dnl LBL_CFLAGS dnl -AC_DEFUN(AC_LBL_C_INIT, +AC_DEFUN([AC_LBL_C_INIT], - [AC_PREREQ(2.50) + [ AC_BEFORE([$0], [AC_LBL_FIXINCLUDES]) AC_BEFORE([$0], [AC_LBL_DEVEL]) @@ -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 \ file://ieee80215-arphrd.patch \ " -SRC_URI[md5sum] = "56e88a5aabdd1e04414985ac24f7e76c" -SRC_URI[sha256sum] = "7c6a2a4f71e8ab09804e6b4fb3aff998c5583108ac42c0e2967eee8e1dbc7406" +SRC_URI[md5sum] = "33ba2f10f3a402cb5d34f5e2a904794a" +SRC_URI[sha256sum] = "806d4ba23b126476d39a458ad1468f73dfe63c92f9586208f7e4e18c13e52ddd" # # make install doesn't cover the shared lib |