mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
wireshark: Update to 2.6 release
Add a native version to provide certain utilities needed during cross build Strip rpaths which cmake seems to be enforcing for no reason Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,53 +0,0 @@
|
||||
use OR PKG_CONFIG scheme for libgcrypt
|
||||
|
||||
Upstream-Status: Inappropriate OE specific
|
||||
|
||||
Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
||||
|
||||
Index: wireshark-2.4.4/m4/libgcrypt.m4
|
||||
===================================================================
|
||||
--- wireshark-2.4.4.orig/m4/libgcrypt.m4
|
||||
+++ wireshark-2.4.4/m4/libgcrypt.m4
|
||||
@@ -27,11 +27,11 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
|
||||
libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="")
|
||||
if test x$libgcrypt_config_prefix != x ; then
|
||||
if test x${LIBGCRYPT_CONFIG+set} != xset ; then
|
||||
- LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
|
||||
+ LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/libgcrypt.pc
|
||||
fi
|
||||
fi
|
||||
|
||||
- AC_PATH_PROG(LIBGCRYPT_CONFIG, libgcrypt-config, no)
|
||||
+ AC_PATH_PROG(LIBGCRYPT_CONFIG, libgcrypt.pc, no)
|
||||
tmp=ifelse([$1], ,1:1.2.0,$1)
|
||||
if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
|
||||
req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'`
|
||||
@@ -50,7 +50,7 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
|
||||
sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
|
||||
req_micro=`echo $min_libgcrypt_version | \
|
||||
sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
|
||||
- libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
|
||||
+ libgcrypt_config_version=`$PKG_CONFIG --modversion libgcrypt`
|
||||
major=`echo $libgcrypt_config_version | \
|
||||
sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
|
||||
minor=`echo $libgcrypt_config_version | \
|
||||
@@ -82,7 +82,7 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
|
||||
# If we have a recent libgcrypt, we should also check that the
|
||||
# API is compatible
|
||||
if test "$req_libgcrypt_api" -gt 0 ; then
|
||||
- tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
|
||||
+ tmp=`$PKG_CONFIG --api-version libgcrypt 2>/dev/null || echo 0`
|
||||
if test "$tmp" -gt 0 ; then
|
||||
AC_MSG_CHECKING([LIBGCRYPT API version])
|
||||
if test "$req_libgcrypt_api" -eq "$tmp" ; then
|
||||
@@ -95,8 +95,8 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
|
||||
fi
|
||||
fi
|
||||
if test $ok = yes; then
|
||||
- LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
|
||||
- LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
|
||||
+ LIBGCRYPT_CFLAGS=`$PKG_CONFIG --cflags libgcrypt`
|
||||
+ LIBGCRYPT_LIBS=`$PKG_CONFIG --libs libgcrypt`
|
||||
ifelse([$2], , :, [$2])
|
||||
else
|
||||
LIBGCRYPT_CFLAGS=""
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
From 1a6a5d2bcb1adec9ba138c2ebee7bbc994620aff Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Tue, 12 Jun 2018 23:23:44 -0700
|
||||
Subject: [PATCH] Add libm to link for fmod() API
|
||||
|
||||
fixes
|
||||
ld: CMakeFiles/tshark.dir/ui/cli/tap-comparestat.c.o: undefined reference to symbol 'fmod@@GLIBC_2.2.5'
|
||||
| /mnt/a/oe/build/tmp/work/core2-64-bec-linux/wireshark/1_2.6.1-r0/recipe-sysroot/lib/libm.so.6: error adding symbols: DSO missing from command line
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
CMakeLists.txt | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 7950e85..acee140 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -2494,6 +2494,7 @@ if(BUILD_tshark)
|
||||
${LIBEPAN_LIBS}
|
||||
${APPLE_CORE_FOUNDATION_LIBRARY}
|
||||
${APPLE_SYSTEM_CONFIGURATION_LIBRARY}
|
||||
+ m
|
||||
)
|
||||
set(tshark_FILES
|
||||
capture_opts.c
|
||||
--
|
||||
2.17.1
|
||||
|
||||
@@ -1,73 +0,0 @@
|
||||
DESCRIPTION = "wireshark - a popular network protocol analyzer"
|
||||
HOMEPAGE = "http://www.wireshark.org"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77"
|
||||
|
||||
DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error"
|
||||
|
||||
SRC_URI = "https://1.as.dl.wireshark.org/src/${BP}.tar.xz"
|
||||
SRC_URI += "file://libgcrypt.patch"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src"
|
||||
|
||||
SRC_URI[md5sum] = "8cfb73e286dd6427ca4405e6e802d13e"
|
||||
SRC_URI[sha256sum] = "8e965fd282bc0c09e7c4eba5f08a555d0ccf40a7d1544b939e01b90bc893d5fe"
|
||||
|
||||
PE = "1"
|
||||
|
||||
inherit autotools pkgconfig perlnative upstream-version-is-even
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc"
|
||||
PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk2 graphics", "", d)}"
|
||||
|
||||
PACKAGECONFIG[libcap] = "--with-libcap=${STAGING_DIR_HOST}/usr, --with-libcap=no --enable-pcap-ng-default , libcap"
|
||||
PACKAGECONFIG[libpcap] = "--with-pcap=${STAGING_DIR_HOST}/usr --with-pcap-remote, --with-pcap=no --enable-pcap-ng-default , libpcap"
|
||||
PACKAGECONFIG[libsmi] = "--with-libsmi=yes, --with-libsmi=no, libsmi"
|
||||
PACKAGECONFIG[libnl] = "--with-libnl=yes, --with-libnl=no, libnl"
|
||||
PACKAGECONFIG[portaudio] = "--with-portaudio=yes, --with-portaudio=no, portaudio-v19"
|
||||
PACKAGECONFIG[gtk2] = "--with-gtk=2, , gtk+"
|
||||
PACKAGECONFIG[gtk3] = "--with-gtk=3, , gtk+3"
|
||||
PACKAGECONFIG[graphics] = "--enable-wireshark, --with-gtk=no --disable-wireshark,"
|
||||
PACKAGECONFIG[gnutls] = "--with-gnutls=yes, --with-gnutls=no, gnutls"
|
||||
PACKAGECONFIG[ssl] = "--with-ssl=yes, --with-ssl=no, openssl"
|
||||
PACKAGECONFIG[krb5] = "--with-krb5=yes, --with-krb5=no, krb5"
|
||||
PACKAGECONFIG[lua] = "--with-lua=yes, --with-lua=no, lua"
|
||||
PACKAGECONFIG[zlib] = "--with-zlib=yes, --with-zlib=no, zlib"
|
||||
PACKAGECONFIG[geoip] = "--with-geoip=yes, --with-geoip=no, geoip"
|
||||
PACKAGECONFIG[plugins] = "--with-plugins=yes, --with-plugins=no"
|
||||
PACKAGECONFIG[sbc] = "--with-sbc=yes, --with-sbc=no, sbc"
|
||||
PACKAGECONFIG[libssh] = "--with-libssh=${STAGING_DIR_HOST}/usr, --with-libssh=no, libssh2"
|
||||
PACKAGECONFIG[lz4] = "--with-lz4=${STAGING_DIR_HOST}/usr, --with-lz4=no, lz4"
|
||||
|
||||
# these next two options require addional layers
|
||||
PACKAGECONFIG[c-ares] = "--with-c-ares=yes, --with-c-ares=no, c-ares"
|
||||
|
||||
EXTRA_OECONF += "--with-libgcrypt-prefix=${PKG_CONFIG_DIR} --with-qt=no --enable-tshark --enable-rawshark"
|
||||
|
||||
LDFLAGS_append = " -lgpg-error"
|
||||
|
||||
# Currently wireshark does not install header files
|
||||
do_install_append () {
|
||||
|
||||
install -d ${D}/${includedir}/${BPN}
|
||||
install -d ${D}/${includedir}/${BPN}/epan
|
||||
install -d ${D}/${includedir}/${BPN}/epan/crypt
|
||||
install -d ${D}/${includedir}/${BPN}/epan/dfilter
|
||||
install -d ${D}/${includedir}/${BPN}/epan/dissectors
|
||||
install -d ${D}/${includedir}/${BPN}/epan/ftypes
|
||||
install -d ${D}/${includedir}/${BPN}/epan/wmem
|
||||
|
||||
install config.h ${D}/${includedir}/${BPN}
|
||||
install ${S}/register.h ${D}/${includedir}/${BPN}
|
||||
install -D ${S}/epan/*.h ${D}/${includedir}/${BPN}/epan
|
||||
install -D ${S}/epan/crypt/*.h ${D}/${includedir}/${BPN}/epan/crypt
|
||||
install -D ${S}/epan/dfilter/*.h ${D}/${includedir}/${BPN}/epan/dfilter
|
||||
install -D ${S}/epan/dissectors/*.h ${D}/${includedir}/${BPN}/epan/dissectors
|
||||
install -D ${S}/epan/ftypes/*.h ${D}/${includedir}/${BPN}/epan/ftypes
|
||||
install -D ${S}/epan/wmem/*.h ${D}/${includedir}/${BPN}/epan/wmem
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}*"
|
||||
@@ -0,0 +1,80 @@
|
||||
DESCRIPTION = "wireshark - a popular network protocol analyzer"
|
||||
HOMEPAGE = "http://www.wireshark.org"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77"
|
||||
|
||||
DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2"
|
||||
|
||||
DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native "
|
||||
|
||||
SRC_URI = "https://1.as.dl.wireshark.org/src/${BP}.tar.xz \
|
||||
file://0001-Add-libm-to-link-for-fmod-API.patch \
|
||||
"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src"
|
||||
|
||||
SRC_URI[md5sum] = "b0e9e5fe22e96d9fdfad18f750fa8f55"
|
||||
SRC_URI[sha256sum] = "ab6e5bbc3464c956347b8671ce8397950ad5daff3bf9964c967d495f4ddbcd88"
|
||||
|
||||
PE = "1"
|
||||
|
||||
inherit cmake pkgconfig pythonnative perlnative upstream-version-is-even
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc"
|
||||
PACKAGECONFIG_append_class-target = " ${@bb.utils.contains("DISTRO_FEATURES", "x11", " gtk3 graphics ", "", d)}"
|
||||
|
||||
PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh"
|
||||
|
||||
PACKAGECONFIG[libcap] = "-DENABLE_CAP=ON,-DENABLE_CAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON, libcap"
|
||||
PACKAGECONFIG[libpcap] = "-DENABLE_PCAP=ON,-DENABLE_PCAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON , libpcap"
|
||||
PACKAGECONFIG[libsmi] = "-DENABLE_SMI=ON,-DENABLE_SMI=OFF,libsmi"
|
||||
PACKAGECONFIG[libnl] = ",,libnl"
|
||||
PACKAGECONFIG[portaudio] = "-DENABLE_PORTAUDIO=ON,-DENABLE_PORTAUDIO=OFF, portaudio-v19"
|
||||
PACKAGECONFIG[gtk2] = "-DENABLE_GTK=ON,-DENABLE_GTK=OFF, gtk+"
|
||||
PACKAGECONFIG[gtk3] = "-DENABLE_GTK3=ON,-DENABLE_GTK3=OFF, gtk+3"
|
||||
PACKAGECONFIG[qt5] = "-DENABLE_QT5=ON,-DENABLE_QT5=OFF -DBUILD_wireshark=OFF, qtbase"
|
||||
PACKAGECONFIG[graphics] = ",-DENABLE_GTK=OFF,"
|
||||
PACKAGECONFIG[gnutls] = "-DENABLE_GNUTLS=ON,-DENABLE_GNUTLS=OFF, gnutls"
|
||||
PACKAGECONFIG[ssl] = ",,openssl"
|
||||
PACKAGECONFIG[krb5] = "-DENABLE_KRB5=ON,-DENABLE_KRB5=OFF, krb5"
|
||||
PACKAGECONFIG[lua] = "-DENABLE_LUA=ON,-DENABLE_LUA=OFF, lua"
|
||||
PACKAGECONFIG[zlib] = "-DENABLE_ZLIB=ON,-DENABLE_ZLIB=OFF, zlib"
|
||||
PACKAGECONFIG[geoip] = ",, geoip"
|
||||
PACKAGECONFIG[plugins] = "-DENABLE_PLUGINS=ON,-DENABLE_PLUGINS=OFF"
|
||||
PACKAGECONFIG[sbc] = "-DENABLE_SBC=ON,-DENABLE_SBC=OFF, sbc"
|
||||
PACKAGECONFIG[libssh] = ",,libssh2"
|
||||
PACKAGECONFIG[lz4] = "-DENABLE_LZ4=ON,-DENABLE_LZ4=OFF, lz4"
|
||||
|
||||
# these next two options require addional layers
|
||||
PACKAGECONFIG[c-ares] = "-DENABLE_CARES=ON,-DENABLE_CARES=OFF, c-ares"
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_wireshark=ON \
|
||||
-DENABLE_NETLINK=ON \
|
||||
-DBUILD_mmdbresolve=OFF \
|
||||
-DBUILD_randpktdump=OFF \
|
||||
-DBUILD_androiddump=OFF \
|
||||
-DBUILD_dcerpcidl2wrs=OFF \
|
||||
-DM_INCLUDE_DIR=${includedir} \
|
||||
-DM_LIBRARY=${libdir} \
|
||||
"
|
||||
do_install_append_class-native() {
|
||||
install -d ${D}${bindir}
|
||||
for f in make-dissectors lemon make-taps
|
||||
do
|
||||
install -m 0755 ${B}/run/$f ${D}${bindir}
|
||||
done
|
||||
}
|
||||
|
||||
do_install_append_class-target() {
|
||||
for f in `find ${D}${libdir} ${D}${bindir} -type f -executable`
|
||||
do
|
||||
chrpath --delete $f
|
||||
done
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}*"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user