]> code.ossystems Code Review - openembedded-core.git/commitdiff
bblayers.conf.sample: Fix missing layer version bump
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 15:57:58 +0000 (15:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 15:58:32 +0000 (15:58 +0000)
The sanity.bbclass changes required the layer verison to increase,
this adds that missing component.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bblayers.conf.sample

index 518da7402ce39ba2a72877e7ee76f7608c5d25a1..46126df051c92167eaa44594007f3f48a812743a 100644 (file)
@@ -1,6 +1,6 @@
 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
 # changes incompatibly
-LCONF_VERSION = "5"
+LCONF_VERSION = "7"
 
 BBPATH = "${TOPDIR}"
 BBFILES ?= ""