mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
libmhash: fix multilib header conflict - mutils/mhash_config.h
Header file conflict between 32-bit and 64-bit versions Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
5173c71cb4
commit
10a2c9505c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user