From cbda2244fe9bc334dd787ad4cab35f78afc4e20c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 26 Jan 2022 14:56:50 +0100 Subject: [PATCH] flavours/freertos/local.conf.sample: Bump CONF_VERSION This will sync the local conf version with the metadata. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- flavours/freertos/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flavours/freertos/local.conf.sample b/flavours/freertos/local.conf.sample index 4bdb5c4b..57cffc68 100644 --- a/flavours/freertos/local.conf.sample +++ b/flavours/freertos/local.conf.sample @@ -67,7 +67,7 @@ PACKAGE_CLASSES ?= "package_rpm" # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. -CONF_VERSION = "1" +CONF_VERSION = "2" # Use Oniro Project download cache default. # Note that this cache is limited to system configurations that are entirely -- GitLab