Thomas Petazzoni | 2babbddac9e | boost: fix missing select on BR2_PACKAGE_LIBICONV
The boost package adds a dependency on the libiconv package when
b... | | |
Thomas Petazzoni | 23e40b61199 | neard: add missing BR2_TOOLCHAIN_HAS_SYNC_4 dependency
Fixes:
http://autobuild.buildroot.org/results/b8bf7be2efd8... | | |
Thomas Petazzoni | 3dac773f118 | freerdp: add missing BR2_TOOLCHAIN_HAS_SYNC_4 dependency
Fixes:
http://autobuild.buildroot.org/results/0501e63cbe... | | |
Thomas Petazzoni | bad657ddfcc | openal: fix atomic handling
openal can uses __atomic_*() intrinsics when available, or fall-back
on __sync_*() built... | | |
Thomas Petazzoni | 8df95843ed1 | glog: fix atomic built-in problem
glog can optionally use atomic __sync built-ins. However, its
configure script onl... | | |
Thomas Petazzoni | 4a3f597a0ea | arch: remove BR2_ARCH_HAS_ATOMICS option
Now that BR2_ARCH_HAS_ATOMICS is no longer used anywhere, we can
remove it ... | | |
Thomas Petazzoni | b53a2ac54b8 | msgpack: rework BR2_ARCH_HAS_ATOMICS dependency
The msgpack source code indeed checks for the 4 bytes __sync built-i... | | |
Thomas Petazzoni | 8a98a7d94ca | thrift: remove BR2_ARCH_HAS_ATOMICS dependency
thrift builds perfectly fine on SPARC, which doesn't implement any of... | | |
Thomas Petazzoni | 55dc90db2ea | squid: rework atomic handling
squid can use the __sync built-ins when available, but uses an
AC_TRY_RUN autoconf tes... | | |
Thomas Petazzoni | e64573c47fa | cairo, harfbuzz: rework atomic dependencies
This commit handles the reverse dependency tree of cairo in terms of
ato... | | |
Thomas Petazzoni | ab73b9284e4 | gauche: disable on SPARC(64), remove atomics dependency
gauche does not build on sparc64, it fails with:
No rule ... | | |
Thomas Petazzoni | 9a6a13469c4 | libtorrent: use the proper BR2_TOOLCHAIN_HAS_SYNC_x symbols
libtorrent uses 1 bytes and 4 bytes __sync built-ins, so... | | |
Thomas Petazzoni | 7f4597d94e6 | jack2: use the proper BR2_TOOLCHAIN_HAS_SYNC_x symbol
Move away from BR2_ARCH_HAS_ATOMICS and use BR2_TOOLCHAIN_HAS_... | | |
Thomas Petazzoni | 22e63d952ed | apache, apr: fix atomic handling
Since the apache package was introduced,
--enable-nonportable-atomics=yes was passe... | | |
Thomas Petazzoni | 7290dc1e87b | pulseaudio: remove BR2_ARCH_HAS_ATOMICS dependency
pulseaudio is able to either use the atomic __sync builtins from ... | | |
Thomas Petazzoni | 8ea392b84e3 | json-c: needs __sync_val_compare_and_swap_4
While json-c itself builds fine on platforms that don't provide the
__sy... | | |
Thomas Petazzoni | 508c3e0c50c | docs/manual: document usage of BR2_TOOLCHAIN_HAS_SYNC_x
This commit updates the documentation to detail when and how... | | |
Thomas Petazzoni | 6856e417da4 | toolchain: add BR2_TOOLCHAIN_HAS_{SYNC_x, ATOMIC} hidden booleans
Currently, Buildroot provides one BR2_ARCH_HAS_ATO... | | |
Thomas Petazzoni | 971fae98965 | icu: libatomic is only available starting from gcc 4.8
Fixes:
http://autobuild.buildroot.org/results/51b060bbdecd... | | |
Yann E. MORIN | 674e0996781 | defconfigs: all use the headers from the kernel
For most defconfigs, it was trivial to deduce the kernel version, by... | | |
Yann E. MORIN | e3e0583f908 | linux: drop the option to use the same version as that of the headers
It is no longer meaningful, now that we have t... | | |
Yann E. MORIN | 036ac26a29f | defconfigs: use the new headers-version-same-as-kernel-version option
Now that we can say that the linux headers ver... | | |
Jan Heylen | e4749b826c0 | bind: fix intermittent build issues with high BR2_JLEVEL
Build sometimes breaks with:
libtool: link: `unix/os.lo' i... | | |
Carlos Santos | 92fd33a1589 | libbsd: upgrade to v0.8.2 and expand architecture support
When libbsd still supported uClibc as a C library, we adde... | | |
Bernd Kuhls | b420e0b5598 | package/php: security bump version to 5.6.18
Changelog: http://www.php.net/ChangeLog-5.php#5.6.18
Signed-off-by: Ber... | | |
Erico Nunes | 5c8a9eec270 | xdotool: needs MMU support
Fixes:
http://autobuild.buildroot.net/results/d750919a0d5cfb624937c72253651a431212e238
S... | | |
Bernd Kuhls | 4ba195a0ceb | package/mraa: bump version to 0.9.1
Removed patches applied upstream:
https://github.com/intel-iot-devkit/mraa/commi... | | |
Yegor Yefremov | 597270689d3 | python-psutil: bump to 3.4.2
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazz... | | |
Bernd Kuhls | 561c43d8323 | package/rsyslog: fix musl buil
The build error was not yet being found by the autobuilders:
omfile.c: In function ‘... | | |
Bernd Kuhls | ade46eea1bf | package/lirc-tools: not available on musl
GLOB_BRACE is not supported by the musl libc:
http://www.openwall.com/list... | | |
Bernd Kuhls | 1e82f8fd2fc | package/sconeserver: location support needs host-pkgconf
Patch suggested by Arnout: http://patchwork.ozlabs.org/patc... | | |
Yegor Yefremov | 4f42ef5c5a2 | python-setuptools: enable Python 3.x support
Add missing XML dependency.
Signed-off-by: Yegor Yefremov <yegorslists... | | |
Waldemar Brodkorb | 195601059c0 | uclibc: add a upstream patch to fix vlc runtime issues
IDN related declaration without implementation is a bad idea.... | | |
Waldemar Brodkorb | 74e4e830b02 | uclibc: fix MIPS builds with disabled threads
There was a regression found while building for MIPS
with disabled thr... | | |
Lada Trimasova | f25df488d74 | toolchain: bump ARC toolchain components to arc-2015.12
This change introduces newer ARC toolchain in Buildroot.
Th... | | |
Gustavo Zacarias | 59cbadbaf78 | grep: bump to version 2.23
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni... | | |
Petr Vorel | e7ef2232e59 | network-manager: bump to version 1.0.10
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petaz... | | |
Petr Vorel | 45bd1c76a93 | dbus-glib: bump version to 0.106
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <t... | | |
Thomas Petazzoni | abdc56006bf | protobuf: introduce BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
The architecture dependencies of protobuf are going to change... | | |
Yegor Yefremov | 95795cf6c80 | python-cffi: bump to 1.5.0
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzon... | | |
Joao Pinto | e9b147ffa4f | board: add support for ARM Juno r0 and r1 Development Boards
The Juno ARM Development Platform (ADP) is a software d... | | |
Angelo Compagnucci | 778026b94db | support/misc: Adding Vagrant file for provisioning
This patch adds a Vagrant file to buildroot. With this file
you c... | | |
Yann E. MORIN | e6d1a2073bf | toolchain/external: newer Linaro toolchains do not provide source code
Currently, we have a pattern-matching that au... | | |
Thomas De Schampheleire | 335f331ff29 | toolchain: copy_toolchain_lib_root: rename LIBSPATH to LIBPATHS
LIBSPATH is populated based on a find with a pattern... | | |
Peter Seiderer | c2174c1ae47 | qt5: bump version to 5.5.1
Reduce hash lists to strongest only (sha256).
Remove upstream committed patches (qt5base... | | |
Max Filippov | 7eafaa6f72b | binutils: fix .loc processing in xtensa gas
Fixes:
http://autobuild.buildroot.net/results/bff7436a800eeea92c0c92bd... | | |
Gustavo Zacarias | be8ae9330b8 | gnutls: bump to version 3.4.9
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazz... | | |
Yegor Yefremov | cd3e72b642e | python-pyparted: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazz... | | |
Yegor Yefremov | 9d05cb121a9 | python-smbus-cffi: new package
[Thomas:
- fix license, it's GPLv2, not GPLv2+.]
Signed-off-by: Yegor Yefremov <yeg... | | |
Yegor Yefremov | ce726bae315 | python-cffi: add host variant
Host variant is needed to cross-compile CFFI based C library wrappers.
Signed-off-by:... | | |
Yegor Yefremov | 60093650c84 | python-pycparser: new package
pycparser requires C preprocessor in order to parse C related files,
hence available o... | | |
Yegor Yefremov | f41091176bb | libffi: fix headers location for host-libffi
There is a special hook for target-libffi, that moves headers
from /usr... | | |
Thomas Petazzoni | 2b735389201 | libffi: fix staging headers cleanup
The LIBFFI_MOVE_STAGING_HEADERS function is responsible for moving
around libffi... | | |
Mauro Condarelli | ffde67a0de3 | python-netaddr: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorsli... | | |
Mauro Condarelli | 56526bbfae6 | python-mistune: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorsli... | | |
Mauro Condarelli | 45c903065df | python-click: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslist... | | |
Mauro Condarelli | d75a2dbaa73 | python-cbor: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslists... | | |
Thomas Petazzoni | 81863eafc76 | kodi, mpd: fix samba4 related dependency mistakes
This commit fixes the following kconfig warning:
warning: (BR2... | | |
Gustavo Zacarias | 85a28f39278 | iptables: fix libpcap static linking
libpcap can depend on other libraries like libusb and doesn't support
pkgconfig... | | |
Bernd Kuhls | 8424a6ad6ad | package/ola: fix musl build
Fixes
http://autobuild.buildroot.net/results/17f/17fe88868acdbba074561da14c4417e31d50682... | | |
Thomas Petazzoni | 8e03349228f | package/ola: add hash file
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | | |
Bernd Kuhls | f581ddf30d6 | package/ola: bump version to 0.10.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petaz... | | |
Gary Bisson | da4fff547c4 | kernel-module-imx-gpu-viv: add new package
This is the Vivante kernel driver split from the kernel source code in
or... | | |
Yann E. MORIN | 63abfb72103 | package/linux-headers: add option to use same sources as the kernel
Some heavily (and most often improperly) modifie... | | |
Lada Trimasova | c823c6ee6ae | util-linux: fix static builds with uClibc
In case of uClibc librt depends on libpthread. In particular
timer_create(... | | |
Peter Korsgaard | c15f70488b4 | gstreamer1: don't rely on a recent coreutils for relative symlink support
Fixes:
http://autobuild.buildroot.net/resu... | | |
Mauro Condarelli | 6709fad2246 | python-msgpack: bump to 0.4.7
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegors... | | |
Mauro Condarelli | 2e2eff30309 | python-jinja2: bump to 2.8
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslis... | | |
Bernd Kuhls | 5c8ad2644fb | package/faifa: fix musl build
Fixes
http://autobuild.buildroot.net/results/dc6/dc6e4d7327d2031ef921cccd814605dec73a0... | | |
Gustavo Zacarias | 3dd53276b09 | unrar: new package
[Peter: also pass TARGET_LDFLAGS]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signe... | | |
Bernd Kuhls | ba14e6c2aa8 | package/ffmpeg: bump version to 2.8.6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Kors... | | |
Peter Korsgaard | 1d42d0acca6 | binutils: ensure TARGET_CONFIGURE_ARGS is taken into consideration for subdirs
Binutils runs the configure scripts o... | | |
Bernd Kuhls | 56032eedf4d | package/python-spidev: fix musl build
The build error was not yet being found by the autobuilders.
Signed-off-by: B... | | |
Bernd Kuhls | 291c3c77cbc | package/gstreamer/gst-plugins-base: Fix build on x86 if emmintrin.h is available but can't be used
I stumbled across... | | |
Yann E. MORIN | 6a8baa17a86 | core/legal-info: update the legal-info report header
In some cases, the toolchain sources are now recovered and avai... | | |
Gary Bisson | 9f181872da9 | configs/nitrogen6*: bump kernel version
Update to latest boundary-imx_3.14.28_1.0.0_ga commit which brings the
follo... | | |
Gary Bisson | 972e6580582 | xdriver_xf86-video-imx-viv: bump to version 5.0.11 p7.1
The license is now provided in the package.
This patch is b... | | |
Gary Bisson | 1db97c0ce65 | imx-gpu-viv: bump version to 5.0.11 p7.1
Upgrade to 5.0.11 P7.1 for i.MX6 with GPU
i.MX6QP qualified graphics drive... | | |
Gary Bisson | 38efbf7255e | gst1-plugins-bad: add install to staging directory
gst1-imx package links against libgstphotography for its imxv4l2s... | | |
Gary Bisson | c353a7f763a | libfslvpuwrap: bump to version 1.0.61
Changelog:
- Enable resolution change for H.263 and VP8
This patch is based o... | | |
Gary Bisson | e22f85b1802 | libfslparser: bump to version 4.0.7
Changelog:
- Add h264 parser version.
- Support wide and 'ms 0x0 0x11' adpcm tag... | | |
Gary Bisson | 0a368ddef45 | libfslcodec: bump to version 4.0.7
Changelog since 4.0.3:
- Add mx7 SoC support.
- Add test binary to release packag... | | |
Gary Bisson | 84be4d4e31b | freescale-imx: remove FREESCALE_IMX_VERSION
As all the packages now have a version which doesn't depend on the BSP
v... | | |
Gary Bisson | 2a58ad513a1 | imx-lib: bump to version 5.1
Change version to be independent of BSP version. This limits
confusion on future BSP u... | | |
Gary Bisson | 2bd5740421e | imx-kobs: bump to version 5.1
Use a different versioning schema based on package versioning
instead of BSP version. ... | | |
Gary Bisson | 923155df197 | firmware-imx: bump to version 5.2
Use a different versioning schema based on package versioning
instead of BSP versi... | | |
Gustavo Zacarias | 1dbc3c30a26 | configs/raspberrypi: add dtb for compute module
[Peter: describe what 'CM' stands for, update comment]
Signed-off-by... | | |
Gustavo Zacarias | 38172747f8a | rpi-firmware: version bump
To match the previous kernel version bump.
Signed-off-by: Gustavo Zacarias <gustavo@zaca... | | |
Gustavo Zacarias | d0e2e6fdaf7 | configs/raspberrypi{,2}: bump to kernel version 4.1.15
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Sig... | | |
Gustavo Zacarias | c42cb74b02b | strongswan: unavailable for static builds
Uses dlopen in plugin_loader (not optional), fixes:
http://autobuild.build... | | |
Gustavo Zacarias | 093681947f6 | vala: bump to version 0.30.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzo... | | |
Thomas Claveirole | 196eb53ac88 | package/autoconf-archive: bump to version 2015.09.25
Signed-off-by: Thomas Claveirole <thomas.claveirole@green-commu... | | |
Gustavo Zacarias | 55052ea83fa | linux-headers: bump 4.{1, 3, 4}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Th... | | |
Luca Ceresoli | 9af3d3f0861 | Update copyright year
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.p... | | |
Gustavo Zacarias | 63d2545475c | linux: bump default to version 4.4.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas... | | |
Romain Naour | 2956afbdbc2 | toolchain-external: bump Linaro ARMEB to 2015.11-2
Signed-off-by: Romain Naour <romain.naour@gmail.com>
[Thomas: onl... | | |
Romain Naour | 7199d7a9dfa | toolchain-external: bump Linaro ARM to 2015.11-2
Runtime tested with Qemu 2.3.1 using a configuration based on
qemu_... | | |
Waldemar Brodkorb | 7bfb215681e | uclibc: update uClibc-ng to 1.0.12
New release contains a security fix for the resolver library parts.
It contains e... | | |
Thomas Petazzoni | 824e303eab3 | uclibc: remove version selection
Since we now only support uClibc-ng, remove the version selection from
the uclibc p... | | |
Thomas Petazzoni | 07596f23a2c | uclibc: remove support for the snapshot version
The snapshot version points to the original uClibc project, which is... | | |
Thomas Petazzoni | 0a40d0191ae | uclibc: remove 0.9.33 version
The upstream project is dead, the 0.9.33 version requires tons of
patches, and uclibc-... | | |
Thomas Petazzoni | 1a222542752 | samba4: remove dependency on specific C libraries
samba4 relies on the $ORIGIN feature of the dynamic linker, which ... | | |
Thomas Petazzoni | 0fed01a500f | vlc: remove dependency on C library
vlc uses <spawn.h> which was not available in old uClibc
versions. However, sinc... | | |
Thomas Petazzoni | d9c26b1ffc0 | mongrel2: allow using uClibc but only on certain architectures
mongrel2 uses the {get,make,swap}context functions:
... | | |
Thomas Petazzoni | 60a062b74f0 | lttng-babeltrace: make available for all C libraries
Due to posix_fallocate() being unavailable in uClibc 0.9.33,
lt... | | |
Thomas Petazzoni | 1da65232ecd | libunwind: fix C library dependency
The libunwind package currently dependency on glibc *or* uclibc
snapshot. Howeve... | | |
Romain Naour | 711c0387158 | toolchain-external: bump Linaro AArch64 to 2015.11-2
Runtime tested with Qemu 2.3.1 using qemu_aarch64_virt_defconfi... | | |
Arnout Vandecappelle | ef2efaff156 | website: add reference to submitting-patches to Contribute tab
In the hope of improving the quality of patches send ... | | |
Arnout Vandecappelle | b084eb38be0 | README: add reference to submitting-patches
In the hope of improving the quality of patches sent by newcomers,
add a... | | |
Romain Naour | 18b3481f4d6 | configs: qemu_arm_nuri: enable vfp
In order to be abble to select BR2_ARM_FPU_VFPV3D16, BR2_ARM_ENABLE_VFP
must be s... | | |
Romain Naour | ec66f6d9e2b | configs: qemu_arm_vexpress: enable vfp
In order to be abble to select BR2_ARM_FPU_VFPV3D16, BR2_ARM_ENABLE_VFP
must ... | | |
Peter Korsgaard | c3779afc112 | package/Makefile.in: fix typo
Commit dc95d50fe3ee (correct gettext handling for musl) introduced a last
minute typo,... | | |
Peter Korsgaard | 28fc73efafe | Revert "madplay: fix musl gettext support detection"
This reverts commit a0a244d26d8e7e7e5465c3e6e9fcd1c31e2c178d.
... | | |
Peter Korsgaard | dc95d50fe3e | package/Makefile.in: correct gettext handling for musl
Based on a patch by Bernd Kuhls.
The AM_GNU_GETTEXT autotool... | | |
Jörg Krause | 82fd195a54d | package/shairport-sync: bump to version 2.8.0
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by... | | |
Bernd Kuhls | 6b65ce4caed | package/unionfs: fix musl build
Fixes
http://autobuild.buildroot.net/results/020/020951a32ace3b4bca12a888eaaeb8b6c56... | | |
Thomas De Schampheleire | fcddb9dafed | manual: minor fixes in the graph-size documentation
Fix some typos and references to a size-stats 'target' (the scri... | | |
Bernd Kuhls | 12a77888200 | package/squashfs: fix musl build
The build errors were not yet found by the autobuilders:
action.c: In function ‘na... | | |
Thomas De Schampheleire | cef3cd40b7a | toolchain-external: create symlink ARCH_LIB_DIR->lib
Currently, following symbolic links are created in both target ... | | |
Thomas De Schampheleire | fe23cb5d005 | toolchain-external: improve sysroot rsync if ARCH_LIB_DIR != lib/lib32/lib64
The copy_toolchain_sysroot helper in to... | | |
Thomas De Schampheleire | beddd71c572 | toolchain-external: don't exclude too much lib in sysroot rsync
The copy_toolchain_sysroot helper in toolchain/helpe... | | |
Bernd Kuhls | e143c2f4d6d | package/libseccomp: fix musl build
Fixes
http://autobuild.buildroot.net/results/0cd/0cd47d7e6a49c268b57981ae8bb9abe4... | | |
Bernd Kuhls | 1a57adb237a | package/libseccomp: bump version to 2.2.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas... | | |
Peter Korsgaard | 53703ee67a6 | support/scripts: drop ancient build-ext3-img script
It hasn't been updated since it was added in 2008, and nowadays ... | | |
Bernd Kuhls | 37b45dbcc71 | package/gstreamer/gst-plugins-ugly: Fix cdio-related build errors
Fixes
http://autobuild.buildroot.net/results/530/5... | | |
Yann E. MORIN | 1ad97d1ff13 | docs/manual: makedev syntax accepts usernames and group names
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.f... | | |
Yann E. MORIN | 95dda394d9f | package/makedevs: use the rooted /etc/passwd and /etc/group
Currently, makedevs will query the host's /etc/passwd an... | | |
Yann E. MORIN | 3f28a38e1ab | fs/common: generate users before setting permissions
We will need the users and groups to get defined before we can ... | | |
Gustavo Zacarias | 1160ba631cf | rt-tests: unavailable for static builds
Fixes:
http://autobuild.buildroot.net/results/a6f/a6f6502e55fd68803f3ff8b4b7... | | |
Gustavo Zacarias | d9bc73d4945 | busybox: add truncate fix patch
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsg... | | |
Bernd Kuhls | 1b0933f2019 | package/libraw1394: fix musl build
Fixes
http://autobuild.buildroot.net/results/33c/33cac2bda4890b6050c71734b2c36a77... | | |
Bernd Kuhls | c8995d25f0a | package/libraw1394: bump version to 2.1.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas... | | |
Bernd Kuhls | 1fcf1a6d0c3 | package/flot: update hash
Upstream apparently updated their tarball
http://thread.gmane.org/gmane.comp.lib.uclibc.bu... | | |
Bernd Kuhls | 4334f7da108 | package/lightning: bump version to 2.1.0
Removed autoreconf and both patches after upstream commits:
http://git.sava... | | |
Bernd Kuhls | 392362ed487 | package/mtdev2tuio: fix musl build
Fixes
http://autobuild.buildroot.net/results/aee/aee411047265bf205f8990a3d0d2310d... | | |
Bernd Kuhls | 7ddf2a6b2cb | package/oprofile: bump version to 1.1.0
Removed patch applied upstream:
http://sourceforge.net/p/oprofile/oprofile/c... | | |
Bernd Kuhls | 2fcababa14e | package/qhull: bump version to 7.2.0, add hash
Updated _SITE after closure of gitorious.org.
Signed-off-by: Bernd K... | | |
Bernd Kuhls | 0d4cf8f83d2 | package/qpdf: bump version to 6.0.0
Removed patch applied upstream:
https://github.com/qpdf/qpdf/commit/857bb208d338... | | |
Julien BOIBESSOT | 6a057247237 | board: add support for Freescale i.MX6UL Evaluation Kit
Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.c... | | |
Bernd Kuhls | 0814553660e | package/pulseview: bump version to 0.3.0
Switch to upstream tarball, remove autoreconf, add hash.
Upstream expects ... | | |
Bernd Kuhls | 7e4684a5f93 | package/sigrok-cli: bump version to 0.6.0
Switch to upstream tarball, remove autoreconf, add hash.
Signed-off-by: B... | | |
Bernd Kuhls | 18ca5124a90 | package/libsigrokdecode: bump version to 0.4.0
Switch to upstream tarball, remove autoreconf, add hash, fix typo.
S... | | |
Bernd Kuhls | 776aeef6d82 | package/libsigrok: fix musl build
Fixes
http://autobuild.buildroot.net/results/afc/afcea2068d5b0ba707aa9033940155060... | | |
Bernd Kuhls | b428801934a | package/libsigrok: bump version to 0.4.0
Switch to upstream tarball, remove autoreconf, add hash.
Signed-off-by: Be... | | |
Bernd Kuhls | ff4d8da4984 | package/libserialport: bump version to 0.1.1
Switch to upstream tarball, remove autoreconf.
Signed-off-by: Bernd Ku... | | |
Bernd Kuhls | 723d86c265d | package/sconeserver: bump version to fix musl build
Fixes this musl build error:
TermBuffer.cpp: In member function ... | | |
Bernd Kuhls | 3e2c51e527c | package/tor: bump version to 0.2.7.6, fix musl build
According to
https://gitweb.torproject.org/tor.git/plain/Releas... | | |
Bernd Kuhls | 9e1854d374e | package/gpsd: bump version to 3.16
Removed patch applied upstream:
http://git.savannah.gnu.org/cgit/gpsd.git/commit/... | | |
Bernd Kuhls | 247cc9ef70c | package/open-plc-utils: bump version
Remove patch for scripts/Makefile because the file was removed upstream:
https:... | | |
Bernd Kuhls | cefcb852cfa | package/openswan: bump version to 2.6.46
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter K... | | |
Bernd Kuhls | 5e0bcda354e | package/oprofile: fix typo in comment
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Kors... | | |
Bernd Kuhls | 421defd1767 | package/smack: fix musl build
The build error was not yet found by the autobuilders:
common.c: In function ‘clear’:... | | |
Bernd Kuhls | 5bb7ad75830 | package/smack: bump version to 1.1.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Peta... | | |
Gary Bisson | 7df1e23cc6e | configs/nitrogen6*: update to use genimage
Also updating the documentation with the dd instruction to flash the
boot... | | |
Phil Eichinger | efd1e36f22d | gstreamer1: use a relative symlink to gstconfig.h
No functional change today, but is needed for relocatable SDK.
Si... | | |
Bernd Kuhls | 82c16061c34 | package/sredird: fix musl build
Fixes
http://autobuild.buildroot.net/results/4bc/4bc77733d235ba12f70432be4ead921666f... | | |
Bernd Kuhls | 33433e1b2bc | package/sredird: bump version to 2.2.2, add hash
While Debian still uses version 2.2.1 the bump to 2.2.2 was committ... | | |
Bernd Kuhls | 7aecb34cbf4 | package/snowball-init: use github helper
Otherwise download is broken:
>>> snowball-init b064be21de25729039e5e54037... | | |
Bernd Kuhls | 544949e4987 | package/subversion: security version bump to 1.9.3
Release announcement:
http://mail-archives.apache.org/mod_mbox/su... | | |
Bernd Kuhls | 9bd265c9172 | package/pixman: bump version to 0.34.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Kor... | | |
Gustavo Zacarias | 02681171f37 | redis: bump to version 3.0.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Bernd Kuhls <bernd... | | |
Gustavo Zacarias | bb446a7b77b | Revert "package/openvpn: bump version to 2.3.10"
openvpn 2.3.10 doesn't work with polarssl 1.2.x, hence this bump br... | | |
Bernd Kuhls | 40353e3e13e | package/libraw: add optional support for lcms2
[Peter: also needs host-pkgconf]
Signed-off-by: Bernd Kuhls <bernd.ku... | | |
Bernd Kuhls | 96f06290a59 | package/libraw: add optional support for jpeg
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Pe... | | |
Bernd Kuhls | e712000dbeb | package/libraw: add optional support for jasper
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: ... | | |
Bernd Kuhls | 7f81111da0b | package/libraw: Remove /usr/local from configure.ac
Build fails with BR2_COMPILER_PARANOID_UNSAFE_PATH=y
Signed-off... | | |
Bernd Kuhls | 7d1feadb19f | package/libraw: bump version to 0.17.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Kor... | | |
Bernd Kuhls | 9b081bb742c | package/libndp: bump version to 1.5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsga... | | |
Bernd Kuhls | a6517122dbd | package/lcms2: bump version to 2.7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaa... | | |
Bernd Kuhls | 60ac224200b | package/liboauth: fix broken download URL
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter ... | | |
Bernd Kuhls | 4e0fcf25eb5 | package/liblinear: bump version to 2.1
This bump also fixes the broken download of the previous version.
Signed-off... | | |
Martin Bark | 214f356351b | package/tzdata: bump version to 2016a
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaar... | | |
Martin Bark | 46dcbcfd395 | package/zic: bump version to 2016a
Removed 0001-fix-dependencies.patch as this has now been fixed upstream
Signed-o... | | |
Bernd Kuhls | 9ebb7f60038 | package/python-alsaaudio: bump version to 0.8.2
Upstream moved to github, the old project site now redirects to the ... | | |
Bernd Kuhls | 778484983d6 | package/proftpd: bump version to 1.3.5a
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Ko... | | |
Bernd Kuhls | 8239f45435b | package/procps-ng: bump version to 3.3.11 to fix musl build
Rebased 0002-use-pkgconfig-for-ncursesw-cflags.patch
Th... | | |
Bernd Kuhls | 8c177ebe47e | package/pax-utils: bump version to 1.1.4 to fix musl build
The build error has not yet been found by the autobuilder... | | |
Bernd Kuhls | 42699e397e4 | package/opkg: bump version to v0.3.1 to fix musl build
Upstream included a fix for musl in the current release:
http... | | |
Bernd Kuhls | 06f3e7904f1 | package/openvpn: bump version to 2.3.10
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Ko... | | |
Bernd Kuhls | 9301e192019 | package/net-tools: bump version to fix musl build
git head includes this commit
http://sourceforge.net/p/net-tools/c... | | |
Francois Perrad | e6bc4b6e127 | olimex_a20_olinuxino_lime: bump kernel to 4.4
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-b... | | |
Bernd Kuhls | 92500f911a3 | package/input-tools: fix broken download URL
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Pet... | | |
Gustavo Zacarias | 3f1581661c7 | nettle: bump to version 3.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard... | | |
Bernd Kuhls | 5ea881e7115 | package/leafpad: bump version to 0.8.18.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter ... | | |
Bernd Kuhls | e2daaf9179b | package/fio: fix license file
Sorry, I missed the changed filename.
Fixes
http://autobuild.buildroot.net/results/a3... | | |
Henrique Marks | 0f56304521d | merge_config.sh: create temporary files in /tmp
Creating temporary files in /tmp (or the path pointed by $TMPDIR) al... | | |
Bernd Kuhls | 0be67b6f717 | package/lshw: fix musl build
Fixes
http://autobuild.buildroot.net/results/aa3/aa3abc215b7a4e95b60be9a635758d8448e495... | | |
Bernd Kuhls | b7fc15d6dc6 | package/lshw: bump version to B.02.17
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Pet... | | |
Next → |