Yann E. MORIN | 645b5763fac | package/qemu: add support for FDT
FDT is the Flat Device Tree, and allows QEMU to pass DTs to the VMs.
Fixes:
http:... | | |
Yann E. MORIN | e08ea03eb83 | pakage/erlang: fix host build without termcap (curses) library
We do not need termcap (curses) support in the host v... | | |
Yann E. MORIN | 20271a0011c | package/tzdata: fix installation commands
If the destination directory already exists (e.g. because of a re-run or
a... | | |
Baruch Siach | 2c715179202 | coreutils: avoid prompt on rebuild
The mode bits of coreutils installed binaries are 555. As a result, on
rebuild mv... | | |
Peter Korsgaard | 3b45139297d | libssh2: fix static linking issue with libgcrypt
Fixes:
http://autobuild.buildroot.net/results/07e/07e50ba575b305b37... | | |
Philippe Proulx | 30a208b9ef2 | rapidjson: bump to latest GitHub master
RapidJSON is now hosted on GitHub and its latest version
includes many fixes... | | |
Vicente Olivert Riera | 047fea1d4fa | kmod: bump to version 19
- Bump to version 19
- Rename 0001 patch to follow the new name convention
- Adapt the 0001... | | |
Baruch Siach | fde7a1900d7 | coreutils: disable documentation build
The makeinfo utility may not be installed on the build machine, and we don't
... | | |
Baruch Siach | fa5f22b1f10 | tstools: rename patch to new convention
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaa... | | |
Baruch Siach | f9187fe9013 | tstools: disable parallel build
Commit 0e8cbd5902e4 (tstools: fix build failure in parallel (-j) build) didn't
fix, ... | | |
Baruch Siach | ed21bb97346 | libgcrypt: link to a more informative homepage
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: "Yann E. MO... | | |
Jörg Krause | 0d9084ce9d3 | package/shairport-sync: bump to version 2.1.11
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas ... | | |
Vicente Olivert Riera | bcb083c2eaf | imagemagick: bump version to 6.9.0-0
- Bump version to 6.9.0-0
- Update the hash value
Signed-off-by: Vicente Olive... | | |
Peter Korsgaard | e0ecfd6eb7b | iputils: fix hang issue with ping -f
Patch from upstream git (git://git.linux-ipv6.org/gitroot/iputils.git). We
shou... | | |
Yann E. MORIN | 2b0c806d09d | package/sdl_sound: fix constness in debug mode
When in debug mode, ./configure forces -Werror, which uncovers a
cons... | | |
Yann E. MORIN | 272b5ecd180 | package/rpm: add missing kconfig dependency to zlib
Since we build-depend on zlib, forcibly select it from kconfig.
... | | |
Gustavo Zacarias | 255193251f6 | package/gcc: use correct symbol for powerpc version mask
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
A... | | |
Yegor Yefremov | 7b1393a04aa | python-tornado: add zlib run-time dependency
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-b... | | |
Yegor Yefremov | 026954ca445 | python-itsdangerous: needs python zlib support
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off... | | |
Peter Korsgaard | b2b538bda71 | package: add python-requests
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Yegor Yefremov | a6f0cfa51fc | python-webpy: add new package
[Peter: drop redundant python|python3 dependency]
Signed-off-by: Yegor Yefremov <yegor... | | |
Peter Korsgaard | afae45bb834 | python-jinja2: needs markupsafe at runtime
Otherwise import fails:
ImportError: No module named markupsafe
Reporte... | | |
Peter Korsgaard | 771f8d4f196 | package: add python-markupsafe
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Peter Korsgaard | 82e23f15a11 | python-werkzeug: needs python zlib support
Otherwise import fails:
>>> import werkzeug
Traceback (most recent call ... | | |
Yann E. MORIN | 8cc0bf0df08 | package/rpm: add missing dependency to openssl
We forcibly enable use of an extrernal openssl in rpm, so we must dep... | | |
Peter Korsgaard | 5a99682127b | libunwind: fix comment dependencies
Comment should be shown when no threads OR not uclibc-snapshot / glibc, not
AND.... | | |
Yann E. MORIN | 261d8bfcd70 | package/libunwind: link to libgcc_s, not libgcc
Backport a fix from upstream to link against libgcc_s instead of lib... | | |
Yann E. MORIN | 576873b8e9c | package/mutt: do not run compiled programs from ./configure
mutt's ./configure is broken for cross-compilation, beca... | | |
Yann E. MORIN | e7930b65c02 | package/libcap: needs headers >= 3.0
libcap requires XATTR_NAME_CAPS, which was introduced in Linux 2.6.24.
However... | | |
Gustavo Zacarias | 9ae6c0a7b60 | linux: bump default version to 3.17.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter... | | |
Gustavo Zacarias | 2f731e402f4 | linux-headers: bump 3.{17, 14, 10}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by:... | | |
Yann E. MORIN | 85101d37419 | package/clamav: fix build with uClibc
clamav wants to use backtrace, and decides whether it can use it if it
detects... | | |
Yann E. MORIN | 081e9a9dc34 | package/libv4l: needs headers >= 3.0
libv4l includes linux/media.h, which was introduced in v.2.6.39.
So, require a... | | |
Yann E. MORIN | 08c6909b711 | package/duma: add missing define when installing
Commit 3ab9774 (package/duma: do not let Makefile guess OS) added a... | | |
Yann E. MORIN | aad7a8fa7fe | packae/duma: do not build test programs
Building test programs fails for a static link, because duma.a redefines
mem... | | |
Yann E. MORIN | d26d6e63e02 | package/aircrack-ng: fix static build
Two fixes in one:
- openssl's libcrypto needs -lz, but because aircrack-ng ... | | |
Francois Perrad | f0bd293ffd2 | host-qemu: fix install
at configure time, PREFIX is already set with $(HOST_DIR)/usr
so, don't use DESTDIR
Signed-o... | | |
Gustavo Zacarias | 89f3ed6c3a4 | iputils: fix openssl select
It's BR2_PACKAGE_OPENSSL, not BR2_OPENSSL... oops!
Signed-off-by: Gustavo Zacarias <gus... | | |
Peter Korsgaard | 541d9452237 | package: add python-flask
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Peter Korsgaard | 5c3d1190904 | package: add python-itsdangerous
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Peter Korsgaard | b534b5aaca6 | package: add python-jinja2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Peter Korsgaard | deb7dcd4870 | package: add python-werkzeug
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Baruch Siach | 8d4942cc41c | dovecot: fix static build
Add a patch removing reference to MODULE_SUFFIX when it is undefined.
Fixes:
http://autob... | | |
Vicente Olivert Riera | 38f33dcaeaa | tcl: bump version to 8.6.3
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Kors... | | |
Vicente Olivert Riera | 76246491fe0 | systemd: bump version to v217
- Bump version to v217
- Add a hash file
- Adapt the needed patches
Signed-off-by: Vi... | | |
Peter Korsgaard | cbb3cb3beb7 | Kickoff 2015.02 cycle
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Francois Perrad | 84047394ed6 | botan: disable for static builds
it tries to include <dlfcn.h>
see http://autobuild.buildroot.net/results/2d1/2d156... | | |
Gustavo Zacarias | 11ed5286607 | package/sysvinit: drop tty1/2
We don't do it for busybox init so do the same for consistency here.
Signed-off-by: G... | | |
Samuel Martin | 7178c9b764d | package/qt5webkit: fix build failure
This patch fixes build failure when the host python interpreter is python3.
Fi... | | |
Samuel Martin | 21713340ba1 | package/qt5webkit: rename patch to the new convention
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off... | | |
Gustavo Zacarias | eda27922042 | dbus: security bump to version 1.8.10
Fixes:
CVE-2014-7824 - Denial of service via incomplete fix for CVE-2014-3636
... | | |
Gustavo Zacarias | 9a5261544fb | php: security bump to version 5.5.19
Fixes:
CVE-2014-3710 - fileinfo: out-of-bounds read in elf note headers.
Signe... | | |
Peter Korsgaard | 4900b2c63b3 | docs/manual/resources.txt: fix patchwork link
The patchwork website needs the trailing slash, otherwise it returns a... | | |
Peter Korsgaard | 34cfa3fc36a | doc/news.html: fix html tag closing
From the recent dev days meeting report addition.
Signed-off-by: Peter Korsgaar... | | |
Thomas Petazzoni | 5ad4ac08327 | python3: don't use wcsftime() on uClibc
As investigated in bug #7646, wcsftime() doesn't work properly with
uClibc. ... | | |
Peter Korsgaard | ffeaa18bdf1 | docs/news.html: add link to report from ELCE developers days
And annonce the next one as well.
Signed-off-by: Peter... | | |
Peter Korsgaard | 5f8cab63250 | docs/news.html: add 2014.11-rc1 announcement link
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Gustavo Zacarias | 98c1930e744 | ruby: security bump to version 2.1.5
Fixes:
CVE-2014-8090 - Another Denial Of Service XML Expansion.
Signed-off-by:... | | |
Gustavo Zacarias | 2689ffbd3dc | wireshark: security bump to version 1.12.2
Fixes:
CVE-2014-8710 - SigComp UDVM buffer overflow.
CVE-2014-8711 - AMQP... | | |
Gustavo Zacarias | b79587b8254 | libmemcached: disable sanitizer
The tests are flawed and we don't generally enable a dozen hardening
CFLAGS automati... | | |
Peter Korsgaard | 91f9a3ac1f2 | qt5base: unconditionally install network, sql, xml and test modules to target
The qt5 build system currently uncondi... | | |
Peter Korsgaard | e07c705e699 | qt5base: unconditionally install Qt5printSupport if widgets are enabled
The qt5 build system currently unconditional... | | |
Thomas Petazzoni | 54f3f58b2b8 | schifra: mark as broken
There are many build failures caused by schifra, due to upstream
changing the tarball withou... | | |
Peter Korsgaard | 74128856f4f | Update for 2014.11-rc1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Peter Korsgaard | 6896e82933f | CHANGES: update with recent changes
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Jörg Krause | 1127b3a2ca9 | package/shairport-sync: fix avahi dependency
shairport-sync uses mDNS to pubish its service. This task is implemente... | | |
Gustavo Zacarias | 70374616dc5 | bmon: uclinux is also linux
Fixes:
http://autobuild.buildroot.net/results/4d0/4d0c3c8b68b37f532378f19041379cb5c57989... | | |
Gustavo Zacarias | 2bf59285032 | libmemcached: disable libmudflapth support
We're not handling it (copying it) for external toolchains and it's
causi... | | |
Peter Korsgaard | 4c2d7589054 | CHANGES: update with recent changes
The description of important changes still needs to be added.
Signed-off-by: Pe... | | |
André Erdmann | 5f617ffa175 | sysv init scripts: fix == bashism
test a == b is not available in e.g. dash.
Command(s) used for editing:
q=\[\"... | | |
Thomas Petazzoni | 7541ec8127d | configs/apf9328: bump to a modern kernel
Since the apf9238 support is in the mainline kernel, we can bump to
kernel ... | | |
Thomas Petazzoni | ef83e9d978c | configs/apf9328: use default gcc version
The gcc 4.4 version has been deprecated recently, so we cannot use it
anymo... | | |
Thomas Petazzoni | 7354f59cae0 | configs/apf9328: don't use sstrip
There is no reason in a defconfig to select sstrip specifically, so
let's get rid ... | | |
Baruch Siach | da1a445d419 | tcpdump: fix static build
Commit 746116d1eb2e (tcpdump: use libpcap shared library) broke static build
of tcpdump, b... | | |
Gustavo Zacarias | 22b0c44eb6b | aircrack-ng: security bump to version 1.2-rc1
Fixes:
CVE-2014-8321 - gps_tracer stack overflow
CVE-2014-8322 - tcp_t... | | |
Gustavo Zacarias | 4cefe929fa2 | zeromq: security bump to version 4.0.5
Fixes:
CVE-2014-7202 - stream_engine.cpp in libzmq (aka ZeroMQ/C++)) 4.0.5
be... | | |
Yann E. MORIN | f26ffd7afdb | docs/manual: cleanup github helper docs
Explicitly state that the github helper should not be used when there is
a r... | | |
Vicente Olivert Riera | 48fe1441116 | alsa-utils: fix linking with intl
alsa-utils needs to link with intl if the toolchain needs gettext and
locale is se... | | |
Fabio Porcedda | e712638b4ad | nodejs: disable ssl2 and ssl3 when openssl is not built
The nodejs version 0.10.33 is compiled with SSLv2 and SSLv3 ... | | |
Thomas Petazzoni | b1dab16d40e | util-linux: re-enable libmount and binaries on Microblaze
In commit 442aa88f95d6c4a921aa3d4de91f54d50bd0cd35 ("util-... | | |
Gustavo Zacarias | 528c48626f8 | mpd: bump to version 0.19.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard... | | |
Thomas Petazzoni | 28bca1cef50 | toolchain-external: update Linaro toolchains
Bump the ARM, ARMeb and AArch64 Linaro toolchains from 14.08 to
14.09. ... | | |
Alexey Brodkin | 59ad1942772 | rt-tests: bump version to 0.89
With this change we're moving to the latest version of rt-tests.
Existing patches we... | | |
Alexey Brodkin | 764ce21cd26 | rt-tests: switch site from Debian snapshot to Linux's git
Origin of "rt-tests" is:
git://git.kernel.org/pub/scm/linu... | | |
Alexey Brodkin | 94d5d3d90d8 | rt-tests: rename patch to the new convention
As a preparation to the introduction of an additional patch to rt-tests... | | |
Vicente Olivert Riera | 60a94314cfe | libgtk3: bump version to 3.14.5
- Bump version to 3.14.5
- Add a hash file
- Add a new patch to fix a regression
Si... | | |
Vicente Olivert Riera | 2e6ace7d12b | libgtk3: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.... | | |
Gustavo Zacarias | af14211012a | pciutils: bump to version 3.3.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Peta... | | |
Gustavo Zacarias | d18ed6b5a1a | wireless-regdb: bump to version 2014.11.07
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Y... | | |
Gustavo Zacarias | 654678ee746 | dhcp: fix bad --enable/disable-debug logic
It interprets disable as enable and wreaks havoc since it changes the
beh... | | |
Alexey Brodkin | 143fe5b443d | rt-tests: allow building subset of tests with non-NPTL toolchains
Some architectures are still stuck with non-NPTL t... | | |
Gustavo Zacarias | caf2b2ba6b1 | gnutls: security bump to version 3.2.20
Fixes:
CVE-2014-8564 / GNUTLS-SA-2014-5 - Sean Burford reported that the
enc... | | |
Vicente Olivert Riera | 7b640487366 | connman: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.... | | |
Vicente Olivert Riera | 8fc293d8213 | connman: disable for static builds
It needs dlopen(), otherwise it will fail at the configure phase with a
message l... | | |
Bernd Kuhls | 31bfff09a95 | package/ffmpeg: Sync with upstream to fix fminf-related build error
- upstream fixed the fminf build error, use the ... | | |
Thomas Petazzoni | 06d310e7a17 | quota: fix static linking
The aim of this patch is to fix bug #7574, i.e fix the static linking
of the quota package... | | |
Thomas Petazzoni | ff48f5ae44e | quota: remove dependency on util-linux
The dependency on util-linux is only present in Config.in, and not in
quota.m... | | |
Thomas Petazzoni | 0051046b4d7 | quota: rename patch to the new convention
As a preparation to the introduction of an additional patch to quota,
let'... | | |
Peter Korsgaard | 44f89c38dc7 | libv4l: fix utilities build with older glibc versions
Fixes:
http://autobuild.buildroot.net/results/9af/9af37fbf344b... | | |
Baruch Siach | a95e98c0d40 | Config.in.legacy: fix typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@kor... | | |
Peter Korsgaard | a52bad854fc | Config.in.legacy: add legacy handling for the recently removed BR2_x86_generic option
Buildroot automatically falls ... | | |
Davide Viti | b2f8c60e847 | mongoose: bump to version 5.5
- examples/server was renamed examples/web_server
- patch was submitted and included ... | | |
Bernd Kuhls | c5278753c20 | package/dovecot: Adjust LIBDOVECOT in dovecot-config to STAGING_DIR
Fixes
http://autobuild.buildroot.net/results/3e6... | | |
Bernd Kuhls | 7d5af94c81e | package/dovecot: Fix build error in SQLite module
Patch occured with "make dovecot" using this defconfig:
http://aut... | | |
Peter Korsgaard | abfc6387316 | collectd: drop memcachec from disable list
As it is explicitly handled below. No functional change, but cleaner this... | | |
Jörg Krause | d9dfa28d033 | package/libupnpp: bump to version 0.8.6
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Peter Korsgaar... | | |
Jörg Krause | 130ca7d0c4b | package/upmpdcli: bump to version 0.8.6
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Peter Korsgaar... | | |
Maxime Hadjinlian | ba82e50f8d7 | makedevs: Rework README
Make all the example as a space separated list.
The definition of the different type was mod... | | |
Maxime Hadjinlian | dd44b943129 | package/*/*.mk: Fix indent
Fix indent for LIBFOO_USERS and LIBFOO_PERMISSIONS as per the manual example.
Signed-of... | | |
Maxime Hadjinlian | fdff90929f0 | lttng-tools: bump version
The previous releases was removed from their servers has they did a
releases from a wrong ... | | |
Maxime Hadjinlian | 45ebebea880 | lttng-babeltrace: Bump version
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter K... | | |
Vicente Olivert Riera | 1034d9f0d8e | opencv: superres - Fix return value VideoFrameSource_GPU
superres module fails to compile with the following error m... | | |
Vicente Olivert Riera | 204f343a6a7 | opencv: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.c... | | |
Bernd Kuhls | 32992aea5b6 | package/clamav: add hash
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@... | | |
Yegor Yefremov | 104f2ed2d22 | python-netifaces: bump to 0.10.4
Change download location and remove obsolete patch.
Signed-off-by: Yegor Yefremov ... | | |
Vicente Olivert Riera | 79d390aa0a1 | libiscsi: only build the test tool and ld-iscsi if we have shared libs
Backporting an upstream patch to fix a failur... | | |
Vicente Olivert Riera | a1f4227d96a | libiscsi: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec... | | |
Peter Seiderer | 13cc37f1657 | tcl: add hash file
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard... | | |
Peter Seiderer | b067c62672b | tcl: update package disabling
Update package disabling (removing pkgs subdirectories) after
latest tcl version updat... | | |
Bernd Kuhls | 1334d033ab2 | package/mesa3d: bump to 10.3.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <... | | |
Bernd Kuhls | 4da0c4e0f2f | package/cramfs: Needs zlib
cramfs.mk contains
CRAMFS_DEPENDENCIES = zlib
but this dependency was missing in Config... | | |
Gustavo Zacarias | 124edd4d5f4 | vim: install vi symlink
Install a 'vi' symlink to win over busybox vi (more features) and in
case busybox isn't arou... | | |
Gustavo Zacarias | 8133fd80086 | arptables: re-enable for static
Add a small patch to re-enable arptables for static builds.
The dlfcn.h is a stray i... | | |
Yann E. MORIN | 78c0bbacdf0 | package/qemu: fix specifying custom target sub-set
The logic was wrong.
Even though it was working for previous ver... | | |
Peter Korsgaard | a8a242179a4 | arptables: needs dynamic linking support for dlopen()
Fixes:
http://autobuild.buildroot.net/results/b96/b9642befef82... | | |
Peter Korsgaard | 80e40609089 | arch/Config.in.x86: drop BR2_x86_generic
The fuzzy generic x86 variant doesn't make much sense in the context of
Bui... | | |
Gustavo Zacarias | e97171db813 | bash: switch to release tarball
Yay!
The release tarball allows us to drop sizable in-tree patches, so switch
to it.... | | |
Vicente Olivert Riera | fc902d92d7d | systemd: Properly define the __NR_memfd_create macro for MIPS
This is an upstream patch which has been applied to th... | | |
Vicente Olivert Riera | 3a2218866d1 | systemd: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.... | | |
Gustavo Zacarias | de903755d79 | grep: fix build failure for musl
musl doesn't implement re_match and friends and grep fails to
detect this properly,... | | |
Gustavo Zacarias | ef5c3f4e89c | coreutils: fix build failure for musl
musl doesn't implement re_match and friends and coreutils fails to
detect this... | | |
Karoly Kasza | d402daaeaef | ffmpeg: typo fix
Add missing bracket.
Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Peter Korsgaard... | | |
Peter Korsgaard | fc90517b55b | gdk-pixbuf: host variant needs pkgconfig and libglib2 just like target variant
Fixes:
http://autobuild.buildroot.ne... | | |
Vicente Olivert Riera | 9406d4dc02b | elfutils: disable for static builds
Even when doing static builds, a shared library is built. This causes a
build fa... | | |
Gustavo Zacarias | c092462f9f8 | btrfs-progs: bump to version 3.17.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente O... | | |
Gustavo Zacarias | 4631ae3105f | iproute2: bump to version 3.17.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Oliv... | | |
Gustavo Zacarias | 51f5f8a1657 | pwgen: bump to version 2.07
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert R... | | |
Thomas Petazzoni | bc48f2312e5 | arch: remove the BR2_GCC_TARGET_TUNE option
The BR2_GCC_TARGET_TUNE option is now unused, so we can get rid of it.
... | | |
Thomas Petazzoni | 5715d2dcf48 | toolchain-external: do not use BR2_GCC_TARGET_TUNE anymore
Since the BR2_GCC_TARGET_TUNE value is always empty now, ... | | |
Thomas Petazzoni | c0b2c5985aa | gcc: do not use BR2_GCC_TARGET_TUNE anymore
Since the BR2_GCC_TARGET_TUNE value is always empty now, there is no
lon... | | |
Thomas Petazzoni | db5e6d6c14e | arch/m68k: get rid of BR2_GCC_TARGET_TUNE
On m68k, we are passing the exact same values of BR2_GCC_TARGET_ARCH
and B... | | |
Thomas Petazzoni | 75418c4cf67 | arch/powerpc: get rid of BR2_GCC_TARGET_TUNE
According to the gcc documentation for PowerPC options:
'-mtune=CPU_TY... | | |
Thomas Petazzoni | a5023c5204a | arch/sparc: get rid of BR2_GCC_TARGET_TUNE
On SPARC, BR2_GCC_TARGET_TUNE was only used for one specific case, the
BR... | | |
Thomas Petazzoni | 6bec1d5191a | arch/x86: get rid of BR2_GCC_TARGET_TUNE
According to the gcc documentation, -march implies -mtune on x86, so
defini... | | |
Thomas Petazzoni | ae2850b78c1 | ffmpeg: use arch and cpu instead of tune
ffmpeg currently uses BR2_GCC_TARGET_TUNE as the --cpu option
value. Howeve... | | |
Thomas Petazzoni | fd828fd98fe | arch/arm: remove BR2_GCC_TARGET_ARCH definitions on ARM
On ARM, we were defining both the CPU type and the architect... | | |
Thomas Petazzoni | 24dfbe71e01 | arch/arm: do not distinguish revisions of ARM1136JF-S
In commit 88cf3bb91792c9c04586e14f293d89a6e0c13e1d
("arch/Conf... | | |
Thomas Petazzoni | 04a586ecb31 | dhcpcd: do not pass --target option
dhcpcd is using $(BR2_GCC_TARGET_ARCH) as the value of its --target
option. Howe... | | |
Thomas Petazzoni | 29f680644ac | toolchain-external: use BR2_ARM_CPU_ARM* options
Refactor the toolchain-external Config.in file to use the
BR2_ARM_C... | | |
Thomas Petazzoni | d6a865bd52f | libnspr: use the BR2_ARM_CPU_ARMV7A option
The libnspr --enable-thumb2 option was only enabled on Cortex-A8 and
Cort... | | |
Thomas Petazzoni | fe417778514 | x264: use the BR2_ARM_CPU_ARMV7A option
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed... | | |
Thomas Petazzoni | 56ea6a13918 | valgrind: use the BR2_ARM_CPU_ARM* options
Instead of using the exhaustive list of Cortex-A ARM cores, use
BR2_ARM_C... | | |
Thomas Petazzoni | 4fcba753836 | webkit: use BR2_ARM_CPU_ARM* options
The webkit package is not available on ARM < v5, so this commit
switches to usi... | | |
Thomas Petazzoni | 352bb926950 | vo-aacenc: use the BR2_ARM_CPU_ARM* options
The vo-aacenc package has an option to enable ARMv5 optimizations. It
wa... | | |
Thomas Petazzoni | e4d04e539e7 | speex: use BR2_ARM_CPU_ARM* options
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off... | | |
Thomas Petazzoni | 05c06b758a5 | qt5: use the BR2_ARM_CPU_ARM* options
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-o... | | |
Thomas Petazzoni | 8c760a7f6af | nodejs: use BR2_ARM_CPU_ARM* options
Adjust the nodejs Config.in dependencies to use the per ARM
architecture BR2_AR... | | |
Thomas Petazzoni | 461f08072f0 | nettle: use the BR2_ARM_CPU_ARM* options
Adjust the nettle package to use the BR2_ARM_CPU_ARM* option to
disable the... | | |
Thomas Petazzoni | a5ca78d8422 | libplayer: use BR2_ARM_CPU_ARM* option
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-... | | |
Peter Korsgaard | 010faa988a6 | mplayer: also hide toolchain comment on ARMv4
Like we do for the other arch dependencies.
Signed-off-by: Peter Kors... | | |
Peter Korsgaard | 78b1a3b4e54 | mplayer: allow usage of ARMv6 optimizations on ARMv7 platforms
Similar to what we do for ffmpeg/gst-ffmpeg/gst1-liba... | | |
Thomas Petazzoni | 6cf975c2fa0 | mplayer: use BR2_ARM_CPU_ARM* options
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-o... | | |
Thomas Petazzoni | f284e4b8b58 | gst1-libav: allow usage of ARMv6 optimizations on ARMv7 platforms
Contrary to the ffmpeg package, the gst1-libav pac... | | |
Thomas Petazzoni | 2cb7b9fe1e2 | gst1-libav: use the new BR2_ARM_CPU_ARM* options
Instead of using the Config.in options for each individual ARM core... | | |
Vicente Olivert Riera | 8918cc50cb1 | webkit: Add --enable-dependency-tracking to the configure options
--disable-dependency-tracking was added globally t... | | |
Gustavo Zacarias | fd890e76ab8 | linux-headers: bump 3.{12, 2}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Pete... | | |
Fabio Porcedda | efeba86bf31 | barebox: bump to version 2014.11.0
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Reviewed-by: Vicente Oli... | | |
Gustavo Zacarias | a098184a7d8 | stunnel: bump to version 5.07
Also enable optional systemd support.
[Peter: fixup announcement url in .hash as poin... | | |
Gustavo Zacarias | c30e017a1a6 | libcurl: security bump to version 7.39.0
Fixes:
CVE-2014-3707 - libcurl's function curl_easy_duphandle() has a bug t... | | |
Peter Korsgaard | 395c88051ef | subversion: ensure --disable-debug doesn't mangle CFLAGS
Fixes:
http://autobuild.buildroot.net/results/fc6/fc69a19c6... | | |
Eric Le Bihan | 704c540203d | adwaita-icon-theme: depends on host-libgtk3
The adwaita icon theme can only be selected with libgtk3 and depends on
... | | |
Gustavo Zacarias | fa1110a7e92 | mpd: bump to version 0.19.2
Patch now upstream.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-of... | | |
Peter Korsgaard | 1d221071cfb | lttng-tools: update hash
Fixes:
http://autobuild.buildroot.net/results/4c0/4c0f8583986d72fbc879d21bef65246bc9b4a732/... | | |
Thomas Petazzoni | 79d4063d78a | qextserialport: allow building with Qt5
qextserialport builds fine with both Qt4 and Qt5, so this commit
enables it ... | | |
Thomas Petazzoni | b8eaeaec8cf | qjson: allow building with Qt5
Since commit 18714011b231fc326c96782134fbea778ab6a94d ("qjson: bump
version"), qjson ... | | |
Thomas Petazzoni | ff8c746aba0 | qt5: expose a QT5_QMAKE variable for other Qt5 packages
Much like package/qt/qt.mk exposes a QT_QMAKE variable that ... | | |
Thomas Petazzoni | 699d1e75cfa | package: prepare to support modules that work with Qt or Qt5
Currently, all the Qt external modules (qtuio, qjson, e... | | |
Peter Korsgaard | 1e5b076fe36 | qt5: select qt5base
qt5base is (as the name hints) the basics of anything related to qt5, so
enabling qt5 without en... | | |
Peter Korsgaard | 45fe0d3b469 | qemu: needs IPv6
Fixes http://autobuild.buildroot.net/results/f53/f53d4d47a6b65c40c1b122dfad61d9164e533bf0/
Actuall... | | |
Peter Korsgaard | 1d21e4c397c | qemu: fix build when python3 is enabled
Fixes:
http://autobuild.buildroot.net/results/04e/04ec455e352319a46dc06def17... | | |
Peter Korsgaard | ee817f63aa8 | avahi: fix libgtk3 build issue by patching Makefile.in instead of Makefile.am
Fixes:
http://autobuild.buildroot.net/... | | |
Peter Korsgaard | 6d5310409f0 | orc: disable for uclinux
Fixes http://autobuild.buildroot.net/results/445/4456e49a6c33a80570b4f59ec9799a8d4a314af1/
... | | |
Peter Korsgaard | 037a5d3655a | libwebsockets: needs host-openssl when built with openssl support
Fixes
http://autobuild.buildroot.net/results/d01/d... | | |
Peter Korsgaard | 93951c8f24f | host-openssl: use correct prefix so libssl / libcrypto can be found
Fixes (root cause of):
http://autobuild.buildroo... | | |
Maxime Hadjinlian | d230e7dbb4e | dbus: Remove DBUS_USERS duplicate
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Pete... | | |
Maxime Hadjinlian | 08fa6ff5bd4 | targetcli-fb: bump version
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsg... | | |
Bernd Kuhls | 649907cd6ab | package/ffmpeg: bump version to 2.4.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Kors... | | |
Bernd Kuhls | 2c1bfb4efad | package/dovecot-pigeonhole: bump version to 0.4.6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by... | | |
Next → |