xen-guest-image-minimal: do not inherit distro_features_check

Change to inherit features_check, since distro_features_check has been
deprecated in OE.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Ming Liu 2019-11-25 20:56:06 +01:00 committed by Bruce Ashfield
parent 0b4fe1c911
commit e32dad4ff9

View File

@ -1,6 +1,6 @@
DESCRIPTION = "A Xen guest image."
inherit core-image distro_features_check
inherit core-image features_check
IMAGE_INSTALL += " \
packagegroup-core-boot \