[oe-commits] [openembedded-core] branch master updated: bblayers.conf.sample: Fix missing layer version bump

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 15:59:18 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
       new  933088c   bblayers.conf.sample: Fix missing layer version bump
933088c is described below

commit 933088c74870b8c3aa5077d57bc85fc66a652291
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Feb 28 15:57:58 2016 +0000

    bblayers.conf.sample: Fix missing layer version bump
    
    The sanity.bbclass changes required the layer verison to increase,
    this adds that missing component.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bblayers.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample
index 518da74..46126df 100644
--- a/meta/conf/bblayers.conf.sample
+++ b/meta/conf/bblayers.conf.sample
@@ -1,6 +1,6 @@
 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
 # changes incompatibly
-LCONF_VERSION = "5"
+LCONF_VERSION = "7"
 
 BBPATH = "${TOPDIR}"
 BBFILES ?= ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list