- May 05, 2020
-
-
Grzegorz Blach authored
Signed-off-by:
Grzegorz Blach <grzegorz@blach.pl> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Giulio Benetti authored
Bump version to 3.52 and drop all patches since they've all been upstreamed. Release notes: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.52_release_notes Signed-off-by:
Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
Remove upstream patches and CVE tags. Switch the dependency to python3 added by [1]. Update indentation of hash file (two spaces). [1] https://github.com/gdraheim/zziplib/commit/a144bec8d06302e7be11f0f46e02947b0becf574 Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
Add glm dependency since the bundled version is gone [1]. Update indentation of hash file (two spaces). [1] https://gitlab.com/solarus-games/solarus/commit/5285c8e1afa538bbcd4c8654f9bbfb270cc7f52 Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Matt Weber authored
Add upstream patch for libsepol: remove leftovers of cil_mem_error_handler libsepol: fix CIL_KEY_* build errors with -fno-common Fixes: http://autobuild.buildroot.net/results/3d133ce6e83833f0c70a91270d0c49304c3413f6/ Cc: Romain Naour <romain.naour@gmail.com> Cc: Adam Duskett <aduskett@gmail.com> Signed-off-by:
Matthew Weber <matthew.weber@rockwellcollins.com> Tested-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- May 03, 2020
-
-
Titouan Christophe authored
This is the last of an unconsolidated series of patches that removes the need for host-python(2) for all waf-based packages. Signed-off-by:
Titouan Christophe <titouan.christophe@railnova.eu> Reviewed-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Gilles Talis authored
cage v0.1.1 can't build with wlroots 0.10.1, as it uses a set of wlroots API that are no longer available. Moving to latest upstream version fixes the issue. Also: - added license file information - updated license file hash Signed-off-by:
Gilles Talis <gilles.talis@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Gilles Talis authored
Signed-off-by:
Gilles Talis <gilles.talis@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Reformatted hashes. Changelog: https://wiki.znc.in/ChangeLog/1.8.0 Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
"The inclusion of GLU is historical. [...] It's not needed for GLEW to build or run, but it's opt-out that reason. I'd recommend using -DGLEW_NO_GLU since GLU is rarely seen in modern codebases nowadays." https://github.com/nigels-com/glew/issues/192#issuecomment-411641657 Supertuxkart already uses -DGLEW_NO_GLU: https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L224 This patch only removes the dependency to libglu and depends on the previous patch of this series which removes glu from glew.pc. Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
"The inclusion of GLU is historical. [...] It's not needed for GLEW to build or run, but it's opt-out that reason. I'd recommend using -DGLEW_NO_GLU since GLU is rarely seen in modern codebases nowadays." https://github.com/nigels-com/glew/issues/192#issuecomment-411641657 This patch prevents libglu being added to the "Requires:" section of glew.pc fixing libglew detection in the supertuxkart package -- Checking for module 'glew>=2.1' -- Package 'glu', required by 'glew', not found after libglu is removed as dependency of supertuxkart. Supertuxkart already uses -DGLEW_NO_GLU: https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L224 Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
"The inclusion of GLU is historical. [...] It's not needed for GLEW to build or run, but it's opt-out that reason. I'd recommend using -DGLEW_NO_GLU since GLU is rarely seen in modern codebases nowadays." https://github.com/nigels-com/glew/issues/192#issuecomment-411641657 Each package using glew.h has to decide whether to use the opt-out for glu or not. Since supertux does not need libglu we can safely remove the dependency by adding -DGLEW_NO_GLU to TARGET_CXXFLAGS. Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
"The inclusion of GLU is historical. [...] I'd recommend using -DGLEW_NO_GLU since GLU is rarely seen in modern codebases nowadays." https://github.com/nigels-com/glew/issues/192#issuecomment-411641657 Add -DGLEW_NO_GLU to get rid of the libglu dependency. Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> [yann.morin.1998@free.fr: - fix mismatch between OGRE_CXX_FLAGS and OGRE_CXXFLAGS - also use OGRE_CFLAGS for symetry with OGRE_CXXFLAGS ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Baruch Siach authored
Commit e845f936 ("ne10: bump to v1.2.1") removed arm arch dependency from the comment. This comment is only relevant to arm. Furthermore, if a target does not have a NEON unit, there is nothing a user can do about that condition in Buildroot. Showing a comment would not be useful, and we're not usually showing any arch-related comment. Cc: Cody Guldner <cody.guldner@rockwellcollins.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by:
Baruch Siach <baruch@tkos.co.il> [yann.morin.1998@free.fr: drop the comment, explain why] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- May 02, 2020
-
-
Romain Naour authored
Contrary to riscv32, the qemu_riscv64_virt defconfig doesn't needs any specific change. It could have been updated to Linux 5.4.35 in the commit 80a04470. So, update the kernel version to 5.4.35. Signed-off-by:
Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Drop flask license as the old flask theme has been replaced with the sphinx_rtd_theme since version 0.17.0 and https://github.com/davidhalter/jedi/commit/8f96cbdabff671325a2987eb23ba91de90381c15 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Luca Ceresoli authored
exim does build in parallel correctly, but has a concurrency bug in generating version info files which happens either in the build step or in the install step. Add a patch to fix the bug. Fixes: http://autobuild.buildroot.net/results/ebf/ebfccad007e216564889645a07f5487747116331// http://autobuild.buildroot.net/results/56a/56a8457efcb32579ad6da99a769b6438dd0db267// http://autobuild.buildroot.net/results/6a1/6a1f8a352649baf767b094cb6bbe2a7397fa7fac// http://autobuild.buildroot.net/results/5ed/5ed1c42b3d33198f32d1267e5cc2b1fa1211495a// http://autobuild.buildroot.net/results/b30/b304569948fd481ce33ecd052a1036153c5d459e// http://autobuild.buildroot.net/results/d2c/d2c7abfe08672e53ff890127f787f8d2e84860f4// Signed-off-by:
Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Michael Fischer authored
Signed-off-by:
Michael Fischer <mf@go-sys.de> [yann.morin.1998@free.fr: two spaces in hash file] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Romain Naour authored
Under certain circumstances (host distribution, openssl version), the qemu-system binary fail to start: qemu-system-aarch64: symbol lookup error: /lib64/libssh.so.4: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b There is no problem when only host-qemu is built, but it's linked with /lib64/libcurl.so.4 $ make host-qemu $ ldd output/host/bin/qemu-system-aarch64 [...] libcurl.so.4 => /lib64/libcurl.so.4 (0x00007fb21cb57000) libssh.so.4 => /lib64/libssh.so.4 (0x00007fb21c35d000) libpsl.so.5 => /lib64/libpsl.so.5 (0x00007fb21c34a000) libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007fb21c2b4000) Note: /lib64/libcurl.so.4 is linked with libssh and libssl: $ ldd /lib64/libcurl.so.4 [...] libssh.so.4 => /lib64/libssh.so.4 (0x00007f90d8efd000) libpsl.so.5 => /lib64/libpsl.so.5 (0x00007f90d8eea000) libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007f90d8e54000) Continue the build. $ make We can notice that qemu_aarch64_virt_defconfig set BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y So host-openssl package is built and this is the problem: $ ldd output/host/bin/qemu-system-aarch64 [...] libcurl.so.4 => /lib64/libcurl.so.4 (0x00007f3adb444000) libssh.so.4 => /lib64/libssh.so.4 (0x00007f3adac4a000) libpsl.so.5 => /lib64/libpsl.so.5 (0x00007f3adac37000) libssl.so.1.1 => /home/naourr/buildroot/test/qemu_aarch64_virt_defconfig-master/host/lib/libssl.so.1.1 (0x00007f3adaba8000) qemu-system-aarch64: symbol lookup error: /lib64/libssh.so.4: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b This is due to the build system trying to find libcurl using pkg-config or curl-config. libcurl is used by the QEMU Block driver for CURL images and elf2dmp tool which is not needed. Instead of adding host-libcurl dependency, we can disable it entierely. Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Release notes: https://www.videolan.org/developers/vlc-branch/NEWS Added optional dependency to dav1d, reformatted hashes. Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
- python 2 support has been dropped since version 0.1.0 and https://github.com/thombashi/msgfy/commit/8ddfd20132b8d4825214252189a65570b562619f - Update indentation of hash file (two spaces) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Update indentation of hash file (two spaces) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
- Drop patches (already in version) and so AUTORECONF - Update indentation in hash file (two spaces) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
- curl and tiff are optional dependencies since version 7.0.0 and https://github.com/OSGeo/PROJ/commit/db31b6dfa9c8fe37d5706d95ce81012b8db3c3b9 - Update indentation of hash file (two spaces) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
James Hilliard authored
This workaround is not needed as of commit 5cff3a8b which properly sets the PKG_CONFIG_LIBDIR for native: true dependencies. Signed-off-by:
James Hilliard <james.hilliard1@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
James Hilliard authored
This workaround is not needed as of commit 5cff3a8b which properly sets the PKG_CONFIG_LIBDIR for native: true dependencies. Signed-off-by:
James Hilliard <james.hilliard1@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
According to the depends used the package does not need C++. Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- May 01, 2020
-
-
Davide Viti authored
Previous address is still valid but not used as primary address any longer Signed-off-by:
Davide Viti <zinosat@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Max Filippov authored
Fix for xtensa PR ld/25861 introduced a regression in handling negative symbol differences resulting in linker performing incorrect relaxation or failing to link. Fix XTENSA_NDIFF relocation handling. Backported from: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=d548f47df4d2e3d117d504a4c9977982c78a0556 Fixes: f0291ef4 ("package/binutils: fix xtensa PR ld/25861") Signed-off-by:
Max Filippov <jcmvbkbc@gmail.com> Tested-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Cody Guldner authored
Signed-off-by:
Cody Guldner <cody.guldner@rockwellcollins.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Alexey Lukyanchuk authored
Allow ghostscript to be used by cups for printing. Signed-off-by:
Alexey Lukyanchuk <skif@skif-web.ru> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Alexey Lukyanchuk authored
Enable image filters, to directly print images from cups. Signed-off-by:
Alexey Lukyanchuk <skif@skif-web.ru> [yann.morin.1998@free.fr: - explicitly enable it, don;t rely on defaults - reword commit log ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Alexey Lukyanchuk authored
Without a source for randomness, qpdf will crash with 'no such file' error. It's can me tested by command like 'qpd some_pdf.pdf -'. This problem breaks cups printing. This patch change configure options to '--with-random=/dev/urandom' Signed-off-by:
Alexey Lukyanchuk <skif@skif-web.ru> [yann.morin.1998@free.fr: reword commit log] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Michele Comignano authored
Signed-off-by:
Michele Comignano <comick@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
James Hilliard authored
We no longer need this package specific pkconfig workaround as it is now applied to all meson packages automatically. Signed-off-by:
James Hilliard <james.hilliard1@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
James Hilliard authored
This sets the correct build.pkg_config_path for all meson packages so that dependencies with native: true will properly use the the host pkgconfig instead of the target pkgconfig. Signed-off-by:
James Hilliard <james.hilliard1@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Thomas Petazzoni authored
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Yann E. MORIN authored
Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Refik Tuzakli <tuzakli.refik@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Yann E. MORIN authored
Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr> Cc: Adam Duskett <aduskett@gmail.com> Cc: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Cc: Matt Weber <matthew.weber@rockwellcollins.com> Cc: Marcus Folkesson <marcus.folkesson@gmail.com> Reviewed-by:
Matt Weber <matthew.weber@rockwellcollins.com> Reviewed-by:
Adam Duskett <aduskett@gmail.com> Tested-by:
Adam Duskett <aduskett@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-