diff options
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 5a0b0c6b3e..78ae28bb0f 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -231,6 +231,7 @@ python base_eventhandler() { | |||
231 | if isinstance(e, bb.event.ConfigParsed): | 231 | if isinstance(e, bb.event.ConfigParsed): |
232 | if not d.getVar("NATIVELSBSTRING", False): | 232 | if not d.getVar("NATIVELSBSTRING", False): |
233 | d.setVar("NATIVELSBSTRING", lsb_distro_identifier(d)) | 233 | d.setVar("NATIVELSBSTRING", lsb_distro_identifier(d)) |
234 | d.setVar("ORIGNATIVELSBSTRING", d.getVar("NATIVELSBSTRING", False)) | ||
234 | d.setVar('BB_VERSION', bb.__version__) | 235 | d.setVar('BB_VERSION', bb.__version__) |
235 | 236 | ||
236 | # There might be no bb.event.ConfigParsed event if bitbake server is | 237 | # There might be no bb.event.ConfigParsed event if bitbake server is |