* [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h
@ 2023-03-15 14:30 Adrian Zaharia
2023-03-16 12:27 ` [yocto] " akuster808
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Zaharia @ 2023-03-15 14:30 UTC (permalink / raw)
To: yocto
Header file conflict between 32-bit and 64-bit versions
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
--
2.39.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [yocto] [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h
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
2023-05-02 12:23 ` Adrian Zaharia
0 siblings, 1 reply; 4+ messages in thread
From: akuster808 @ 2023-03-16 12:27 UTC (permalink / raw)
To: Adrian Zaharia, yocto
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h
2023-03-16 12:27 ` [yocto] " akuster808
@ 2023-05-02 12:23 ` Adrian Zaharia
2023-05-02 19:43 ` [yocto] " akuster808
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Zaharia @ 2023-05-02 12:23 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 85 bytes --]
Hi Armin,
Is there an ETA for when this patch will be merged?
Thanks,
Adrian
[-- Attachment #2: Type: text/html, Size: 105 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h
2023-05-02 12:23 ` Adrian Zaharia
@ 2023-05-02 19:43 ` akuster808
0 siblings, 0 replies; 4+ messages in thread
From: akuster808 @ 2023-05-02 19:43 UTC (permalink / raw)
To: adrian.zaharia, yocto
On 5/2/23 8:23 AM, Adrian Zaharia via lists.yoctoproject.org wrote:
> Hi Armin,
>
> Is there an ETA for when this patch will be merged?
Oh, I had it queue up but must have blown it away.
Thanks for the reminder.
-armin
>
> Thanks,
> Adrian
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59840): https://lists.yoctoproject.org/g/yocto/message/59840
> 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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-02 19:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15 14:30 [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h Adrian Zaharia
2023-03-16 12:27 ` [yocto] " akuster808
2023-05-02 12:23 ` Adrian Zaharia
2023-05-02 19:43 ` [yocto] " akuster808
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.