summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2023-02-14 15:40:37 +0800
committerRobert Yang <liezhi.yang@windriver.com>2023-02-14 00:25:02 -0800
commit8e3f56d34bb5941970bce8e43bfa43d38b2ba4b8 (patch)
tree12afef7032f5af2bf9f23579b9db3984ab6bd5a7 /meta/classes/base.bbclass
parent0049f6757f6f956fb4cc77b3df6a672c20b53cf4 (diff)
downloadopenembedded-core-contrib-rbt/lsb.tar.gz
base.bbclass: Fix dangling NATIVELSBSTRINGrbt/lsb
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>
Diffstat (limited to 'meta/classes/base.bbclass')
0 files changed, 0 insertions, 0 deletions