diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-08 03:14:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-09 07:50:25 +0100 |
commit | 190b57a5f130f8a48d417ad472c0131c49302ee1 (patch) | |
tree | a098b5d3f9b8137ea823c62221883c664d9acf80 /oe-init-build-env | |
parent | d80065642c5a1c95a298b235a8d575460147ede1 (diff) | |
download | openembedded-core-190b57a5f130f8a48d417ad472c0131c49302ee1.tar.gz openembedded-core-190b57a5f130f8a48d417ad472c0131c49302ee1.tar.bz2 openembedded-core-190b57a5f130f8a48d417ad472c0131c49302ee1.zip |
libxml2: fix AM_PATH_XML2
The code: suppose $1 == 2.7:
verdep=ifelse([$1], [], [], [>= $1])
results in:
verdep=>= 2.7
This is wrong in shell:
bash: 2.7: command not found
Use quotation marks to fix the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions