[oe-commits] Martin Jansa : jasper: add PACKAGECONFIG for jpeg

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:27 UTC 2013


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

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

jasper: add PACKAGECONFIG for jpeg

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

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

---

 meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb b/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb
index ef9ca6f..a454501 100644
--- a/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb
+++ b/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb
@@ -8,6 +8,9 @@ SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip"
 
 inherit autotools lib_package
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[jpeg] = "--enable-libjpeg,--disable-libjpeg,jpeg"
+
 EXTRA_OECONF = "--enable-shared"
 
 SRC_URI[md5sum] = "a342b2b4495b3e1394e161eb5d85d754"



More information about the Openembedded-commits mailing list