[OE-core] [oe-core][PATCH 1/1] packagegroup-go-sdk-target: inherit goarch
Joe Slater
jslater at windriver.com
Fri Sep 29 20:44:43 UTC 2017
The RDEPENDs will not be satisfied for certain architectures,
so skip the recipe in those cases.
Signed-off-by: Joe Slater <jslater at windriver.com>
---
meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
index c6c14f1..3e19077 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 @@
SUMMARY = "Target packages for the Go SDK"
-inherit packagegroup
+inherit packagegroup goarch
RDEPENDS_${PN} = " \
go-runtime \
--
2.7.4
More information about the Openembedded-core
mailing list