diff mbox

layer.conf: bump version for uclibc removal and LSB update

Message ID 1469478132-12585-1-git-send-email-ross.burton@intel.com
State Accepted
Commit e2900a30cc36ced67d157814b0f6afbd8f1ff8ed
Headers show

Commit Message

Ross Burton July 25, 2016, 8:22 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.8.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox

Patch

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 81dd4be..b6d5f1c 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 = "8"
+LAYERVERSION_core = "9"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"