[Buildroot] [PATCH 0/3] Disable brotli for Microblaze and propagate dependecies

Adrian Perez de Castro aperez at igalia.com
Sat Feb 16 13:45:27 UTC 2019


Hello,

As discussed on the mailing list, here's a patch set to disable the
brotli package on Microblaze because it triggers a compiler bug. Only
libcurl uses it optionally, and the other direct user is woff2, which
itself is only needed by webkitgtk. Luckily, there is a build option
to disable WOFF2 support, so this disables the feature only for the
Microblaze architecture.

Adrian Perez de Castro (3):
  package/brotli: disable for microblaze
  package/woff2: propagate microblaze dependecy
  package/webkitgtk: propagate microblaze dependency

 package/brotli/Config.in       |  5 +++++
 package/webkitgtk/Config.in    |  2 +-
 package/webkitgtk/webkitgtk.mk | 12 +++++++++---
 package/woff2/Config.in        |  1 +
 4 files changed, 16 insertions(+), 4 deletions(-)

-- 
2.20.1



More information about the buildroot mailing list