[oe-commits] Martin Jansa : links: add PACKAGECONFIG for bzip2, lzma

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:45 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 8fffbfa4577e111784114ceff41e88d3ccb35960
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8fffbfa4577e111784114ceff41e88d3ccb35960

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 15:39:43 2013 +0200

links: add PACKAGECONFIG for bzip2, lzma

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/links/links.inc |    4 ++++
 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 e77e2c4..78d7ec7 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



More information about the Openembedded-commits mailing list