jasper: add PACKAGECONFIG for jpeg

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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-07-21 15:17:35 +02:00 committed by Eric Bénard
parent 2bad4577a7
commit e0f755a539

View File

@ -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"