diff options
-rw-r--r-- | meta-agl-core/conf/local.conf.sample | 2 | ||||
-rw-r--r-- | templates/base/local.conf.sample | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-core/conf/local.conf.sample b/meta-agl-core/conf/local.conf.sample index 8fa6d05a2..20a46ec8e 100644 --- a/meta-agl-core/conf/local.conf.sample +++ b/meta-agl-core/conf/local.conf.sample @@ -264,7 +264,7 @@ PACKAGECONFIG:append:pn-qemu-system-native = " 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" # meta-agl-core uses these variables AGL_FEATURES ?= "" diff --git a/templates/base/local.conf.sample b/templates/base/local.conf.sample index f24307c0c..1d0044871 100644 --- a/templates/base/local.conf.sample +++ b/templates/base/local.conf.sample @@ -337,4 +337,4 @@ PACKAGECONFIG:append:pn-qemu-system-native = " 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" |