From: Alexander Kanavin Date: Thu, 8 Feb 2018 20:22:27 +0000 (+0200) Subject: go: fix upstream version check X-Git-Tag: uninative-1.8~352 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a91e5ce7d41ce11571853158ae4358c0da7b51e;p=openembedded-core.git go: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index 9af68738a6..37138b51ed 100644 --- a/meta/recipes-devtools/go/go-common.inc +++ b/meta/recipes-devtools/go/go-common.inc @@ -17,6 +17,7 @@ inherit goarch SRC_URI = "http://golang.org/dl/go${PV}.src.tar.gz;name=main" S = "${WORKDIR}/go" B = "${S}" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.src\.tar" INHIBIT_PACKAGE_DEBUG_SPLIT = "1" SSTATE_SCAN_CMD = "true"