]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packagegroup-go-sdk-target: inherit goarch
authorJoe Slater <jslater@windriver.com>
Fri, 29 Sep 2017 20:44:43 +0000 (13:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2017 11:03:33 +0000 (12:03 +0100)
The RDEPENDs will not be satisfied for certain architectures,
so skip the recipe in those cases.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb

index c6c14f12495bd0c2c1e8be3f07fc7826abcdb60f..3e190770a799efaf5357440d277f741fe5690fad 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY = "Target packages for the Go SDK"
 
-inherit packagegroup
+inherit packagegroup goarch
 
 RDEPENDS_${PN} = " \
     go-runtime \