[oe-commits] Richard Purdie : sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change

git at git.openembedded.org git at git.openembedded.org
Mon Jun 25 16:21:09 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: f4b5afe46ff018570c1949653eb6995428827f6f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f4b5afe46ff018570c1949653eb6995428827f6f

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jun 25 17:20:06 2012 +0100

sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 198a838..eae3216 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"





More information about the Openembedded-commits mailing list