All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Armin Kuster <akuster808@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe][kirkstone][PATCH] audit: Install audit.h from audit package.
Date: Wed, 12 Oct 2022 15:28:29 -0400	[thread overview]
Message-ID: <20221012192829.GG22689@denix.org> (raw)
In-Reply-To: <6fe4ae19-24e1-e212-4f38-ea5767e4f8bd@gmail.com>

On Sun, Sep 25, 2022 at 10:59:57AM -0400, Armin Kuster wrote:
> 
> 
> On 9/22/22 23:38, Jeremy Puhlman wrote:
> >Yup.
> >
> thanks for the feedback.
> 
> commit has been backported.

I see this in kirkstone-next - any ETA when it will merge to kirkstone branch? 
Thanks!


> -armin
> >On 9/22/2022 8:25 PM, Khem Raj wrote:
> >>does this backport fix it for you
> >>
> >>https://patchwork.yoctoproject.org/project/oe/patch/20220921081916.17313-1-mikko.rapeli@linaro.org/
> >>
> >>
> >>On Thu, Sep 22, 2022 at 10:13 PM Jeremy Puhlman
> >><jpuhlman@mvista.com> wrote:
> >>>Source: MontaVista Software, LLC
> >>>MR: 121884
> >>>Type: Defect Fix
> >>>Disposition: Submitted to meta-oe
> >>>ChangeID: 2708329947da5ec2f96a8478771f56cfce95f616
> >>>Description:
> >>>
> >>>The last upgrade to audit, changed libaudit.h to use "audit.h", which
> >>>makes the build work for this package, but breaks any other package
> >>>trying to use libaudit.h, like libsemanage.
> >>>
> >>>build/tmp/work/aarch64-montavista-linux/libsemanage/3.3-r0/recipe-sysroot/usr/include/libaudit.h:30:10:
> >>>fatal error: audit.h: No such file or directory
> >>>    30 | #include "audit.h"
> >>>       |          ^~~~~~~~~
> >>>compilation terminated.
> >>>
> >>>Install audit.h so other applications can use it.
> >>>
> >>>Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
> >>>---
> >>>  meta-oe/recipes-security/audit/audit_3.0.8.bb | 1 +
> >>>  1 file changed, 1 insertion(+)
> >>>
> >>>diff --git a/meta-oe/recipes-security/audit/audit_3.0.8.bb
> >>>b/meta-oe/recipes-security/audit/audit_3.0.8.bb
> >>>index 3dbfc9e60..6195b6749 100644
> >>>--- a/meta-oe/recipes-security/audit/audit_3.0.8.bb
> >>>+++ b/meta-oe/recipes-security/audit/audit_3.0.8.bb
> >>>@@ -110,4 +110,5 @@ do_install:append() {
> >>>
> >>>         # Create /var/spool/audit directory for audisp-remote
> >>>         install -m 0700 -d ${D}${localstatedir}/spool/audit
> >>>+       install -m 644 ${S}/lib/audit.h ${D}${includedir}/audit.h
> >>>  }
> >>>-- 
> >>>2.35.4


      parent reply	other threads:[~2022-10-12 19:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23  2:13 [meta-oe][kirkstone][PATCH] audit: Install audit.h from audit package Jeremy A. Puhlman
2022-09-23  3:25 ` [oe] " Khem Raj
2022-09-23  3:38   ` Jeremy Puhlman
     [not found]     ` <6fe4ae19-24e1-e212-4f38-ea5767e4f8bd@gmail.com>
2022-10-12 19:28       ` Denys Dmytriyenko [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=20221012192829.GG22689@denix.org \
    --to=denis@denix.org \
    --cc=akuster808@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.