diff options
author | 2017-11-14 16:57:29 +0200 | |
---|---|---|
committer | 2017-11-30 10:49:22 +0000 | |
commit | e4f7ae23d1289f9a65864eb23e26e2750858425f (patch) | |
tree | 2fb00088b82e41f77c33c0c1dcd73d30a2f33df4 /meta/recipes-extended/go-examples/go-helloworld_0.1.bb | |
parent | c5999210254958ff1c3452c92678dfdda3e66aa7 (diff) | |
download | poky-e4f7ae23d1289f9a65864eb23e26e2750858425f.tar.gz poky-e4f7ae23d1289f9a65864eb23e26e2750858425f.tar.bz2 poky-e4f7ae23d1289f9a65864eb23e26e2750858425f.zip |
oe-core: take UPSTREAM_CHECK_COMMITS into use where possible
This greatly reduces the amount of recipes for which upstream
version check fails: from about 30 to about 8.
(From OE-Core rev: bb9066670a6096aa4134bebc84132b4eb3964b6d)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/go-examples/go-helloworld_0.1.bb')
-rw-r--r-- | meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 2 |
1 files changed, 1 insertions, 1 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 6d6789ae85..ab70ea98a3 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda SRC_URI = "git://${GO_IMPORT}" SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe" -UPSTREAM_VERSION_UNKNOWN = "1" +UPSTREAM_CHECK_COMMITS = "1" GO_IMPORT = "github.com/golang/example" GO_INSTALL = "${GO_IMPORT}/hello" |