mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-15 15:37:18 +00:00
libmhash: add multilib header
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
This commit is contained in:
committed by
Armin Kuster
parent
7e3596e848
commit
ab90048862
@@ -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