From 51e554b95494addde3f030aa3958adc14dd88153 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 16 Aug 2021 15:07:34 +0200 Subject: 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 --- buildconf/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3