From: Saul Wold <sgw@linux.intel.com>
To: tom.zanussi@linux.intel.com
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/3] libaudit: new package
Date: Wed, 27 Feb 2013 20:32:32 -0800 [thread overview]
Message-ID: <512EDDE0.2060907@linux.intel.com> (raw)
In-Reply-To: <4a4c5cf843e4c4ff22843b8e6097786e88a06bd1.1361976853.git.tom.zanussi@linux.intel.com>
On 02/27/2013 07:00 AM, tom.zanussi@linux.intel.com wrote:
> From: Tom Zanussi <tom.zanussi@linux.intel.com>
>
> Add libaudit, used by system call auditing applications. From the
> sources:
>
> "The audit package contains the user space utilities for storing and
> searching the audit records generate by the audit subsystem in the
> Linux 2.6 kernel."
>
> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
> ---
> .../libaudit/libaudit/build-lib-only.patch | 33 ++
> .../libaudit/libaudit/fix-host-gen.patch | 461 +++++++++++++++++++++
> meta/recipes-support/libaudit/libaudit_2.2.2.bb | 25 ++
> 3 files changed, 519 insertions(+)
> create mode 100644 meta/recipes-support/libaudit/libaudit/build-lib-only.patch
> create mode 100644 meta/recipes-support/libaudit/libaudit/fix-host-gen.patch
> create mode 100644 meta/recipes-support/libaudit/libaudit_2.2.2.bb
>
<SNIP>
> diff --git a/meta/recipes-support/libaudit/libaudit_2.2.2.bb b/meta/recipes-support/libaudit/libaudit_2.2.2.bb
> new file mode 100644
> index 0000000..e28b619
> --- /dev/null
> +++ b/meta/recipes-support/libaudit/libaudit_2.2.2.bb
> @@ -0,0 +1,25 @@
> +DESCRIPTION = "libaudit is the dynamic library needed for applications to use the audit framework."
> +SECTION = "libs"
> +AUTHOR = "Steve Grubb <sgrubb@redhat.com>"
> +HOMEPAGE = "http://people.redhat.com/sgrubb/audit/"
> +LICENSE = "LGPLv2+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +PR = "r0"
> +
> +SRC_URI = "http://people.redhat.com/sgrubb/audit/audit-${PV}.tar.gz \
> + file://build-lib-only.patch \
> + file://fix-host-gen.patch \
> + "
> +
> +SRC_URI[md5sum] = "6641fde111cf5dfda6d4282ab8410df5"
> +SRC_URI[sha256sum] = "8bc2b45a5f08f5df6cebcd5543f24b7e68e28b64da4b23f08de2c6616384302b"
> +
> +S = "${WORKDIR}/audit-${PV}"
> +
> +inherit autotools
> +
> +EXTRA_OECONF = "--disable-dependency-tracking --disable-listener"
> +
> +do_configure() {
> + oe_runconf
> +}
>
Is this do_configure really needed? Does the autotools default not work
correctly? And if not why not?
Sau!
next prev parent reply other threads:[~2013-02-28 4:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-27 15:00 [PATCH 0/3] add libaudit and enable 'perf trace' tom.zanussi
2013-02-27 15:00 ` [PATCH 1/3] libaudit: new package tom.zanussi
2013-02-28 4:32 ` Saul Wold [this message]
2013-02-28 4:45 ` Tom Zanussi
2013-02-28 18:57 ` Saul Wold
2013-02-28 19:44 ` Tom Zanussi
2013-02-28 21:01 ` Richard Purdie
2013-02-28 21:14 ` Tom Zanussi
2013-03-01 23:00 ` Burton, Ross
2013-03-01 22:45 ` Colin Walters
2013-02-27 15:00 ` [PATCH 2/3] perf: add perf-trace feature tom.zanussi
2013-02-27 15:00 ` [PATCH 3/3] perf: enable " tom.zanussi
2013-02-27 18:00 ` [PATCH 0/3] add libaudit and enable 'perf trace' Trevor Woerner
[not found] ` <1361988753.1704.4.camel@empanada>
2013-02-27 18:22 ` Trevor Woerner
2013-02-27 19:53 ` Tom Zanussi
2013-02-27 18:10 ` Trevor Woerner
2013-02-27 19:54 ` Tom Zanussi
2015-08-15 23:33 ` Christian Ascheberg
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=512EDDE0.2060907@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=tom.zanussi@linux.intel.com \
/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.