All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Adrian Zaharia <adrian.zaharia@windriver.com>,
	yocto@lists.yoctoproject.org
Subject: Re: [yocto] [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h
Date: Thu, 16 Mar 2023 08:27:32 -0400	[thread overview]
Message-ID: <b852ee83-caeb-986f-76fd-e4f113f871ba@gmail.com> (raw)
In-Reply-To: <20230315143005.1112629-1-Adrian.Zaharia@windriver.com>



On 3/15/23 10:30 AM, Adrian Zaharia wrote:
> Header file conflict between 32-bit and 64-bit versions

Thanks. It will be in my next round of builds.

-armin
>
> Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com>
> ---
>   recipes-security/libmhash/libmhash_0.9.9.9.bb | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb
> index 4d1f584..49139d2 100644
> --- a/recipes-security/libmhash/libmhash_0.9.9.9.bb
> +++ b/recipes-security/libmhash/libmhash_0.9.9.9.bb
> @@ -23,7 +23,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/mhash/mhash-${PV}.tar.bz2 \
>   SRC_URI[md5sum] = "f91c74f9ccab2b574a98be5bc31eb280"
>   SRC_URI[sha256sum] = "56521c52a9033779154432d0ae47ad7198914785265e1f570cee21ab248dfef0"
>   
> -inherit autotools-brokensep ptest
> +inherit autotools-brokensep ptest multilib_header
> +
> +do_install:append() {
> +    oe_multilib_header mutils/mhash_config.h
> +}
>   
>   do_compile_ptest() {
>       if [ ! -d ${S}/demo ]; then mkdir ${S}/demo; fi
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59433): https://lists.yoctoproject.org/g/yocto/message/59433
> Mute This Topic: https://lists.yoctoproject.org/mt/97628630/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



  reply	other threads:[~2023-03-16 12:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-15 14:30 [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h Adrian Zaharia
2023-03-16 12:27 ` akuster808 [this message]
2023-05-02 12:23   ` Adrian Zaharia
2023-05-02 19:43     ` [yocto] " akuster808

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=b852ee83-caeb-986f-76fd-e4f113f871ba@gmail.com \
    --to=akuster808@gmail.com \
    --cc=adrian.zaharia@windriver.com \
    --cc=yocto@lists.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.