From: Ross Burton Date: Wed, 16 Dec 2015 10:27:44 +0000 (+0000) Subject: meta/conf/layer.conf: bump layer version due to Qt4 removal X-Git-Tag: 2016-4~1743 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=824f0bdbe87f9a847bd7a3bdd9a89bffd58befa8;p=openembedded-core.git 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. Signed-off-by: Ross Burton --- diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 3569b09d95..7100ed7bfb 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -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"