* openssl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa <[email protected]> --- meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb b/meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb index dcd8a47..bd80c84 100644 --- a/meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb +++ b/meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb @@ -11,6 +11,9 @@ SRC_URI[sha256sum] = "e708b66f6cec9ba090877e8eb38e5627ac69aea9ebd9bca1360a29c739 inherit autotools +PACKAGECONFIG ??= "" +PACKAGECONFIG[md5] = "--enable-md5,--disable-md5,openssl" + do_configure() { gnu-configize oe_runconf -- 1.8.3.2 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
