]> code.ossystems Code Review - openembedded-core.git/commit
libxml2: fix makefile for ptests
authorAnuj Mittal <anuj.mittal@intel.com>
Sat, 13 Jan 2018 10:02:37 +0000 (18:02 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jan 2018 18:02:08 +0000 (18:02 +0000)
commit5cf92ca436e1a1ba60fec8b30b6cb3cfd4842bc8
tree2f712320322db3867d7a9b6fad5d6ac408522801
parent33116dfc018fd387fa70131dcabc653745c32fde
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>
meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch [new file with mode: 0644]
meta/recipes-core/libxml/libxml2_2.9.7.bb