From 1d0b88aba0169cf20a7186fdaf7793813222c806 Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Wed, 17 Jan 2018 18:16:36 +0900 Subject: [PATCH] Fix local build error - The local build is failed without "--no-patch-export" option - %{upstreamversion} is replaced empty string, so proper tag could not be found for joint-packaging build Change-Id: Ib5903164ec3dc6ab8eecf88a230f5e02499da5d9 Signed-off-by: Jeongmo Yang --- .gbs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbs.conf b/.gbs.conf index 3033b86..b4177b8 100644 --- a/.gbs.conf +++ b/.gbs.conf @@ -1,3 +1,3 @@ [general] upstream_branch = upstream/1.12 -upstream_tag = ${upstreamversion} +upstream_tag = 1.12.2 -- 2.7.4