diff options
author | 2019-11-27 22:51:27 -0800 | |
---|---|---|
committer | 2019-12-01 23:08:28 -0500 | |
commit | 2e00e7d86eab8961711bb9ed77cfe669832378fb (patch) | |
tree | 86dc08bdecda85e35296a4a3efb7a79d02daca32 /recipes-connectivity/consul/consul_git.bb | |
parent | 731a56ee1a4a221eae97fa3ea04aa53339a93a14 (diff) | |
download | meta-cloud-services-2e00e7d86eab8961711bb9ed77cfe669832378fb.tar.gz meta-cloud-services-2e00e7d86eab8961711bb9ed77cfe669832378fb.tar.bz2 meta-cloud-services-2e00e7d86eab8961711bb9ed77cfe669832378fb.zip |
consul: fix compile failure while go upgraded to 1.13
While go was upgraded to 1.13, there is a do_compile failure,
Refer upstream envoyproxy to rename imports throughout
https://github.com/envoyproxy/protoc-gen-validate/pull/161/commits/7428b5f8e7fdabbcc7c9710e23e6f438ba4ff021
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-connectivity/consul/consul_git.bb')
-rw-r--r-- | recipes-connectivity/consul/consul_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/consul/consul_git.bb b/recipes-connectivity/consul/consul_git.bb index 566fbc9c..b96499c4 100644 --- a/recipes-connectivity/consul/consul_git.bb +++ b/recipes-connectivity/consul/consul_git.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul/LICENSE;md5=b278a92d2 GO_IMPORT = "github.com/hashicorp/consul" SRCREV = "944cc71026c007e7de9467ec3f38f0ad14464fcc" SRC_URI = "git://${GO_IMPORT}.git \ + file://0001-Migration-Rename-imports-throughout.patch \ file://consul.service \ " |