From: Richard Purdie Date: Mon, 25 Jun 2012 16:20:06 +0000 (+0100) Subject: sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change X-Git-Tag: 2015-4~10216 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f4b5afe46ff018570c1949653eb6995428827f6f;p=openembedded-core.git sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 198a838d07..eae3216787 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf @@ -9,7 +9,7 @@ SANITY_ABIFILE = "${TMPDIR}/abi_version" SANITY_VERSION ?= "1" LOCALCONF_VERSION ?= "1" -LAYER_CONF_VERSION ?= "4" +LAYER_CONF_VERSION ?= "5" SITE_CONF_VERSION ?= "1" INHERIT += "sanity"