aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.7.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-01-13 18:02:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-13 18:02:08 +0000
commit5cf92ca436e1a1ba60fec8b30b6cb3cfd4842bc8 (patch)
tree2f712320322db3867d7a9b6fad5d6ac408522801 /meta/recipes-core/libxml/libxml2_2.9.7.bb
parent33116dfc018fd387fa70131dcabc653745c32fde (diff)
downloadopenembedded-core-contrib-5cf92ca436e1a1ba60fec8b30b6cb3cfd4842bc8.tar.gz
libxml2: fix makefile for ptests
Changes to Makefile in latest version mean when "make -k runtests" is executed, it leads to errors like: | make: *** No rule to make target 'runtest.c', needed by 'runtest.o'. | make: *** No rule to make target 'SAX.c', needed by 'SAX.lo'. | make: *** No rule to make target 'entities.c', needed by 'entities.lo'. | make: *** No rule to make target 'encoding.c', needed by 'encoding.lo'. Make sure that we don't try to check and compile the tests again on the target. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.7.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.7.bb b/meta/recipes-core/libxml/libxml2_2.9.7.bb
index 996e671ae0..85bfecae88 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.7.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.7.bb
@@ -20,6 +20,7 @@ SRC_URI = "http://www.xmlsoft.org/sources/libxml2-${PV}.tar.gz;name=libtar \
file://python-sitepackages-dir.patch \
file://libxml-m4-use-pkgconfig.patch \
file://0001-Make-ptest-run-the-python-tests-if-python-is-enabled.patch \
+ file://fix-execution-of-ptests.patch \
"
SRC_URI[libtar.md5sum] = "896608641a08b465098a40ddf51cefba"