From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 3/4] daq: add recipe
Date: Mon, 26 Aug 2013 09:06:10 +0200 [thread overview]
Message-ID: <20130826070610.GL3544@jama> (raw)
In-Reply-To: <1377487327-31367-1-git-send-email-b40290@freescale.com>
[-- Attachment #1: Type: text/plain, Size: 2673 bytes --]
On Mon, Aug 26, 2013 at 11:22:07AM +0800, b40290@freescale.com wrote:
> From: Chunrong Guo <B40290@freescale.com>
>
> *The dump DAQ test the various inline mode features
> *snort depends daq
>
> Signed-off-by: Chunrong Guo <B40290@freescale.com>
> ---
> meta-oe/recipes-connectivity/daq/daq_2.0.0.bb | 17 +++++++++++++++++
> .../daq/files/disable-check-pcap-version.patch | 11 +++++++++++
> 2 files changed, 28 insertions(+), 0 deletions(-)
> create mode 100644 meta-oe/recipes-connectivity/daq/daq_2.0.0.bb
> create mode 100644 meta-oe/recipes-connectivity/daq/files/disable-check-pcap-version.patch
>
> diff --git a/meta-oe/recipes-connectivity/daq/daq_2.0.0.bb b/meta-oe/recipes-connectivity/daq/daq_2.0.0.bb
> new file mode 100644
> index 0000000..0a71894
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/daq/daq_2.0.0.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTION = "The dump DAQ test the various inline mode features "
> +HOMEPAGE = "http://www.snort.org"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0"
> +
> +
> +DEPENDS = "libpcap libpcre "
> +
> +SRC_URI[md5sum] = "a00855a153647df76d47f1ea454f74ae"
> +SRC_URI[sha256sum] = "fbafc8e362a96fcadc69731f91203ef90845507aae0a4774d5c2825e9d2c1c38"
> +
> +SRC_URI = "http://fossies.org/linux/misc/daq-2.0.0.tar.gz\
> + file://disable-check-pcap-version.patch "
> +
> +
> +inherit autotools
> +
> diff --git a/meta-oe/recipes-connectivity/daq/files/disable-check-pcap-version.patch b/meta-oe/recipes-connectivity/daq/files/disable-check-pcap-version.patch
> new file mode 100644
> index 0000000..416ef65
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/daq/files/disable-check-pcap-version.patch
Please add header explaining why this patch is needed.
> @@ -0,0 +1,11 @@
> +--- a/configure.ac 2013-08-22 02:37:02.453253534 -0500
> ++++ b/configure.ac 2013-08-22 02:37:53.008254362 -0500
> +@@ -179,7 +179,7 @@
> + [enable_pcap_module="$enableval"], [enable_pcap_module="$DEFAULT_ENABLE"])
> + if test "$enable_pcap_module" = yes; then
> + AC_CHECK_HEADER([pcap.h], [], [enable_pcap_module=no])
> +- AC_CHECK_PCAP_VER("1.0.0")
> ++ #AC_CHECK_PCAP_VER("1.0.0")
> + if test "$enable_pcap_module" = yes; then
> + STATIC_LIBS="${STATIC_LIBS} -lpcap"
> + fi
> --
> 1.7.5.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
prev parent reply other threads:[~2013-08-26 7:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-26 3:22 [meta-oe][PATCH 3/4] daq: add recipe b40290
2013-08-26 7:06 ` Martin Jansa [this message]
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=20130826070610.GL3544@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.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.