]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/conf/layer.conf: bump layer version due to Qt4 removal
authorRoss Burton <ross.burton@intel.com>
Wed, 16 Dec 2015 10:27:44 +0000 (10:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:34:00 +0000 (13:34 +0000)
Qt4 has been moved to meta-qt4, so increase the layer version so that this can
be detected programatically.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/layer.conf

index 3569b09d95462ecb78970cdd86292149651e4c5f..7100ed7bfbdae3572f93425b03f73b0717ca8138 100644 (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"