[meta-security,master|kirkstone] libmhash: add multilib header

Message ID 20220701172309.105912-1-jpuhlman@mvista.com
State Accepted, archived
Headers show
Series [meta-security,master|kirkstone] libmhash: add multilib header | expand

Commit Message

Jeremy Puhlman July 1, 2022, 5:23 p.m. UTC
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
---
 recipes-security/libmhash/libmhash_0.9.9.9.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Adrian Zaharia March 10, 2023, 12:57 p.m. UTC | #1
Hi all,

Is there any reason why this patch was ignored?

Thanks,
Adrian
akuster808 March 15, 2023, 12:41 p.m. UTC | #2
On 3/10/23 7:57 AM, Adrian Zaharia wrote:
> Hi all,
>
> Is there any reason why this patch was ignored?

Can you resend it. I went back 7 months in patchwork history and could 
not find it.

-armin
>
> Thanks,
> Adrian
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59379): https://lists.yoctoproject.org/g/yocto/message/59379
> Mute This Topic: https://lists.yoctoproject.org/mt/92115340/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb
index 4d1f584..113acfc 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