From b231b19711f769b2a8fa89a61000e13e9f0385cf Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 15:39:43 +0200 Subject: [PATCH] links: add PACKAGECONFIG for bzip2, lzma * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa --- meta-oe/recipes-support/links/links.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/links/links.inc b/meta-oe/recipes-support/links/links.inc index e77e2c4541..78d7ec78df 100644 --- a/meta-oe/recipes-support/links/links.inc +++ b/meta-oe/recipes-support/links/links.inc @@ -10,4 +10,8 @@ SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \ file://ac-prog-cxx.patch \ " +PACKAGECONFIG ??= "" +PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" +PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,lzma" + inherit autotools