diff options
author | He Zhe <zhe.he@windriver.com> | 2021-01-06 13:33:17 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-01-10 11:27:48 -0800 |
commit | a5d1580a4da90379f4ac6afc4826a95c9106320d (patch) | |
tree | d8bf70043b53ff3b522977ac8488fd5891ee3cc2 /meta-python/recipes-devtools/python/python-numeric | |
parent | 6313a640ab1a4ec27f41324405c7d0396fe2d8d3 (diff) | |
download | meta-openembedded-a5d1580a4da90379f4ac6afc4826a95c9106320d.tar.gz |
lmbench: Fix setting LDLIBS failure
scripts/build is interpreted as an sh script which may not recognize variable
assignment operator += and thus give the following error and fail to append
LDLIBS.
../scripts/build: 21: ../scripts/build: LDLIBS+=-lm: not found
Use the basic assignment instead.
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a6a8fc75bad04be0842e22fb137d0e7a2dcb7279)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-numeric')
0 files changed, 0 insertions, 0 deletions