summaryrefslogtreecommitdiffstats
path: root/meta/classes/sanity.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r--meta/classes/sanity.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 69d6a246de..dd7fe4cdfb 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -25,8 +25,6 @@ def sanity_conf_update(fn, lines, version_var_name, new_version):
25 with open(fn, "w") as f: 25 with open(fn, "w") as f:
26 f.write(''.join(lines)) 26 f.write(''.join(lines))
27 27
28EXPORT_FUNCTIONS bblayers_conf_file sanity_conf_read sanity_conf_find_line sanity_conf_update
29
30# Functions added to this variable MUST throw an exception (or sys.exit()) unless they 28# Functions added to this variable MUST throw an exception (or sys.exit()) unless they
31# successfully changed LCONF_VERSION in bblayers.conf 29# successfully changed LCONF_VERSION in bblayers.conf
32BBLAYERS_CONF_UPDATE_FUNCS += "oecore_update_bblayers" 30BBLAYERS_CONF_UPDATE_FUNCS += "oecore_update_bblayers"