kas: remove 'image-mklibs' from USER_CLASSES list

mklibs is no longer supported, see [1]

[1] - http://git.openembedded.org/openembedded-core/commit/meta/classes?id=908df863b419d1cad7317153101fc827e7e3a354

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
This commit is contained in:
Pierre-Jean Texier 2021-06-04 17:21:50 +02:00 committed by Andrei Gherzan
parent ffc402ef5e
commit 66d20862de

View File

@ -45,7 +45,7 @@ local_conf_header:
CONF_VERSION = "1" CONF_VERSION = "1"
PACKAGE_CLASSES = "package_rpm" PACKAGE_CLASSES = "package_rpm"
SDKMACHINE = "x86_64" SDKMACHINE = "x86_64"
USER_CLASSES = "buildstats image-mklibs image-prelink" USER_CLASSES = "buildstats image-prelink"
PATCHRESOLVE = "noop" PATCHRESOLVE = "noop"
debug-tweaks: | debug-tweaks: |
EXTRA_IMAGE_FEATURES = "debug-tweaks" EXTRA_IMAGE_FEATURES = "debug-tweaks"