86150bd7a2
mesa3d should only need expat for a limited set of drivers. However, the condition in their meson.build is borked: required: not with_platform_android or with_any_broadcom or with_any_intel So, as soon as the platform is not android, expat is required. If it is not already present in the configuraiotn, then meson will try to be helpful and will try to download its own copy under the table: Run-time dependency expat found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency expat Downloading expat source from https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2 <urlopen error unknown url type: https> A fallback URL could be specified using source_fallback_url key in the wrap file ../O/build/mesa3d-20.3.3/meson.build:1366:2: ERROR: could not get https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2 is the internet available? Ideally, we would like to fix the condition in the meson.build, to drop the spurious and dubious condition on the android platform. However it is not totally obvious what the prupose was, and expat compiles quikly, so we just add expat as an unconditional mandatory dependency. Fixes: http://autobuild.buildroot.org/results/f71865771482b1d71d12e77767d236ca693785d5/ http://autobuild.buildroot.org/results/98290b9681a38b3be820017823a4a4196d474476/ .... Reported-by: Titouan Christophe <titouanchristophe@gmail.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> [yann.morin.1998@free.fr: - make it a generic fix, not tied to freedreno, reported by Fabio - rewrite commit log to explain the root cause - also reported about virgl, by Titouan ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
Makefile | ||
Makefile.legacy | ||
README |
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on Freenode IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches