mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user