[oe-commits] [openembedded-core] 10/13: go-crosssdk: PN should use SDK_SYS, not TARGET_ARCH

git at git.openembedded.org git at git.openembedded.org
Thu Dec 13 16:33:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d8ff6a7c8372115b602ddf4cbbbc3e6614ddc280
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Dec 13 14:46:30 2018 +0000

    go-crosssdk: PN should use SDK_SYS, not TARGET_ARCH
    
    The crosssdk dependencies are handled using the virtual/ namespace so
    this name doesn't matter in the general sense. We want to be able to provide
    recipe maintainer information through overrides though, so this standardises it
    with the behaviour from gcc-crosssdk and ensures the maintainer overrides work.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/go/go-crosssdk.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/go/go-crosssdk.inc b/meta/recipes-devtools/go/go-crosssdk.inc
index 4391b32..94f6fb8 100644
--- a/meta/recipes-devtools/go/go-crosssdk.inc
+++ b/meta/recipes-devtools/go/go-crosssdk.inc
@@ -1,7 +1,7 @@
 inherit crosssdk
 
 DEPENDS = "go-native virtual/${TARGET_PREFIX}gcc-crosssdk virtual/nativesdk-${TARGET_PREFIX}compilerlibs virtual/${TARGET_PREFIX}binutils-crosssdk"
-PN = "go-crosssdk-${TARGET_ARCH}"
+PN = "go-crosssdk-${SDK_SYS}"
 PROVIDES = "virtual/${TARGET_PREFIX}go-crosssdk"
 
 export GOHOSTOS = "${BUILD_GOOS}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list