From 02eef14403101fb3974eda558e52f10eab458f54 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 10 Aug 2022 11:18:14 +0200 Subject: Fix typo in agl-ci fragment ] should be } . Signed-off-by: Jan-Simon Moeller Change-Id: I6e41b9c1b5951f78614ac81654e467baf9f02cf9 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27892 --- templates/feature/agl-ci/99_local.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index caf696d0c..6a1e310af 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -13,7 +13,7 @@ http://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ https://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ " -SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/${AGL_BRANCH]/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " +SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/${AGL_BRANCH}/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " #INHERIT += "packagefeed-stability" INHERIT += "buildhistory" -- cgit 1.2.3-korg