diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/go/go-target.inc | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-target.inc')
| -rw-r--r-- | meta/recipes-devtools/go/go-target.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc index 8e44247031..47b4411d54 100644 --- a/meta/recipes-devtools/go/go-target.inc +++ b/meta/recipes-devtools/go/go-target.inc | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | DEPENDS = "virtual/${TUNE_PKGARCH}-go go-native" | 1 | DEPENDS = "virtual/${TUNE_PKGARCH}-go go-native" |
| 2 | DEPENDS_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk go-native" | 2 | DEPENDS:class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk go-native" |
| 3 | 3 | ||
| 4 | export GOCACHE = "${B}/.cache" | 4 | export GOCACHE = "${B}/.cache" |
| 5 | GO_LDFLAGS = "" | 5 | GO_LDFLAGS = "" |
| 6 | GO_LDFLAGS_class-nativesdk = "-linkmode external" | 6 | GO_LDFLAGS:class-nativesdk = "-linkmode external" |
| 7 | export GO_LDFLAGS | 7 | export GO_LDFLAGS |
| 8 | 8 | ||
| 9 | CC_append_class-nativesdk = " ${SECURITY_NOPIE_CFLAGS}" | 9 | CC:append:class-nativesdk = " ${SECURITY_NOPIE_CFLAGS}" |
| 10 | 10 | ||
| 11 | do_configure[noexec] = "1" | 11 | do_configure[noexec] = "1" |
| 12 | 12 | ||
| @@ -38,8 +38,8 @@ do_install() { | |||
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | PACKAGES = "${PN} ${PN}-dev" | 40 | PACKAGES = "${PN} ${PN}-dev" |
| 41 | FILES_${PN} = "${libdir}/go/bin ${libdir}/go/pkg/tool/${TARGET_GOTUPLE} ${bindir}" | 41 | FILES:${PN} = "${libdir}/go/bin ${libdir}/go/pkg/tool/${TARGET_GOTUPLE} ${bindir}" |
| 42 | RDEPENDS_${PN} = "go-runtime" | 42 | RDEPENDS:${PN} = "go-runtime" |
| 43 | INSANE_SKIP_${PN} = "ldflags" | 43 | INSANE_SKIP:${PN} = "ldflags" |
| 44 | 44 | ||
| 45 | BBCLASSEXTEND = "nativesdk" | 45 | BBCLASSEXTEND = "nativesdk" |
