Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Baruch SiachBaruch Siach
5db9e7985f6multicat: bump to version 2.2Drop upstream patches. Add upstream patch fixing build with musl libc. Add license file hash. Set LDLIBS to TARGET_LDFLAGS for TARGET_LDFLAGS to be added to the link commands. Makefile does not use the LDFLAGS environment variable. This fixes static linking. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yegor YefremovYegor Yefremov
b99e52aaff6dhcpc: bump to version 7.0.3Use sha256 checksum from *.distinfo.asc file. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Martin KepplingerMartin Kepplinger
b50a2b40a22tslib: update to 1.16For those who wonder what happend, as usual, there's a changelog summary: https://github.com/kergoth/tslib/releases Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yann E. MORINYann E. MORIN
d48a1b0d5e4download/git: ensure we have a sane repositoryThere are cases where a repository might be broken, e.g. when a previous operation was killed or otherwise failed unexpectedly. We fix that by always initialising the repository, as suggested by Ricardo. git-init is safe on an otherwise-healthy repository: Running git init in an existing repository is safe. It will not overwrite things that are already there. [...] Using git-init wil...
Yann E. MORINYann E. MORIN
a07da16e781download/git: ensure we always work in the expected repositorygit always look directories up until it finds a repository. In case the git cache is broken, it may no longer be identified as a repository, and git will look higher in the directories until it finds one. In the default conditions, this would be Buildroot's own git tree (because DL_DIR is a subdir of Buildroot), but in some situations may very well be any repository the user has Buildroot in, ...
Guillaume W. BresGuillaume W. Bres
56823d613cbpixiewps: add missing dependency on threadsFixes: http://autobuild.buildroot.net/results/0c8d0eeb693ac29739845f489caffc2f9fa3b262/ Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yegor YefremovYegor Yefremov
6766ff9d12cscanpypi: add support for the new PyPI infrastructurehttps://pypi.python.org URL has been changed to https://pypi.org. Package's JSON object now contains sha256 checksum, so use it instead of locally computed one. Change comments in the hash file accordingly. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain NaourRomain Naour
046c5e25634package/wmctrl: x-includes and x-libraries must be set for cross-compilingset x-includes and x-libraries configure option for cross-compiling. wmctrl can use poisoned paths if these options are not passed to configure script. Fixes: http://autobuild.buildroot.net/results/7e5/7e5cba8a5650a00e10d1a5528f38cb2bf772aee1 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
27043c7a253nmap: fix check-package warningFixes: package/nmap/nmap.mk:88: expected indent with tabs 93 lines processed 1 warnings generated Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
da24b31f93dpackage/python-xlrd: fix check-package warnings on Config.in.hostFixes: package/python-xlrd/Config.in.host:4: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) https://gitlab.com/buildroot.org/buildroot/-/jobs/63334884 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
7e58fdc5e91Config.in: fix check-package warningFixes: Config.in:203: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) Config.in:204: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) https://gitlab.com/buildroot.org/buildroot/-/jobs/63334884 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Ryan CoeRyan Coe
3f37dd7c3b5mariadb: bump version to 10.1.32Release notes: https://mariadb.com/kb/en/mariadb-10132-release-notes/ Changelog: https://mariadb.com/kb/en/mariadb-10132-changelog/ Signed-off-by: Ryan Coe <bluemrp9@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Alexey BrodkinAlexey Brodkin
8813273ba75package/wayland: Bump version to 1.15.0All hashes provided by upstream. Updated Yann's patch: - Took v2 from https://patchwork.freedesktop.org/patch/143038/ - Rebased on top of v1.15 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Alexey BrodkinAlexey Brodkin
8efd0756a72package/weston: Bump version to 4.0.0Added all hashes provided by upstream. Yann's patch was integrated in upstream, see: https://cgit.freedesktop.org/wayland/weston/commit/?id=fa41bdfbc Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter SeidererPeter Seiderer
a20320f4c6bvalgrind: bump version to 3.13.0- update site - add license hash - remove 0004-Fixes-for-musl-libc.patch (applied upstream, see [1]) and corresponding autoreconf option [1] https://sourceware.org/git/?p=valgrind.git;a=commit;h=f8f1e9cb434cc97ce16586437407a6ac7e6a74a7 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch SiachBaruch Siach
107e3ebf459usb_modeswitch: set CXX to false when C++ is missingSimilar to the openocd fix in commit 5966e2dc54 (package/openocd: fix fallout after no-C++ fixups) the jimctl that is bundled with usb_modeswitch also wants to find a binary. This broke with commit 4cd1ab158 (core: alternate solution to disable C++). Revert to 'false' instead of 'no' here as well. Fixes: http://autobuild.buildroot.net/results/b4d/b4d4e925763cb6558af915f9781afe07fc557ebc/ http:...
Francois PerradFrancois Perrad
b661a5477efperl: bump to version 5.26.2Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Manfred SchlaeglManfred Schlaegl
4f726cef4c5qt5: qt5websockets: install missing qml modulesQML modules for QtWebSockets are located in /usr/qml/QtWebSockets since Qt 5.5. /usr/qml/Qt/WebSockets still exists for compatibility reasons, but it contains only a qmldir file which points to ../../QtWebSockets/. see also: http://doc.qt.io/qt-5.6/qtwebsockets-qmlmodule.html Signed-off-by: Manfred Schlaegl <manfred.schlaegl@ginzinger.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bo...
Romain ReignierRomain Reignier
4fd448c9c1eqt53d: install missing QML modules, plugins and examplesSome files were missing on the first build of qt53d but added later: - by qt5base for the plugins because it copies the whole /usr/lib/qt/plugins directory - by qt5declarative for the QML modules because it copies the whole /usr/qml directory Also, the qt53d examples were not installed if BR2_PACKAGE_QT5BASE_EXAMPLES was set. Signed-off-by: Romain Reignier <rom.reignier@gmail.com> Signed-...
Blomme, MaartenBlomme, Maarten
ade28ff52d2micropython: bump version to v1.9.3(With correct formatting now) The build step now requires building mpy-cross first. Signed-off-by: Blomme, Maarten <Maarten.Blomme@flir.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yann E. MORINYann E. MORIN
a52e106bbd0legacy: remove options made legacy 5 years agoSigned-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Julien CorjonJulien Corjon
2d9e9d04d7epackage/swupdate: default website have a new API2018.03 introduce a new website with Websocket asynchronous communication[1] [1] https://github.com/sbabic/swupdate/blob/master/doc/source/mongoose.rst Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas PetazzoniThomas Petazzoni
b67a74f2b85linux-firmware: support paths with subdirs in LINUX_FIRMWARE_DIRSFollowing commit cdb7876f63a253254b86637aaac8b255a426b60a ("linux-firmware: add Qualcomm video accelerator and GPU firmware options"), LINUX_FIRMWARE_DIRS can now contain entries with subdirs, such as "qcom/venus-1.8". Such entries are currently not supported by the logic in LINUX_FIRMWARE_INSTALL_DIRS. Indeed the current logic consists in: - Removing the destination directory - Copying to ...
Baruch SiachBaruch Siach
b5a787121efalsa-lib: update license file hashFSF address update. Fixes: http://autobuild.buildroot.net/results/1b9/1b9ec9cc0f22a58ad37f21be1b6eb4cc064b6dbc/ http://autobuild.buildroot.net/results/d32/d32ae8b67c1aade7225c42a4685dc62fdaa0b0e3/ http://autobuild.buildroot.net/results/d9b/d9b8e918fa4a1f7a9470473f82bb21b3dce1acc4/ Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas P...
Carlos SantosCarlos Santos
799e9848866upmpdcli: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the DAEMON variable, which was used only once, by the full path of the binary file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
c9dbe881e54tvheadend: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the DAEMON variable, which was used only once, by the full path of the binary file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
150327e7fc4triggerhappy: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the DAEMON variable, which was used only once, by the full path of the binary file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
296f148c15etransmission: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
ab1184fd699tpm2-abrmd: don't test if the binary exists in the init scriptThe test doesn't make sense. Buildroot installs both abrmd and its init script as part of the same package. But if it ever happens for some reason, the error message from start-stop-daemon should be pretty clear. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
c48924cfbbbtinyhttpd: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
999d1a690c6squid: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
e9eb40a96c7prosody: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the DAEMON variable, which was used only once, by the full path of the binary file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
9c8973311dfproftpd: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the DAEMON variable, which was used only once, by the full path of the binary file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
59520e54fe2openvpn: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the DAEMON variable, which was used only once, by the full path of the binary file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
0100c6962d8openntpd: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
e8cd0800aa2ntp: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the DAEMON variable, which was used only once, by the full path of the binary file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
089e1fe4144nfs-utils: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
047341e6ebbnetwork-manager: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the NETWORKMANAGER_BIN variable, which was used only once, by the full path of the binary file. Drop the now useless variables prefix, exec_prefix and sbindir. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
ddd035b87e6netsnmp: don't test if the binaries exist in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
b77c9d265ednetplug: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
52333fea303neard: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Replace the DAEMON variable, which was used only once, by the full path of the binary file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
4e121946267mpd: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
ef0b7e75217modem-manager: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Drop the MODEMMANAGER_BIN variable, which was never initialized. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
1371504a0a1haveged: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
6246ea7d148eudev: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits with error code 5 if the binary doesn't exist, which is silly. Buildroot installs both udevd and its init script as part of the same package. But if it ever happens for some reason, the error message "/sbin/udevd: No such file or directory" in the start case should be pretty clear. Replace the UDEV_BIN variable, which was used only once, by the full p...
Carlos SantosCarlos Santos
c6cb9b6cb92dnsmasq: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
e72bb38b9dbdmraid: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
48e688ac16cdhcpcd: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
7183a0eff9ddbus: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos SantosCarlos Santos
f59d73426b5bind: don't test if the binary exists in the init scriptThe test doesn't make sense. It just exits without any error if the binary doesn't exist, which is silly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>