From 404244114f1cc323b90de67c5e492e642241b784 Mon Sep 17 00:00:00 2001 From: Daniel Dragomir Date: Wed, 18 Mar 2020 16:12:30 +0000 Subject: go-build: drop distro_features_check Replace distro_features_check bbclass which is deprecated, with features_check bbclass. Signed-off-by: Daniel Dragomir Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-build_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/go/go-build_git.bb b/recipes-devtools/go/go-build_git.bb index 4ea800f0..c11ad99e 100644 --- a/recipes-devtools/go/go-build_git.bb +++ b/recipes-devtools/go/go-build_git.bb @@ -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 -- cgit v1.2.3-54-g00ecf