summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-08-16 15:07:34 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-08-16 15:09:33 +0200
commit51e554b95494addde3f030aa3958adc14dd88153 (patch)
tree9bf7c6214b01b2c1ba99593ed98580c40c6b96f4
parentbba15ef9b50cee1b71662ae785fb3c13af96c90d (diff)
buildconf/local.conf: increase local.conf version identifier
With the override syntax change oe bumped the needed version. See commit 5452f1ba33 ("local.conf.sample: Bump version so users update their config") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--buildconf/local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 5ced3b0..00661df 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -257,7 +257,7 @@ PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
# 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"
# Delete the the source/object/binary files once a package is built to preserve disk space
INHERIT += "rm_work"