mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 13:09:46 +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
1880933223
commit
3d9dabf144
@ -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…
x
Reference in New Issue
Block a user