From: Alexander Kanavin Date: Wed, 4 Oct 2017 10:29:19 +0000 (+0300) Subject: go-helloworld: add an acknowledgement of unknown upstream version X-Git-Tag: uninative-1.8~1198 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d853e588afbccf09ee65e077e0360de65b964a52;p=openembedded-core.git go-helloworld: add an acknowledgement of unknown upstream version As upstream has no git tags. Signed-off-by: Alexander Kanavin --- 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"