summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/go/go-build_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-build_git.bb b/recipes-devtools/go/go-build_git.bb
index f94a7225..e057b6d7 100644
--- a/recipes-devtools/go/go-build_git.bb
+++ b/recipes-devtools/go/go-build_git.bb
@@ -20,6 +20,7 @@ PV = "0.1-git${SRCREV_runx}"
20 20
21inherit features_check 21inherit features_check
22REQUIRED_DISTRO_FEATURES = "vmsep" 22REQUIRED_DISTRO_FEATURES = "vmsep"
23GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}"
23 24
24inherit pkgconfig 25inherit pkgconfig
25 26