]> code.ossystems Code Review - openembedded-core.git/commit
libxml2: fix AM_PATH_XML2
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 8 Apr 2016 10:14:21 +0000 (03:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Apr 2016 06:50:25 +0000 (07:50 +0100)
commit190b57a5f130f8a48d417ad472c0131c49302ee1
treea098b5d3f9b8137ea823c62221883c664d9acf80
parentd80065642c5a1c95a298b235a8d575460147ede1
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>
meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch