From: <b40290@freescale.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [meta-networking][PATCH 3/3] barnyard: add recipe
Date: Wed, 16 Oct 2013 15:20:05 +0800 [thread overview]
Message-ID: <1381908005-933-1-git-send-email-b40290@freescale.com> (raw)
From: Chunrong Guo <B40290@freescale.com>
*Barnyard is a output system for Snort
Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
.../barnyard/barnyard_0.2.0.bb | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
create mode 100644 meta-networking/recipes-connectivity/barnyard/barnyard_0.2.0.bb
diff --git a/meta-networking/recipes-connectivity/barnyard/barnyard_0.2.0.bb b/meta-networking/recipes-connectivity/barnyard/barnyard_0.2.0.bb
new file mode 100644
index 0000000..09c5506
--- /dev/null
+++ b/meta-networking/recipes-connectivity/barnyard/barnyard_0.2.0.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Barnyard is a output system for Snort."
+HOMEPAGE = "http://www.snort.org/"
+LICENSE = "QPL-1.0"
+LIC_FILES_CHKSUM = "file://LICENSE.QPL;md5=1b8ff8c0012b5a2d647357699bf44b41"
+
+DEPENDS = "libpcap"
+
+SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \
+ "
+SRC_URI[tarball.md5sum] = "be3283028cf414b52b220308ceb411e9"
+SRC_URI[tarball.sha256sum] = "09e0f8e095e79cfe70ea069d13e7d02521a504a1f400a45556a634dccfd31a3a"
+
+
+inherit autotools pkgconfig
+
+do_configure_prepend () {
+ #fix hardcoded include path
+ sed -i -e 's:extra_incl=/usr/include/pcap::g' ${S}/configure.in
+}
+
--
1.7.5.4
next reply other threads:[~2013-10-16 7:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-16 7:20 b40290 [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-09-23 9:20 [meta-networking][PATCH 3/3] barnyard: add recipe b40290
2013-09-23 15:54 ` Khem Raj
2013-09-23 17:34 ` Joe MacDonald
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=1381908005-933-1-git-send-email-b40290@freescale.com \
--to=b40290@freescale.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.