]> code.ossystems Code Review - openembedded-core.git/commit
libxml2: Add bash dependency for ptests.
authorTony Tascioglu <tony.tascioglu@windriver.com>
Mon, 17 May 2021 18:16:40 +0000 (14:16 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 May 2021 22:52:49 +0000 (23:52 +0100)
commitd2e81298c446aec8d7fcf61fd5023ac30350f205
tree0fdf921f7251e04feccd63bc04f1ddbe168cc817
parent0361d625e1573e846a2f03ed90a8b897bc405160
libxml2: Add bash dependency for ptests.

Before, running ptests on core-image-minimal would result in
an error due to missing /bin/bash:

   [ -d test   ] || ln -s ../libxml2-2.9.10/test   .
   make: /bin/bash: No such file or directory
   make: *** [Makefile:2105: runtests] Error 127

Changing the Makefile to use /bin/sh results in some of the
tests failing, so I have added the missing dependancy on bash.

Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxml/libxml2_2.9.10.bb