mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
mbuffer: add PACKAGECONFIG for md5
* openssl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
0100f08b37
commit
67d13b0921
|
|
@ -11,6 +11,9 @@ SRC_URI[sha256sum] = "e708b66f6cec9ba090877e8eb38e5627ac69aea9ebd9bca1360a29c739
|
|||
|
||||
inherit autotools
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[md5] = "--enable-md5,--disable-md5,openssl"
|
||||
|
||||
do_configure() {
|
||||
gnu-configize
|
||||
oe_runconf
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user