diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/sanity.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index a0553eef87..52581f6ba7 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -147,8 +147,8 @@ is a good way to visualise the changes.""" % (current_lconf, lconf_version) | |||
147 | with open(bblayers_fn, "w") as f: | 147 | with open(bblayers_fn, "w") as f: |
148 | f.write(''.join(lines)) | 148 | f.write(''.join(lines)) |
149 | return | 149 | return |
150 | 150 | current_lconf += 1 | |
151 | sanity_conf_update(bblayers_fn, lines, 'LCONF_VERSION', "7") | 151 | sanity_conf_update(bblayers_fn, lines, 'LCONF_VERSION', current_lconf) |
152 | return | 152 | return |
153 | 153 | ||
154 | raise NotImplementedError(failmsg) | 154 | raise NotImplementedError(failmsg) |