mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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>
9 lines
134 B
BlitzBasic
9 lines
134 B
BlitzBasic
SUMMARY = "Target packages for the Go SDK"
|
|
|
|
inherit packagegroup goarch
|
|
|
|
RDEPENDS_${PN} = " \
|
|
go-runtime \
|
|
go-runtime-dev \
|
|
"
|