Files
poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
Joe Slater 03839a7ffa 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>
2017-10-07 23:20:39 +01:00

9 lines
134 B
BlitzBasic

SUMMARY = "Target packages for the Go SDK"
inherit packagegroup goarch
RDEPENDS_${PN} = " \
go-runtime \
go-runtime-dev \
"