From: Joe Slater Date: Fri, 29 Sep 2017 20:44:43 +0000 (-0700) Subject: packagegroup-go-sdk-target: inherit goarch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03839a7ffa395edaf85e74a86799a44b217b79d3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb index c6c14f12495..3e190770a79 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 \