diff options
-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 |