aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/go-examples/go-examples.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-09-08 18:04:44 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 17:30:15 +0100
commit116d2ea1fe92725bb1265152f3db51598643a481 (patch)
tree8031758312e96ca53490a98f0836a6b1e1c87328 /meta/recipes-extended/go-examples/go-examples.inc
parent79e0401fa463736f28ad39f2f98cd23d8fd6fe88 (diff)
downloadopenembedded-core-contrib-116d2ea1fe92725bb1265152f3db51598643a481.tar.gz
go-helloworld: Use the Golang examples repository
This updates the recipe to use the Golang examples repository so it makes use of the unpack as well as standard tasks showing how easy it can be. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/go-examples/go-examples.inc')
-rw-r--r--meta/recipes-extended/go-examples/go-examples.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-extended/go-examples/go-examples.inc b/meta/recipes-extended/go-examples/go-examples.inc
deleted file mode 100644
index c63268116b..0000000000
--- a/meta/recipes-extended/go-examples/go-examples.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "This is a simple example recipe that cross-compiles a Go program."
-SECTION = "examples"
-HOMEPAGE = "https://golang.org/"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-
-S = "${WORKDIR}"
-
-inherit go