mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 12:20:25 +00:00
lcms: put tools into lcms-bin
The tools are not required to use the library, so inherit lib_package to put them into a separate package. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -14,7 +14,7 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
S = "${UNPACKDIR}/lcms2-${PV}"
|
||||
|
||||
inherit autotools sourceforge-releases ptest
|
||||
inherit autotools sourceforge-releases lib_package ptest
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake -C ${B}/testbed testcms
|
||||
|
||||
Reference in New Issue
Block a user