diff options
author | Daniel Dragomir <Daniel.Dragomir@windriver.com> | 2020-03-18 16:12:30 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-18 10:31:00 -0400 |
commit | 404244114f1cc323b90de67c5e492e642241b784 (patch) | |
tree | d38c748362445b76d71bbda3b934c4ea9fdf0030 | |
parent | db8e3306dbce7df2a2b8a5a1ff590568442b409d (diff) | |
download | meta-virtualization-404244114f1cc323b90de67c5e492e642241b784.tar.gz |
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>
-rw-r--r-- | recipes-devtools/go/go-build_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | PV = "0.1-git${SRCREV_runx}" | 16 | PV = "0.1-git${SRCREV_runx}" |
17 | 17 | ||
18 | inherit distro_features_check | 18 | inherit features_check |
19 | REQUIRED_DISTRO_FEATURES = "vmsep" | 19 | REQUIRED_DISTRO_FEATURES = "vmsep" |
20 | 20 | ||
21 | inherit pkgconfig | 21 | inherit pkgconfig |