From 9a91e5ce7d41ce11571853158ae4358c0da7b51e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 8 Feb 2018 22:22:27 +0200 Subject: go: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-devtools/go/go-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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" -- cgit 1.2.3-korg