mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
2bad4577a7
commit
e0f755a539
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user