]> code.ossystems Code Review - openembedded-core.git/commit
glib-2.0: fix host path appearing in gsocketclient-slow test script
authorRoss Burton <ross.burton@intel.com>
Tue, 18 Jun 2019 15:12:29 +0000 (16:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jun 2019 12:12:53 +0000 (13:12 +0100)
commit05c9fb5a026e3006a1fc037f957cb4341fb55030
tree63ad7f3dbf419e249f17c7173313467252ee2add
parent00c5a665b48c830a0008139b7ae1a51e79b72bb5
glib-2.0: fix host path appearing in gsocketclient-slow test script

Glib's build looks for the 'env' binary and embeds that path into the test
script, but thanks to hosttools this is /path/to/tmpdir/hosttools/env.

Fix this by hardcoding the path to env in the cross file.

Also as the cross file is only used in target builds only add it to SRC_URI for
target builds, so that changes to the cross file don't cause a rebuild of
glib-2.0-native.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib-2.0/glib-meson.cross
meta/recipes-core/glib-2.0/glib-2.0_2.60.3.bb