tests/docker: Set the correct cross-PKG_CONFIG_PATH in the MXE images
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 15 Jul 2019 17:48:11 +0000 (19:48 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 23 Jul 2019 14:53:25 +0000 (15:53 +0100)
commita88819edded1d5a6de13a14edb2c016e96ca45ea
tree600b6123cc27c51323b41729a7ee9a8e59d675db
parentc054f3f43ad6225ae1c6516a9ce2d58f4264459d
tests/docker: Set the correct cross-PKG_CONFIG_PATH in the MXE images

This silents a bunch of warnings while compiling the Slirp objects:

 $ make
 [...]
   CC      slirp/src/tftp.o
 Package glib-2.0 was not found in the pkg-config search path.
 Perhaps you should add the directory containing `glib-2.0.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'glib-2.0' found
   CC      slirp/src/udp6.o
 Package glib-2.0 was not found in the pkg-config search path.
 Perhaps you should add the directory containing `glib-2.0.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'glib-2.0' found
 [...]

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190715174817.18981-5-philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/dockerfiles/debian-win32-cross.docker
tests/docker/dockerfiles/debian-win64-cross.docker