mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
runx: drop distro_features_check
distro_features_check bbclass is deprecated, inherit features_check instead. Signed-off-by: Ming Liu <ming.liu@toradex.com>
This commit is contained in:
parent
bbe5243156
commit
db8e3306db
|
@ -18,11 +18,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=945fc9aa694796a6337395cc291ddd8c"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.1-git${SRCREV_runx}"
|
PV = "0.1-git${SRCREV_runx}"
|
||||||
|
|
||||||
inherit distro_features_check
|
inherit features_check
|
||||||
REQUIRED_DISTRO_FEATURES = "vmsep"
|
REQUIRED_DISTRO_FEATURES = "vmsep"
|
||||||
|
|
||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
# for the kernel build
|
# for the kernel build
|
||||||
inherit kernel-arch
|
inherit kernel-arch
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user