summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:39:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-30 11:17:10 +0200
commitb231b19711f769b2a8fa89a61000e13e9f0385cf (patch)
treefa8b921d5f0bd5fe89531b64d0295d36592b1a34
parente1f3f99c4172c0bf98945c01e6d93ca0f6d54c62 (diff)
downloadmeta-openembedded-b231b19711f769b2a8fa89a61000e13e9f0385cf.tar.gz
links: add PACKAGECONFIG for bzip2, lzma
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/links/links.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/links/links.inc b/meta-oe/recipes-support/links/links.inc
index e77e2c454..78d7ec78d 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 \
10 file://ac-prog-cxx.patch \ 10 file://ac-prog-cxx.patch \
11" 11"
12 12
13PACKAGECONFIG ??= ""
14PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
15PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,lzma"
16
13inherit autotools 17inherit autotools