links: add PACKAGECONFIG for bzip2, lzma
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 21 Jul 2013 13:39:43 +0000 (15:39 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:31:52 +0000 (08:31 -0800)
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: b231b19711f769b2a8fa89a61000e13e9f0385cf)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/links/links.inc

index e77e2c4..78d7ec7 100644 (file)
@@ -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