summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/go-examples
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-10-04 13:29:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-09 12:33:16 +0000
commit1333df6b38cf514c555591bc1171c2cbd9b0a712 (patch)
treee4b9712cfb5f05bc7702470eeda81688f326301f /meta/recipes-extended/go-examples
parent922a3dc9792c71c43c3c5f4861fe67e0b92fd23b (diff)
downloadpoky-1333df6b38cf514c555591bc1171c2cbd9b0a712.tar.gz
go-helloworld: add an acknowledgement of unknown upstream version
As upstream has no git tags. (From OE-Core rev: d853e588afbccf09ee65e077e0360de65b964a52) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/go-examples')
-rw-r--r--meta/recipes-extended/go-examples/go-helloworld_0.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb
index 222fc9d349..6d6789ae85 100644
--- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb
+++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
7 7
8SRC_URI = "git://${GO_IMPORT}" 8SRC_URI = "git://${GO_IMPORT}"
9SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe" 9SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe"
10UPSTREAM_VERSION_UNKNOWN = "1"
10 11
11GO_IMPORT = "github.com/golang/example" 12GO_IMPORT = "github.com/golang/example"
12GO_INSTALL = "${GO_IMPORT}/hello" 13GO_INSTALL = "${GO_IMPORT}/hello"