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>
This commit is contained in:
Joe Slater 2017-09-29 13:44:43 -07:00 committed by Richard Purdie
parent 39da5f3e13
commit 03839a7ffa

View File

@ -1,6 +1,6 @@
SUMMARY = "Target packages for the Go SDK"
inherit packagegroup
inherit packagegroup goarch
RDEPENDS_${PN} = " \
go-runtime \