From b72565b65f5af0a8627916c750db2aeb8573f345 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 21 May 2020 10:34:55 -0500 Subject: layer.conf: Bump OE-Core layer version The commits 910ffaf5be ("pyelftools: Import from meta-python") and a96f815c53 ("pycryptodome: Import from meta-python") moved recipes from meta-python to oe-core. In order for this to be communicated with users, bump the LAYERVERSION so that meta-python can key of it in its LAYERDEPENDS. (From OE-Core rev: 4d4e69bc056bec4625b1cde0e1fc9d5e527c6a98) Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie (cherry picked from commit 2d503b27e7c88cee9a37c79c4605c77b11f230b6) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index f03eb485a3..43917d4c3c 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -11,7 +11,7 @@ LAYERSERIES_CORENAMES = "dunfell" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -LAYERVERSION_core = "11" +LAYERVERSION_core = "12" LAYERSERIES_COMPAT_core = "dunfell" BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" -- cgit v1.2.3-54-g00ecf