From: Gary Thomas <gary@mlbassoc.com>
To: "João Henrique Freitas" <joaohf@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: recipes for sniffer tool
Date: Thu, 07 Apr 2011 12:40:25 -0600 [thread overview]
Message-ID: <4D9E0519.4060909@mlbassoc.com> (raw)
In-Reply-To: <BANLkTimCSrbZ6EgverDQiiRscc24LqNsQg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]
On 04/07/2011 12:11 PM, João Henrique Freitas wrote:
> Hi
>
>>
>> You can move the recipes over from oe.dev to meta-oe if you wish. Should be a matter of adding the license info and building them.
>>
>
> I get tcpdump from oe.dev and put it inside my meta-test layer. I am
> using yocto (bernard track).
>
> When I run 'bitbake tcpdump':
>
> | configure: WARNING: unrecognized options: --with-libtool-sysroot
> | NOTE: Checking autotools environment for common misconfiguration
> | ERROR: This autoconf log indicates errors, it looked at host include
> and/or library paths while determining system capabilities.
>
> I think this problem is trivial but I can't figure how to solve.
I used this recipe, along with the attached patch to build tcpdump.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
[-- Attachment #2: tcpdump_4.1.1.bb --]
[-- Type: text/plain, Size: 1139 bytes --]
DESCRIPTION = "A sophisticated network protocol analyzer"
HOMEPAGE = "http://www.tcpdump.org/"
LICENSE = "BSD"
SECTION = "console/network"
PRIORITY = "optional"
DEPENDS = "libpcap"
PR = "r1"
SRC_URI = " \
http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
file://tcpdump_configure_no_-O2.patch \
file://0001-minimal-IEEE802.15.4-allowed.patch \
file://ipv6-cross.patch \
file://configure.patch \
file://not-building-for-solaris.patch \
"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \
"
inherit autotools
# ac_cv_linux_vers=${ac_cv_linux_vers=2}
EXTRA_OECONF = "--without-crypto \
${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6', '--disable-ipv6', d)}"
do_configure() {
gnu-configize
autoconf
oe_runconf
sed -i 's:/usr/lib:${STAGING_LIBDIR}:' ./Makefile
sed -i 's:/usr/include:${STAGING_INCDIR}:' ./Makefile
}
do_install_append() {
# tcpdump 4.0.0 installs a copy to /usr/sbin/tcpdump.4.0.0
rm -f ${D}${sbindir}/tcpdump.${PV}
}
SRC_URI[md5sum] = "d0dd58bbd6cd36795e05c6f1f74420b0"
SRC_URI[sha256sum] = "e6cd4bbd61ec7adbb61ba8352c4b4734f67b8caaa845d88cb826bc0b9f1e7f0a"
[-- Attachment #3: not-building-for-solaris.patch --]
[-- Type: text/x-patch, Size: 504 bytes --]
diff -ur tcpdump-4.1.1.ORIG/configure.in tcpdump-4.1.1/configure.in
--- tcpdump-4.1.1.ORIG/configure.in 2011-03-30 11:14:46.000000000 -0600
+++ tcpdump-4.1.1/configure.in 2011-03-31 06:00:18.187813636 -0600
@@ -715,9 +715,6 @@
fi
fi
-# libdlpi is needed for Solaris 11 and later.
-AC_CHECK_LIB(dlpi, dlpi_walk, LIBS="$LIBS -ldlpi" LDFLAGS="-L/lib $LDFLAGS", ,-L/lib)
-
dnl portability macros for getaddrinfo/getnameinfo
dnl
dnl Check for sa_len
Only in tcpdump-4.1.1: configure.in~
next prev parent reply other threads:[~2011-04-07 18:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-07 13:24 recipes for sniffer tool João Henrique Freitas
2011-04-07 13:27 ` Koen Kooi
2011-04-07 18:11 ` João Henrique Freitas
2011-04-07 18:40 ` Gary Thomas [this message]
2011-04-07 19:48 ` João Henrique Freitas
2011-04-07 20:20 ` Gary Thomas
2011-04-09 21:19 ` João Henrique Freitas
2011-04-12 15:07 ` João Henrique Freitas
2011-04-12 15:22 ` Gary Thomas
2011-04-13 19:01 ` João Henrique Freitas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D9E0519.4060909@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=joaohf@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.