mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
go-build: drop distro_features_check
Replace distro_features_check bbclass which is deprecated, with features_check bbclass. Signed-off-by: Daniel Dragomir <Daniel.Dragomir@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
db8e3306db
commit
404244114f
|
@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=945fc9aa694796a6337395cc291ddd
|
|||
S = "${WORKDIR}/git"
|
||||
PV = "0.1-git${SRCREV_runx}"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "vmsep"
|
||||
|
||||
inherit pkgconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user