meta/conf/layer.conf: bump layer version due to Qt4 removal

Qt4 has been moved to meta-qt4, so increase the layer version so that this can
be detected programatically.

(From OE-Core rev: 824f0bdbe87f9a847bd7a3bdd9a89bffd58befa8)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2015-12-16 10:27:44 +00:00
committed by Richard Purdie
parent 4fb3e0591e
commit 807ed8a508

View File

@@ -9,7 +9,7 @@ BBFILE_PRIORITY_core = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_core = "6"
LAYERVERSION_core = "7"
BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"