sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change

(From OE-Core rev: f4b5afe46ff018570c1949653eb6995428827f6f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-06-25 17:20:06 +01:00
parent 5e3a61b40b
commit 8ce8d25bcd
1 changed files with 1 additions and 1 deletions

View File

@ -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"