diff options
author | Ross Burton <ross.burton@intel.com> | 2015-12-16 10:27:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-07 13:34:00 +0000 |
commit | 824f0bdbe87f9a847bd7a3bdd9a89bffd58befa8 (patch) | |
tree | e0b608bb2aea251969b621b3a6fdb55373fd988f /meta/conf/layer.conf | |
parent | 81ddc453d09f23eca192171e93d5aa8878852388 (diff) | |
download | openembedded-core-824f0bdbe87f9a847bd7a3bdd9a89bffd58befa8.tar.gz openembedded-core-824f0bdbe87f9a847bd7a3bdd9a89bffd58befa8.tar.bz2 openembedded-core-824f0bdbe87f9a847bd7a3bdd9a89bffd58befa8.zip |
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 <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |