mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
lcms: inherit sourceforge-releases class
Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version lcms INFO: Current version: 2.16 INFO: Latest version: After the patch: $ devtool latest-version lcms INFO: Current version: 2.16 INFO: Latest version: 2.17 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
eae862a35a
commit
e87cf64e47
|
|
@ -12,6 +12,6 @@ BBCLASSEXTEND = "native nativesdk"
|
|||
|
||||
S = "${UNPACKDIR}/lcms2-${PV}"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools sourceforge-releases
|
||||
|
||||
CVE_PRODUCT += "littlecms:little_cms_color_engine"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user