]> code.ossystems Code Review - openembedded-core.git/commitdiff
go-helloworld: add an acknowledgement of unknown upstream version
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 4 Oct 2017 10:29:19 +0000 (13:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Nov 2017 12:33:08 +0000 (12:33 +0000)
As upstream has no git tags.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/recipes-extended/go-examples/go-helloworld_0.1.bb

index 222fc9d34977648b918d7946f363891d774a6989..6d6789ae852b2d5f635d652259ffc81a8452432c 100644 (file)
@@ -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"