]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
base.bbclass: Fix dangling NATIVELSBSTRING rbt/lsb
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 14 Feb 2023 07:40:37 +0000 (15:40 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Tue, 14 Feb 2023 08:25:02 +0000 (00:25 -0800)
commit8e3f56d34bb5941970bce8e43bfa43d38b2ba4b8
tree12afef7032f5af2bf9f23579b9db3984ab6bd5a7
parent0049f6757f6f956fb4cc77b3df6a672c20b53cf4
base.bbclass: Fix dangling NATIVELSBSTRING

Fixed:
$ rm -fr tmp; bitbake quilt-native -n
Build Configuration:
[snip]
NATIVELSBSTRING      = "ubuntu-18.04"
[snip]

And when run bitbake again:
$ bitbake quilt-native -n
Build Configuration:
NATIVELSBSTRING      = "universal"

It has been changed from ubuntu-18.04 to universal on the same host and build
directory, this is because it is overridded by NATIVELSBSTRING. This patch
makes it print the correct value.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes-global/base.bbclass