Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Bernd KuhlsBernd Kuhls
fb7cf0d386bpackage/eudev: Bump version to 1.7Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas PetazzoniThomas Petazzoni
15106b0dee1pinentry: qt4 backend requires the Qt GUI moduleFixes: http://autobuild.buildroot.org/results/1d8/1d8a8ff1880549b2e2a24cc175dced1a51245cde/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De SchampheleireThomas De Schampheleire
c3e3b2a2084supervisor: add runtime dependency on python-setuptoolssupervisor has a runtime dependency on python-setuptools which was not expressed in its Config.in file. When running supervisor without setuptools, one gets: Starting supervisord: Traceback (most recent call last): File "/usr/bin/supervisord", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources Partially fixes bug #7184 (https://bugs...
Bernd KuhlsBernd Kuhls
f95cecf5865package/mesa3d: depend on udevchecking for LIBUDEV... no configure: error: libudev-dev required for building DRI Fixes http://autobuild.buildroot.net/results/16d/16d12b986051db884eae86e9658e6c4fc0f28885/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
4b8a395fd20libinput: bump versionAnd remove upstreamed patches. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
40bfd629cf8wireless tools: bump to version 30.pre9It seems there won't be any new release soon (or ever), so update to the latest pre version for better functionality (non-ASCII ESSIDs, bigger scan buffer for example). Also update the bzero deprecation patch since it missed some instances. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
a27065eb038package/tvheadend: Add optional dependency to libiconvTo get reproducable builds depend on libiconv if needed. tvheadend configure either shows checking for cc libiconv ... fail or checking for cc libiconv ... ok depending on the presence of libiconv, and gets linked output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/bin/tvheadend | grep NEEDED | grep iconv 0x00000001 (...
Gustavo ZacariasGustavo Zacarias
d0da839ff84libcap-ng: security bump to version 0.7.4Fixes CVE-2014-3215. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>CVE-2014
Baruch SiachBaruch Siach
98f598a1f43e2fsprogs: fix static build against external libblkidFixes: http://autobuild.buildroot.net/results/0159246b52659508a4bbba4126ab27b28a2b2e2c/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
11e0d9333ccradvd: bump to version 1.12Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
50b8dc553f3p910nd: bump to version 0.97Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Maxime HadjinlianMaxime Hadjinlian
04c32c30a1dfaifa: force GIT_REV to a correct valueThis variable is looked up by the Makefile throught a git command line invocation. Since we don't keep the '.git' folder in the packages when we clone them, the command line fail to find anything. Even worse, it can keep going up the tree until it finds buildroot's '.git' directory. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard....
Maxime HadjinlianMaxime Hadjinlian
6a07498decffaifa: remove useless CFLAGS -Wno-unused-resultFixes http://autobuild.buildroot.net/results/961/9614d13769bfdc908e12e3242e7e07630dd08869/ Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Hadrien BouttevilleHadrien Boutteville
e4b4c33cf89ti-gfx: bump to version 5_01_01_01 if EABIhf is usedSDK 5_01_01_01 only support EABIhf so 5_01_00_01 is still used if EABIhf is not available. Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas PetazzoniThomas Petazzoni
b9cc00e8bf4flann: disable with the problematic NIOS II toolchainFixes: http://autobuild.buildroot.org/results/062/0620bf8d60aa57949cede0c5b3920ef5446fe98b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas PetazzoniThomas Petazzoni
818ef1ea39fznc: not available on !MMU systems, uses fork()Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas PetazzoniThomas Petazzoni
6af371edc74znc: add patch to add missing <time.h> inclusionsWith certain toolchains, znc fails to build due to missing <time.h> inclusions. This commit fixes that by adding a patch that adds those missing inclusions. Fixes: http://autobuild.buildroot.net/results/86e/86e5e76a6ccc1396cd84107af63cdaa0ce1dfbee/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
a39cb252dc9dhcp: bump to version 4.1-ESV-R9Also install the SysV initscripts from the proper hook. Since the scripts check for the proper files to be present there's no need to exclude them according to options since they won't try to start anything. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois PerradFrancois Perrad
d07eddf4407perl-cross: bump to version 0.8.5 and move to githubThe perl-cross tarball allows to patch the Perl distribution (in a _POST_EXTRACT_HOOKS). The github helper gives a copy of the project which allows to build this tarball. So, the github helper can not be used here. [Peter: mention the change to github] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois PerradFrancois Perrad
e037db345e0pkg-perl: fix for Perl XS packages configured by Makefile.PLExtUtils::MakeMaker adds all the header files used by the perl as dependencies to the generated Makefile. This means that the generated Makefile will depend on the system's header files. Usually this is not a problem, because when building the target package, these header files will indeed be found in $(STAGING_DIR). However, some distro's add an extra header file to the system's perl. This he...
Gustavo ZacariasGustavo Zacarias
02d9dec208exterm: bump to version 306Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
46b10b01a29bind: security bump to version 9.9.5Fixes CVE-2014-0591 (a crafted query against an NSEC3-signed zone can crash BIND). The 9.9.x series is the new ESV vesion, 9.6.x has been retired. Also cleanup the initscript while at it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>CVE-2014
Yegor YefremovYegor Yefremov
f20f48e5e47kexec: bump to 2.0.7Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
7bab6990c90linux-headers: bump 3.2.x seriesSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
04807fc26fblibcgicc: bump to version 3.2.15Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
826fb12210dpackage/tvheadend: Bump versionSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
c1423d3ada3package/tvheadend: Properly disable internal fetch of dvb-dataFixes http://autobuild.buildroot.net/results/a8a/a8a8e39d57b14f1a59c8e6322b511c761442ee3c/ http://autobuild.buildroot.net/results/227/2278a078af5cc2e9f36661ad11e70b7692481266/ Instead of patching the buildsystem just use the included option --disable- dvbscan, therefore remove tvheadend-001-no-auto-download-dvbscans.patch This should also point tvheadend to the right place for the dvb data ac...
Thomas PetazzoniThomas Petazzoni
8c8f6d42f4fgettext: optimize build timeThis commit significantly reduces the build time of host-gettext and gettext, by using the capacity of gettext to handle build things in a certain subdirectory: - For the host variant of gettext, we only need the gettext-tools, available in the directory of the same name in the gettext sources. - For the target variant of gettext, we only need the gettext library libintl, available in...
Thomas PetazzoniThomas Petazzoni
187b4d68e0agettext: remove support for gettext-tools on targetThis commit removes the BR2_PACKAGE_GETTEXT_TOOLS option, which could be used to install gettext tools on the target. This is not needed, because Buildroot is not designed to provide a full development environment on the target, and gettext translation files should be processed on the build machine, using the host gettext tools. Remove this option will allow to optimize the build time of gette...
Thomas PetazzoniThomas Petazzoni
078470ac583minidlna: do not select BR2_PACKAGE_GETTEXT_TOOLSCommit 9ff640ae30ca588228030faf2c6fd13af292cb66 ("minidlna: needs gettext and host-gettext tools if locale is enabled") modified the minidlna package to fix gettext related issues. As part of this patch, a select of BR2_PACKAGE_GETTEXT_TOOLS was added, which according to the commit title is used to have host-gettext tools installed. However, this is not what this option is about: this option i...
Thomas PetazzoniThomas Petazzoni
5a65b8e185ftoolchain-external: add ADI Blackfin 2014R1 toolchain, remove 2012R1This commit adds support for two ADI Blackfin toolchains: the 'stable' 2014R1 based on gcc 4.3, and the 'experimental' 2014R1 based on gcc 4.5. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thomas PetazzoniThomas Petazzoni
8b832193af3toolchain-external: add CodeSourcery MIPS 2014.05, remove 2012.09Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thomas PetazzoniThomas Petazzoni
419a09cbf14toolchain-external: bump Linaro AArch64 toolchain to 2014.05Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thomas PetazzoniThomas Petazzoni
ba1563f9ccatoolchain-external: bump Linaro ARMeb toolchain to 2014.04For some reason, there is no ARMeb toolchain available in the 2014.05 Linaro release. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thomas PetazzoniThomas Petazzoni
a167f0f930etoolchain-external: bump Linaro ARM to 2014.05The major changes are: switch to gcc 4.9 instead of 4.8, and switch to glibc 2.19 instead of glibc 2.18. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thomas PetazzoniThomas Petazzoni
d51025d3922toolchain-external: support only one Linaro AArch64 toolchain at a timeLinaro toolchains are released so frequently (every month) that it doesn't make much sense to support 3 consecutive versions. So, like we do for ARM big-endian, let's support only one version at a time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thomas PetazzoniThomas Petazzoni
be2abf23ce8toolchain-external: support only one Linaro ARM toolchain at a timeLinaro toolchains are released so frequently (every month) that it doesn't make much sense to support 3 consecutive versions. So, like we do for ARM big-endian, let's support only one version at a time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thomas PetazzoniThomas Petazzoni
cb29907c125toolchain-external: do not pass TOOLCHAIN_EXTERNAL_CFLAGS for kernel headers checkWhen getting the sysroot used for the kernel headers version check, passing TOOLCHAIN_EXTERNAL_CFLAGS causes a problem when used with multilib toolchains, where only the main sysroot has the header files, and the other sysroots only have the libraries. Since the kernel headers version used is normally the same for all sysroots, this commit solves this problem by removing the TOOLCHAIN_EXTERNAL...
Thomas PetazzoniThomas Petazzoni
4e4ed5631f9toolchain-external: apply kernel headers check to non-custom toolchainsSince the introduction of the kernel headers Config.in options, the external toolchain logic had a check for custom external toolchains to verify that the kernel headers version entered by the user matches the one of the toolchain. However, this check was not made for non-custom external toolchains (i.e the built-in profiles, such as Linaro, CodeSourcery and al.), making the assumption that the...
Vicente Olivert RieraVicente Olivert Riera
90b2765f5f1pinentry: new package[Thomas: - fix license version: the license is GPLv2+, not GPLv2 - make sure the ncurses backend is selected if none of the other backends are selected. - add dependency on libiconv of the curses and gtk2 backends, needed in !locale configurations.] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Reviewed-by: Gu...
Benoît ThébaudeauBenoît Thébaudeau
566a7bef7calsof: do not remove WIDECHARINCL definitionWIDECHARINCL is enabled by HASWIDECHAR, so removing its definition if BR2_USE_WCHAR is not set is useless. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
fe70a288f11libksba: new package[Thomas: fix license informations.] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Reviewed-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
3eff8f16e36linux: bump default to version 3.15Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
338cc8ffd03linux-headers: add 3.15.x seriesSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
fb29afe2aa6toolchain: add 3.15 choice for headers[Thomas: fix BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15 to select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 and not itself.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
1e6ea2d112dpackage/libbsd: needs an (e)glibc toolchainlibbsd needs support for .init_array and checks for a glibc >= 2.4 since .init_array was introduced at around that time. uClibc claims to be a glibc-compatible toolchain, but it only impersonates a glibc-2.2. Just disable libbsd on uClibc. Fixes: http://autobuild.buildroot.net/results/e94/e949d8fabeeecc74bd1c324c516e0b4938c99dbc/ http://autobuild.buildroot.net/results/d3e/d3e1b70fb91...
Thomas PetazzoniThomas Petazzoni
1ce2382251elinux-zigbee: add missing comment for thread dependencySigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Phil EichingerPhil Eichinger
9b0a4a0a99dsispmctl: new package[Thomas: - Add missing select of BR2_PACKAGE_LIBUSB, since BR2_PACKAGE_LIBUSB_COMPAT depends on it - Add missing thread dependency, since libusb requires threads. - Add missing wide-char dependency. Without wide char support, sispmctl doesn't build. - Rewrap the Config.in help text, and remove trailing whitespaces. - License is GPLv2+, not GPLv2. - Remove --disable-dependency-tracki...
Yann E. MORINYann E. MORIN
9e7efa662e7Revert "package/weston: libxkbcommon is optional"This reverts commit cf1c2eb19d3eeddca04013cfa7b2107530abf054. xkbcommon is still needed for the clients. There's no point in disabling the clients, or weston is unusable (as packaged in Buildroot.) Fixes: http://autobuild.buildroot.org/results/4e9/4e996c65f5b33d4518b0596d9c7076083d491a52/ Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazz...
Maxime HadjinlianMaxime Hadjinlian
df3125737b9linux-zigbee: new packagelinux-zigbee is a mix of utility tools that implements a 802.15.4 stack along with a usefull library for any program that would need to use this stack. Note that the name is mislead, for licensing reason, this does *NOT* implement the ZigBee protocol. [Thomas: - add dependency on threads, propagated from libnl - improve the Config.in description by borrowing more text from the upstream w...