]> code.ossystems Code Review - openembedded-core.git/commit
libepoxy: improve musl patch
authorRoss Burton <ross.burton@intel.com>
Thu, 1 Mar 2018 22:20:39 +0000 (22:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Mar 2018 17:08:32 +0000 (17:08 +0000)
commit80cee6088fa60eb5197f8ed9d135986b8e7d471a
tree9eb1857848204bd7f9a04dcb674e29a91d95a784
parentb72154eccfbcc178a2c09c7c7d4cd0264d4cf0f6
libepoxy: improve musl patch

dlvsym() is used by the libepoxy test suite, but this is glibc-specific and
isn't present in musl.

Instead of adding an option to control whether dlvsym is available (which could
be detected by Meson), as we don't install the test suite simply add an option
to disable the entire test suite (and submit the patch upstream).

Also remove the build dependency on util-macros as that is a remnant of the
autotools build.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/libepoxy/libepoxy/0001-Make-it-possible-to-disable-the-use-of-dlvsym-needed.patch [deleted file]
meta/recipes-graphics/libepoxy/libepoxy/no-tests.patch [new file with mode: 0644]
meta/recipes-graphics/libepoxy/libepoxy_1.5.0.bb