All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: b40290@freescale.com
Cc: yocto@yoctoproject.org, mulhern <mulhern@yoctoproject.org>
Subject: Re: [Meta-security][PATCH 3/3] barnyard: add recipe
Date: Wed, 11 Sep 2013 10:50:19 -0700	[thread overview]
Message-ID: <5230AD5B.3050000@linux.intel.com> (raw)
In-Reply-To: <1378872408-16125-1-git-send-email-b40290@freescale.com>

On 09/10/2013 09:06 PM, b40290@freescale.com wrote:
> From: Chunrong Guo <B40290@freescale.com>
>
>     *Barnyard is a output system for Snort
>
> Signed-off-by: Chunrong Guo <B40290@freescale.com>
> ---
>   recipes-security/barnyard/barnyard_0.2.0.bb |   22 ++++++++++++++++++++++
>   1 files changed, 22 insertions(+), 0 deletions(-)
>   create mode 100644 recipes-security/barnyard/barnyard_0.2.0.bb
>
> diff --git a/recipes-security/barnyard/barnyard_0.2.0.bb b/recipes-security/barnyard/barnyard_0.2.0.bb
> new file mode 100644
> index 0000000..a13ebdc
> --- /dev/null
> +++ b/recipes-security/barnyard/barnyard_0.2.0.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "Barnyard is a output system for Snort."
> +HOMEPAGE = "http://www.snort.org/"
> +LICENSE = "QPL"
> +LIC_FILES_CHKSUM = "file://LICENSE.QPL;md5=1b8ff8c0012b5a2d647357699bf44b41"
> +
> +DEPENDS = "libpcap"
> +RDEPENDS_${PN} = "libpcap"
DEPENDS are also RDEPENDS so this is extra and not needed.
> +
> +SRC_URI = " ${GENTOO_MIRROR}/${P}.tar.gz;name=tarball \
You don't want to use ${P} as it will be prefixed with any multilib type 
of extension, it's better to use ${BP} which won't be expanded.

> +          "
> +SRC_URI[tarball.md5sum] = "be3283028cf414b52b220308ceb411e9"
> +SRC_URI[tarball.sha256sum] = "09e0f8e095e79cfe70ea069d13e7d02521a504a1f400a45556a634dccfd31a3a"
> +
> +
> +S = "${WORKDIR}/${P}"
Same as above, this is also the default, so you should not need to 
specify this item.

> +inherit autotools pkgconfig
> +
> +do_configure_prepend () {
> +	#fix hardcoded include path
> +	sed -i -e 's:extra_incl=-I/usr/include/pcap::g' ${S}/configure.in
> +}
> +
>


      reply	other threads:[~2013-09-11 17:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11  4:06 [Meta-security][PATCH 3/3] barnyard: add recipe b40290
2013-09-11 17:50 ` Saul Wold [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=5230AD5B.3050000@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=b40290@freescale.com \
    --cc=mulhern@yoctoproject.org \
    --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.