aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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:08 +0000
commitd853e588afbccf09ee65e077e0360de65b964a52 (patch)
treef1cefe7c56ed115c45aa8925a6c1f1a1269af9ce /meta
parente76874db9599fd23188384db761813ec7e0d7c28 (diff)
downloadopenembedded-core-contrib-d853e588afbccf09ee65e077e0360de65b964a52.tar.gz
go-helloworld: add an acknowledgement of unknown upstream version
As upstream has no git tags. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta')
-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
SRC_URI = "git://${GO_IMPORT}"
SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe"
+UPSTREAM_VERSION_UNKNOWN = "1"
GO_IMPORT = "github.com/golang/example"
GO_INSTALL = "${GO_IMPORT}/hello"