]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: bump version for uclibc removal and LSB update
authorRoss Burton <ross.burton@intel.com>
Mon, 25 Jul 2016 20:20:07 +0000 (21:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2016 22:46:58 +0000 (23:46 +0100)
As of oe-core layer version 9, uclibc has been removed and LSB approximates
version 5 (which means that Qt 3 isn't required for LSB conformance).

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

index 81dd4bebeff1321059a07a8492ae769468a480da..b6d5f1c1724cb74d1593ad36c636b6347218b2ae 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 = "8"
+LAYERVERSION_core = "9"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"