[oe-commits] [openembedded-core] 18/28: packagegroup-go-sdk-target: inherit goarch

git at git.openembedded.org git at git.openembedded.org
Fri Oct 6 11:05:58 UTC 2017


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 50cfc0d7118c747726445a9be7bc4c496dbb8248
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Fri Sep 29 13:44:43 2017 -0700

    packagegroup-go-sdk-target: inherit goarch
    
    The RDEPENDs will not be satisfied for certain architectures,
    so skip the recipe in those cases.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
index c6c14f1..3e19077 100644
--- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Target packages for the Go SDK"
 
-inherit packagegroup
+inherit packagegroup goarch
 
 RDEPENDS_${PN} = " \
     go-runtime \

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


More information about the Openembedded-commits mailing list