diff options
author | 2012-06-25 17:20:06 +0100 | |
---|---|---|
committer | 2012-06-25 17:20:54 +0100 | |
commit | 8ce8d25bcda0e2e0b62204d5ca5875dedcaacf7d (patch) | |
tree | f5122d9279016ab13c9b40af88b3ec3258514f82 /meta/conf/sanity.conf | |
parent | 5e3a61b40b7b697d83b41e7e247cd1f94eb7673c (diff) | |
download | poky-8ce8d25bcda0e2e0b62204d5ca5875dedcaacf7d.tar.gz |
sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change
(From OE-Core rev: f4b5afe46ff018570c1949653eb6995428827f6f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r-- | meta/conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |