generic-poky/meta/recipes-core/libxml/libxml2
Robert Yang bad434be93 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.

(From OE-Core rev: 190b57a5f130f8a48d417ad472c0131c49302ee1)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-04-09 23:00:45 +01:00
..
ansidecl.patch libxml2: upgrade to 2.9.3 2015-12-01 21:32:14 +00:00
configure.ac-fix-cross-compiling-warning.patch libxml2: upgrade to 2.9.2 2014-12-25 08:18:12 +00:00
libxml-64bit.patch libxml2: upgrade to version 2.7.8 2011-04-18 05:51:19 +01:00
libxml-m4-use-pkgconfig.patch libxml2: fix AM_PATH_XML2 2016-04-09 23:00:45 +01:00
python-sitepackages-dir.patch libxml2: upgrade to 2.9.2 2014-12-25 08:18:12 +00:00
run-ptest libxml2: Add ptest 2013-07-10 09:42:01 +01:00
runtest.patch Upstream-Status: Correct capitalization 2013-07-18 21:23:43 +01:00