]> 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>
Thu, 19 Jul 2018 09:54:10 +0000 (10:54 +0100)
commit833164ff0d0a767f82291e3d8eacc4b4832470a4
tree5e54280d31ece698a9092415cfe0edb6922a4f0a
parent6c20c550a82aed9e8fa312f09888c8f16250159c
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.

(From OE-Core rev: 5cf92ca436e1a1ba60fec8b30b6cb3cfd4842bc8)

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch [new file with mode: 0644]
meta/recipes-core/libxml/libxml2_2.9.5.bb