Lines Matching refs:go
3 PROVIDES = "virtual/${TUNE_PKGARCH}-go"
4 DEPENDS = "go-native"
6 PN = "go-cross-${TUNE_PKGARCH}"
32 \$here/../../lib/${CROSS_TARGET_SYS_DIR}/go/bin/$1 "\$@"
38 install -d ${D}${libdir}/go
39 cp --preserve=mode,timestamps -R ${B}/pkg ${D}${libdir}/go/
40 install -d ${D}${libdir}/go/src
42 [ ! -d $d ] || cp --preserve=mode,timestamps -R ${S}/src/$d ${D}${libdir}/go/src/; \
44 find ${D}${libdir}/go/src -depth -type d -name testdata -exec rm -rf {} \;
45 install -d ${D}${bindir} ${D}${libdir}/go/bin
49 install -m755 $f ${D}${libdir}/go/bin