diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-10 11:18:14 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-10 13:18:12 +0000 |
commit | 02eef14403101fb3974eda558e52f10eab458f54 (patch) | |
tree | 75d3b9d5bbfe21f9af30894e8bfd2c776a103657 | |
parent | 74bf130c3cd733e2196befd87347cb28e361cf65 (diff) |
Fix typo in agl-ci fragmentneedlefish_14.0.0needlefish/14.0.014.0.0
] should be } .
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I6e41b9c1b5951f78614ac81654e467baf9f02cf9
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27892
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |