]> code.ossystems Code Review - openembedded-core.git/commit
glibc-package.inc: Do not use bitbake variable syntax for shell variables
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 12 Jul 2019 10:13:16 +0000 (12:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Jul 2019 08:28:37 +0000 (09:28 +0100)
commit4e303063db731feae192314bab2ca16d26192dbb
tree5171c7f8234659d657889971d216661eedf92274
parent06a596ff8100f4a6506ff8d7f9ec93dd6aac6cb2
glibc-package.inc: Do not use bitbake variable syntax for shell variables

Using bitbake variable syntax (i.e., ${FOO}) for shell variables is
bad practice. First of all it is confusing, but more importantly it
can lead to weird problems if someone actually defines a bitbake
variable with the same name as the shell variable.

Also correct the indentation in stash_locale_cleanup().

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc-package.inc