diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-04 13:29:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:16 +0000 |
commit | 1333df6b38cf514c555591bc1171c2cbd9b0a712 (patch) | |
tree | e4b9712cfb5f05bc7702470eeda81688f326301f | |
parent | 922a3dc9792c71c43c3c5f4861fe67e0b92fd23b (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 1 |
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 | ||
8 | SRC_URI = "git://${GO_IMPORT}" | 8 | SRC_URI = "git://${GO_IMPORT}" |
9 | SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe" | 9 | SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe" |
10 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
10 | 11 | ||
11 | GO_IMPORT = "github.com/golang/example" | 12 | GO_IMPORT = "github.com/golang/example" |
12 | GO_INSTALL = "${GO_IMPORT}/hello" | 13 | GO_INSTALL = "${GO_IMPORT}/hello" |