summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-09-29 13:44:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-07 23:20:39 +0100
commit03839a7ffa395edaf85e74a86799a44b217b79d3 (patch)
tree20ea64ebb5e3491636002d6889eb780fa401b89c
parent39da5f3e13afe13fe7585949d4f4b41bcb410b09 (diff)
downloadpoky-03839a7ffa395edaf85e74a86799a44b217b79d3.tar.gz
packagegroup-go-sdk-target: inherit goarch
The RDEPENDs will not be satisfied for certain architectures, so skip the recipe in those cases. (From OE-Core rev: 50cfc0d7118c747726445a9be7bc4c496dbb8248) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
index c6c14f1249..3e190770a7 100644
--- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Target packages for the Go SDK" 1SUMMARY = "Target packages for the Go SDK"
2 2
3inherit packagegroup 3inherit packagegroup goarch
4 4
5RDEPENDS_${PN} = " \ 5RDEPENDS_${PN} = " \
6 go-runtime \ 6 go-runtime \