Gustavo Zacarias | a31a66802a7 | freetype: security bump to version 2.5.3
Fixes CVE-2014-2240.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com... | | |
Jerzy Grzegorek | 938f7a4f740 | smack: fix _VERSION and _SITE variable
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by:... | | |
Gustavo Zacarias | d20fdb8b305 | acpid: bump to version 2.0.22
Switch to upstream sourceforge page/download.
Signed-off-by: Gustavo Zacarias <gustav... | | |
Yann E. MORIN | 78369e3a773 | package/linux-firmware: install missing symlink-target files
AS reported by ovf on IRC, some of the firmwares we ins... | | |
Yann E. MORIN | 82d685d3393 | package/linux-firmware: fix typo in variable name
Remove a trailing _ leftover from: c0d82bd3 (package/linux-firmwar... | | |
Eric Le Bihan | bf4d3ebf286 | sunxi-mali: add missing GLchar definitions.
The GLES and GLES2 header files provided by sunxi-mali do not define the... | | |
Romain Naour | 6ef45ec1422 | libdrm: needs threads
libdrm select libpthread-stubs that needs threads support.
Fixes:
http://autobuild.buildroot.... | | |
Fatih Aşıcı | 467122e64a5 | qt5base: fix no-opengl build with egl
Fixes:
http://autobuild.buildroot.net/results/8ed/8eddd934bd80fdbcdf7a9dbf5... | | |
Thomas Petazzoni | 8104fd72ed6 | mysql: disable maintainer mode
The maintainer mode enables additional gcc warnings, including
-Werror, which causes ... | | |
Eric Le Bihan | b019490adf5 | system: add ability to pass additional users tables.
A new entry has been added to the "System Configuration" menu t... | | |
Eric Le Bihan | 773ee9797ad | smack: new package.
SMACK stands for Simplified Mandatory Access Control Kernel. It is a Linux
Security Module which... | | |
Eric Le Bihan | 57155c6b6a7 | libcap: add menu entry to install tools.
libcap provides a set of tools to manipulate capabilities, among which
`set... | | |
Peter Seiderer | 04e6fe28912 | postgresql: bump version to 9.3.4
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni ... | | |
Peter Seiderer | 85dc7d01c15 | postgresql: change readline and zlib to be real optional selections
Signed-off-by: Peter Seiderer <ps.report@gmx.net... | | |
Samuel Martin | cb39b46f600 | util-linux: fix chfn/chsh missing dependencies
chfn/chsh utilities need linux-pam.
Fixes:
http://autobuild.buildr... | | |
Thomas Petazzoni | e3de3ae58e8 | mplayer: fix ARM floating point related build failures
This commit fixes two separate, but related build failures:
... | | |
Thomas Petazzoni | 95264cc0ca8 | util-linux: do not install bash completion files
In most embedded systems, there is not much point in installing bas... | | |
Daniel Nyström | 42ec5e049af | e2tools: new package
E2tools is a simple set of GPL'ed utilities to read, write, and
manipulate files in an ext2/ext... | | |
Thomas Petazzoni | dc4d0e2f5cc | vo-aacenc: pass -marm to build non-Thumb2 compatible assembly
vo-aacenc has some hand-written assembly that cannot b... | | |
Brian Beattie | eb5e8d6ee2e | sunxi-tools: bump version
Signed-off-by: Brian Beattie <beattie@beattie-home.net>
Signed-off-by: Thomas Petazzoni <t... | | |
Brian Beattie | c5090657f61 | sunxi-boards: bump version
Signed-off-by: Brian Beattie <beattie@beattie-home.net>
Signed-off-by: Thomas Petazzoni <... | | |
Thomas Petazzoni | c946a78996c | libstrophe: fix detection of libxml2
This commit adds a patch to libstrophe to fix a typo that prevented a
proper de... | | |
Thomas Petazzoni | 5035af0cbb6 | jack2: needs C++ support
Fixes:
http://autobuild.buildroot.org/results/ede/ede17f2fdb9b5cd4b974ef820d95b0eba863c4... | | |
Thomas Petazzoni | f9db7e6865e | cppcms: does not build on static library only, needs dlopen()
Fixes:
http://autobuild.buildroot.org/results/5ee/5... | | |
Thomas Petazzoni | f565796fbb2 | Revert "host-nodejs: use g++ as linker"
This reverts commit ea737fb100785b3b5756dad320db04062261fd04, which in
the e... | | |
Thomas Petazzoni | dd5e620ac82 | pkg-utils: introduce a make-based LOWERCASE function
Until now, our UPPERCASE function was implemented purely in mak... | | |
Peter Seiderer | ad2e796df3b | postgresql: new package
Based on suggested new package by Marco Trapanese ([1]).
[1] http://lists.busybox.net/piper... | | |
Ivan Sergeev | d4f4e01ace9 | python: fix readline extension compilation with readline 6.3
Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>... | | |
Thomas Petazzoni | 286ee8001c0 | python3: do not rely only on LIBRARY_PATH for old compilers
The cross-compilation improvements integrated in Python ... | | |
Thomas Petazzoni | 616dd6245be | python: do not rely only on LIBRARY_PATH for old compilers
The cross-compilation improvements integrated in Python r... | | |
Will Wagner | 6b1ca27b1a5 | yaffs2: new filesystem type
[Thomas: remove BR2_TARGET_ROOTFS_YAFFS_PATH option, rename to yaffs2
instead of yaffs.]... | | |
Will Wagner | f27831ae132 | yaffs2utils: new package
[Thomas: remove target variant of the package, use labelled version
0.2.9 instead of latest... | | |
Dima Zavin | 1f9a0b38159 | grub2: add a configuration option to embed a config file
Add an option for embedding a config file directly in grub.... | | |
Fabio Porcedda | 1990e79f143 | Makefile: target-generatelocales: add toolchain dependency
The target depends on the toolchain so add it as a depend... | | |
Fabio Porcedda | d174c6f8b6e | Makefile: toolchain-eclipse-register: add toolchain dependency
The "toolchain-eclipse-register" target needs the too... | | |
Samuel Martin | 7105008a7f9 | gst1-plugins-bad: fix missing dependency for opencv plugin
Gstreamer1 opencv plugin requires opencv's contrib module... | | |
Samuel Martin | fb80d283412 | nodejs: add a patch forcing link command to use CXX
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-b... | | |
Samuel Martin | 8b62ac17434 | nodejs: add sequence number to the patch filenames
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by... | | |
Thomas Petazzoni | ac7f60d8726 | syslinux: remove host variant
The host variant of syslinux wasn't exposed anywhere, so the only way
to use it was to... | | |
Frank Hunleth | 8e0d4118982 | syslinux: install helper programs to the host
Even though syslinux is built for the target, it does create helper
pr... | | |
Yann E. MORIN | 38b81eb1725 | support: properly check bash is available
The current check is broken, as it only checks if the user's login
shell i... | | |
Thomas Petazzoni | a0df19d2e5e | linux-headers: remove obsolete Config.in help paragraph
In commit 971e331c54e08e82b4ed28a4eca8305933fa1cb0
('package... | | |
Baruch Siach | cbe4b0a71fd | jansson: needs math library
libjansson.so doesn't list libm in its NEEDED header. Fixes the following
nftables confi... | | |
Baruch Siach | 783c8f5acb1 | mesa3d: needs NPTL threading
Strictly speaking, linuxthreads (new) should be enough, since it includes
pthread_barri... | | |
Paul Cercueil | 5bbe82c4ff4 | util-linux: Add config switches for some more binaries
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-of... | | |
Yann E. MORIN | 384d601d4ea | package/mesa3d: always enable openGL
Currently, we only pass --enable-opengl is at least one DRI driver is
enabled, ... | | |
Francois Perrad | 0c6b1c24d16 | luacrypto: luarocks conversion
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petaz... | | |
Francois Perrad | 54b6cd11341 | luafilesystem: bump rockspec revision
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thoma... | | |
Francois Perrad | 7bfb9f207be | cgilua: bump rockspec revision
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petaz... | | |
Francois Perrad | afef09eab3e | wsapi: bump to version 1.6.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzo... | | |
Francois Perrad | 90c72d8e817 | orbit: bump to version 2.2.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzo... | | |
Francois Perrad | e1356cf7d4c | luajson: bump to version 1.3.3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petaz... | | |
Francois Perrad | c31b5be362e | coxpcall: bump to version 1.15.0
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Pet... | | |
Francois Perrad | d7ab6c28212 | cosmo: bump to version 14.03.04
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Peta... | | |
Yann E. MORIN | 994fcc4a2b0 | graphs: store and keep intermediate 'dot' program for graph-depends
Currently, graph-depends (and PKG-graph-depends)... | | |
Hadrien Boutteville | 8709cb950c5 | libuci: remove MMU dependency with Lua binding
The Lua binding option of libuci doesn't need the MMU.
Signed-off-by... | | |
Davide Viti | ebff54e5108 | qhull: new package
Signed-off-by: Davide Viti <d.viti@infosolution.it>
Signed-off-by: Thomas Petazzoni <thomas.petaz... | | |
Davide Viti | 57a283acba3 | apr: add missing comment about needed dynamic library support
Signed-off-by: Davide Viti <d.viti@infosolution.it>
Si... | | |
Romain Naour | bc377429dee | lttng-libust: add python as optional dependency
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by... | | |
Romain Naour | c3d4382dba3 | lttng-tools: bump version to 2.4.1
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Peta... | | |
Romain Naour | 1068b673752 | lttng-modules: bump version to 2.4.1
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Pe... | | |
Romain Naour | a478fcd423d | lttng-libust: bump version to 2.4.1
fixes:
http://autobuild.buildroot.net/results/a6f/a6f5550cc63260126cb66a954af60f... | | |
Romain Naour | 7e0b264d072 | liburcu: bump version to 0.8.4
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzon... | | |
Yann E. MORIN | dd612131140 | sdl: disable x11 in host-sdl
We do not need an X11-capable host SDL, so just disable X11 support.
This currently wo... | | |
Bernd Kuhls | 3b70b626185 | xapp_xwd: Add missing dependency xlib_libxkbfile
Fixes http://autobuild.buildroot.net/results/12b/12b7894a4f67d963ea... | | |
Gustavo Zacarias | 126d5b5bb84 | nmap: make ndiff conditional on python2
ndiff only works when target python2 is available, so disable it
completely ... | | |
Fatih Aşıcı | 7a3861f23f8 | qt5base: Remove feature test for posix_fallocate in sqlite code
It's already checked by the build system more accura... | | |
Thomas Petazzoni | 40988f82426 | squashfs: do not build on !MMU systems
Fixes:
http://autobuild.buildroot.org/results/273/2738934fc23219a33fe1e07b... | | |
Thomas Petazzoni | 53e5b44c153 | openpgm: requires compiler intrinsics not available with Blackfin ADI toolchains
Fixes:
http://autobuild.buildroo... | | |
Thomas Petazzoni | e7a31657938 | zmqpp: exclude old Sourcery PowerPC toolchains that don't have C++0x
zmqpp needs some fairly advanced C++0x features... | | |
Thomas Petazzoni | 656cdc367e6 | dmalloc: disable on Microblaze with debugging symbols
There is a Microblaze compiler issue when debugging symbols ar... | | |
Arnout Vandecappelle | 6f9fbfdd7ff | libtool: use a different way to avoid autoreconfiguration
In 4268d39, a patch was added to update libtool.m4 for MIP... | | |
Yann E. MORIN | 9806bf5a9a2 | Makefile: rename USER_HOOKS_EXTRA_ENV to EXTRA_ENV
This variable contains extra environment variables that we can no... | | |
Bernd Kuhls | e49a0c656a1 | xapp_xdriinfo: depends on the virtual package libgl
Fixes http://autobuild.buildroot.net/results/90a/90a8226a8a2978e... | | |
Yann E. MORIN | b12f0a05907 | package/vlc: depends on the virtual package libgl
Currently, vlc depends on mesa3d to provide the openGL support.
W... | | |
Yann E. MORIN | ab1a236a076 | package/libevas: switch dependency from mesa3d to _HAS_LIBGL
We now have a virtual package that represents availabil... | | |
Yann E. MORIN | dbc989558c2 | package/mesa3d: with a DRI driver, is a full OpenGL provider
Make mesa3d a provider for full OpenGL, as soon as a DR... | | |
Yann E. MORIN | 3cc6f24ed76 | package/libgl: introduce as a new virtual package for full-openGL providers
Currently, only mesa3d is such a full-op... | | |
Yann E. MORIN | 6ef1e8735eb | package/xorg-server: do not force-select xf86driproto for mesa3d
This is already handled by mesa3d itself.
Signed-o... | | |
Yann E. MORIN | c0d7d1c5bb5 | package/mesa3d: only enable full OpenGL when a DRI driver is enabled
Full OpenGL is only provided when:
- a DRI dr... | | |
Yann E. MORIN | ca2176efaf7 | package/mesa3d: simplify the code enabling full-OpenGL
Currently, full-OpenGL is enabled by checking that at least o... | | |
Yann E. MORIN | dcec14b7f4c | package/mesa3d: add comment for when OpenGL EGL is not available
OpenGL EGL needs udev support, so add a comment sta... | | |
Yann E. MORIN | c65d7e55a6a | package/mesa3d: DRI drivers depend on X.org
It does not make sense to build DRI drivers without X.org.
Signed-off-b... | | |
Yann E. MORIN | 7c4765f574f | package/mesa3d: re-arrange menu items
Make mesa3d a menuconfig, ie. a sub-menu on the boolean option.
Move drivers ... | | |
Yann E. MORIN | 50af49ed649 | package/x11-video-drivers: do not select, but depends on mesa3d
Currently, X.Org drivers that need mesa3d forcibly s... | | |
Yann E. MORIN | 0ecf3f78dd8 | package/xdriver_xf86-video-ati: only select libdrm if the DRI driver is enabled
The xf86 radeon driver does not need... | | |
Yann E. MORIN | 661139f9180 | package/libdrm: radeon does not depend on x86
Thomas reported that the libdrm-radeon dependency on x86 (32- or 64-bi... | | |
Alexey Brodkin | 39d4609226b | libglib2: fix compilation for aarch64 and arc
Copied from here - https://github.com/openembedded/oe-core/blob/master... | | |
Sven Neumann | 5416acb98cb | kexec: bump to version 2.0.6
Remove two patches which have been included upstream.
Signed-off-by: Sven Neumann <neu... | | |
Bernd Kuhls | 4e53d44976f | xbmc: Fix compile error with missing host-gettext
autoreconf -vif lib/cpluff
autoreconf: Entering directory `lib/cpl... | | |
Vicente Olivert Riera | c5e50dabf81 | qt5script: Check for QtGui before building the examples
Adding an upstream patch to fix an autobuild failure.
qsdbg... | | |
Jerzy Grzegorek | bbcf2806b96 | zeromq: bump to version 4.0.4
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas P... | | |
Jerzy Grzegorek | 1e44d90c7d0 | imagemagick: bump to version 6.8.9-0
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: T... | | |
Bernd Kuhls | 7e069112f18 | sqlite: version bump 3.8.4.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <t... | | |
Gustavo Zacarias | d01461f3365 | nftables: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <tho... | | |
Gustavo Zacarias | 97db0593633 | libnftnl: bump to version 1.0.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Peta... | | |
Thomas Petazzoni | 2b4b0ce9f2a | libsigsegv: not available on Microblaze
Fixes:
http://autobuild.buildroot.org/results/dd5/dd583e1c11bba814cd0f124... | | |
Yann E. MORIN | 7e2ba248c62 | package/mesa3d: fix improper dependency of blind option
Currently, the blind option BR2_PACKAGE_MESA3D_DRI_DRIVER de... | | |
Eric Le Bihan | 77d6e6ac2a7 | liblogging: enable systemd compatibility libs
If systemd is chosen as init system, liblogging will enable the
instal... | | |
Eric Le Bihan | 596b42f7d69 | systemd: add option to enable compatibility libs
Since systemd 209, some libraries have been merged into libsystemd.... | | |
Fabio Porcedda | 7d6e415cc91 | luajit: needs for 32bit archictectures a 32bit host gcc
For 32 bit archictectures the luajit package needs a host co... | | |
Fabio Porcedda | 5f70a007c8e | toolchain: add a hidden config option to enable the toolchain package
The usual way to enable a package using the pa... | | |
Bernd Kuhls | 690d8ff5bcf | host-libxml2: Prefer python2 when python3 is also installed
Fixes mesa3d build errors:
http://autobuild.buildroot.ne... | | |
Samuel Martin | 57eb048c302 | Makefile: add PATH to the USER_HOOKS_EXTRA_ENV
This can be useful for post-{build,image} scripts, in case some host-... | | |
Samuel Martin | aa0b88a0ca6 | pkg-cmake.mk: add PATH in the configure command environment
Because BR_PATH is not exported in the environment befor... | | |
Samuel Martin | b989976475e | infra: remove unused {TARGET, HOST}_PATH definition
Since the variables TARGET_PATH and HOST_PATH are not used anymo... | | |
Samuel Martin | 84455017408 | *.mk: replace (TARGET|HOST)_PATH by BR_PATH
Thanks to the 2 previous patches of the series, BR_PATH contains
all loc... | | |
Samuel Martin | c7d660b18e4 | Makefile: add $(HOST_DIR)/sbin to BR_PATH
Extend BR_PATH because a few host-packages install programs in this
locati... | | |
Samuel Martin | caa329bffda | Makefile: introduce BR_PATH
Since the HOST_PATH and TARGET_PATH variables almost contain the same
things, let's fact... | | |
Baruch Siach | f98721c2abb | mtd: fix build against recent uClibc 0.9.33
Commit fae7cc33a1 added a local rpmatch() implementation. However, the
r... | | |
Samuel Martin | ea737fb1007 | host-nodejs: use g++ as linker
Fixes:
http://autobuild.buildroot.net/results/f6b/f6b80ae32acf7f89bb1c12999679ff1be... | | |
Luca Ceresoli | e4d72729f81 | agent++: need dynamic library support
Required by SNMP++.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Sign... | | |
Luca Ceresoli | 15c5284d981 | snmp++: need dynamic library support
Fixes:
http://autobuild.buildroot.net/results/7b9/7b9ec11514219e5f315df0b3020... | | |
alex.bennee@linaro.org | 8986a221172 | package: add Boehm-Demers-Weiser gc library
This is needed for applications like Zile
[Thomas:
- use $(...) instea... | | |
Thomas Petazzoni | f4897a9eb3a | libatomic_ops: introduce a BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS hidden option
In preparation to the introduction of p... | | |
Samuel Martin | 537ec1c3c88 | host-python-pyrex: use the HOST_*_NEEDS_HOST_PYTHON infrastructure
python-pyrex does not support python3.
So, using... | | |
Samuel Martin | 40218a16526 | nodejs: force python interpreter
nodejs build system is based on python, and it does not support python3.
This patc... | | |
Samuel Martin | bde585518e3 | nodejs: use the standard configure/make options
Also cleanup leading whitespace.
Note that overloading LD in requir... | | |
Bernd Kuhls | 8813aa2f898 | xserver_xorg-server: Compile fix for mips64
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thom... | | |
Bernd Kuhls | deaab1032d5 | xserver_xorg-server: Bump version to 1.15.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thom... | | |
Bernd Kuhls | 9989d1f28eb | xproto_xproto: Bump version to 7.0.26
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Pet... | | |
Davide Viti | 5fefbceeb68 | flann: new package
[Thomas: changed license from BSD to BSD-3c, to be more specific.]
Signed-off-by: Davide Viti <z... | | |
Sagaert Johan | b782798c159 | jquery-mobile : new package
Since version 1.4 jquery-mobile includes the core-jquery.
No need for extra dependencies... | | |
Gustavo Zacarias | ba00621b71c | jquery-ui: switch to sources.buildroot.net
Switch to sources.buildroot.net cached zipfile.
Upstream changed the zipf... | | |
Gustavo Zacarias | f475b9fc8ee | libcurl: drop polarssl support
As of curl 7.36.0 it doesn't support polarssl < 1.3 any longer. Fixes:
http://autobui... | | |
Gustavo Zacarias | b5fa54ecf51 | openvpn: bump to version 2.3.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petaz... | | |
Gustavo Zacarias | 1bf512e9fff | flac: needs wchar
Fixes:
http://autobuild.buildroot.net/results/873/873a1b3551c5fe04fa477fd682ff91fecdd41606/
Signe... | | |
Vicente Olivert Riera | 66e41680868 | fdk-aac: Disable for MIPS I, II, III and IV
This package uses the 'msub' instruction which is available only in
mips... | | |
Samuel Martin | 9791ae2a490 | flite: new package
[Thomas: rewrap Config.in help text, and use proper format for wchar
comment according to the Bui... | | |
Bernd Kuhls | 0fcd010a2db | mutt: Add options for imap/pop3 support, enable optional iconv/OpenSSL support
[Thomas: keep a normal 'config' inste... | | |
Bernd Kuhls | dbd0244ff62 | mutt: Bump version to 1.5.23
removed upstream applied patch mutt-02-automake.patch
http://dev.mutt.org/trac/changese... | | |
Samuel Martin | c50e7439d91 | openpgm: make its build system python2/python3 friendly
This patch fixes build issue when python3 is enabled, and ho... | | |
Samuel Martin | bd67fdee792 | omniorb: force python interperter
Omniorb build-system requires python2 interpreter.
By default, it looks for pytho... | | |
Thomas Petazzoni | cd32da8f793 | toolchain-external: add Linaro ARM big endian toolchain
Linaro has started to release ARM big endian toolchains, so ... | | |
Thomas Petazzoni | 0d740d81955 | toolchain-external: bump Linaro AArch64 toolchains
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.... | | |
Thomas Petazzoni | 6283788656a | toolchain-external: remove useless info in help text of Linaro ARM toolchains
The information "To use this toolchain... | | |
Thomas Petazzoni | d2c54e603c7 | toolchain-external: bump Linaro ARM toolchains
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | | |
Yann E. MORIN | a89f14e0f1c | support/graphs: fix comparisons agains None
As Samuel said:
In Python, None is a singleton, and it is recommende... | | |
Baruch Siach | c6f86d593c6 | gd: bump to version 2.1.0
Drop obsolete/applied patches. Refresh the rest, and add sequence numbers.
Add a patch fi... | | |
Baruch Siach | b6e3ada833b | fswebcam: bump version to 20140113
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <... | | |
Baruch Siach | fd212ffebb2 | fswebcam: disable static build
fswebcam doesn't play nicely with static build as it doesn't track its
indirect depen... | | |
Ezequiel García | e48ef3f5227 | toolchain-external: Introduce kernel headers sanitization
The Nios-II Sourcery external toolchain (the only Nios-II ... | | |
Romain Naour | 51f5c91c095 | lttng-libust: Disable liblttng-ust-dl with uClibc.
According to uClibc commit [1], dlinfo is not available in recent... | | |
Thomas Petazzoni | f6bf71b7dfa | lttng-tools: mark as affected by gcc bug 58595
Fixes:
http://autobuild.buildroot.org/results/6a6/6a66a389035939af... | | |
Thomas Petazzoni | be4f30a4ffe | toolchain: add option to declare toolchains affected by gcc PR 58595
Signed-off-by: Thomas Petazzoni <thomas.petazzo... | | |
Thomas Petazzoni | 4285df4cdd3 | gcc: add fix for PR 58595 to gcc 4.7.3
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | | |
Thomas Petazzoni | f312bb16805 | gcc: add fix for PR 58595 to gcc 4.8.2
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | | |
Gustavo Zacarias | 88f1a664410 | linux: bump to version 3.14.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazz... | | |
Gustavo Zacarias | d91d988be80 | linux-headers: bump 3.{4, 10, 13, 14}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-... | | |
Yann E. MORIN | ef8b8d950f3 | graphs: make graphs with lots of packages nicer to look at
Some magic numbers obtained with trial-and-error and succ... | | |
Yann E. MORIN | ede3e5fec39 | support/graph-depends: don't show toolchain dependency for all packages
Al packages depend on 'toolchain'. Currently... | | |
Yann E. MORIN | bb068823abc | manual: document BR2_GRAPH_DEPTH
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thom... | | |
Yann E. MORIN | 12c5e68ea80 | support/graph-depends: add option to limit the depth of the graph
Currently, the complete dependency chain of a pack... | | |
Yann E. MORIN | 3d37950ec17 | support/graph-depends: use argparse to parse argv[]
Currently, we are using a crude, ad-hoc parsing of argv[].
This ... | | |
Yann E. MORIN | 22d05901c37 | Makefile: rename non-user-facing variable
Variables should be prefixed with BR_ when they are not user-facing.
As a... | | |
Yann E. MORIN | d48eb62608a | configs: bump raspberrypi_defconfig to use the latest stable kernel
Bump raspberrypi_defconfig to use the latest rev... | | |
Yann E. MORIN | be92f003ba9 | package/rpi-firmware: bump revision
Of utmost importance, this bump allows to overclock the RPi to even
higher frequ... | | |
Yann E. MORIN | 70fada81958 | package/rpi-userland: bump revision
Fixes and enhancements for:
- camera : preview, white balance, padding-removal... | | |
Vicente Olivert Riera | 34df9c717a0 | vlc: select libvorbis when opus is also selected
If BR2_PACKAGE_OPUS is selected then vlc will be built with support... | | |
Gustavo Zacarias | a65605d28d8 | iproute2: bump to version 3.14.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Pet... | | |
Gustavo Zacarias | 84a179166db | ruby: bump to 1.9.3-p545
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <... | | |
Baruch Siach | fae7cc33a11 | mtd: fix build against uClibc
Add a rpmatch() implementation when uClibc is missing one.
Fixes:
http://autobuild.bu... | | |
Baruch Siach | 054c162f84a | cppcms: needs threads
Fixes:
http://autobuild.buildroot.net/results/d61/d618de68c8a50a932e85bdefb23c40e86790dc6c/
S... | | |
alex.bennee@linaro.org | 515527a9bdb | libatomic_ops: mark as supporting aarch64
[Thomas: fix typo in the patch: BR2_aarch64 -> BR2_aarch64.]
Signed-off-b... | | |
Andrew Barnes | 924c9328d36 | rtai: install to staging
Building RTAI userspace applications requires having the RTAI headers
and libraries install... | | |
Thomas Petazzoni | 97fba4cd24d | python3: correctly fix PYTHON3_PATH
Commit 6251ccf03254f832c6e6ba0203ad46c18f217ca9 ('python3: fix the
value of PYTH... | | |
ANDY KENNEDY | 811ea79e3b6 | pciutils: allow installation of static library when BR2_PREFER_STATIC_LIB
[Thomas: rework according to Arnout commen... | | |
Cédric Chépied | d66f773aa7f | znc: new package
ported patch from Cédric Chépied:
http://patchwork.ozlabs.org/patch/306896/
[Thomas: added comment... | | |
Yann E. MORIN | 9f263e44741 | pacage/xbmc-addon-xvdr: new package
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <... | | |
Yann E. MORIN | b6fd7634679 | package/xbmc-pvr-addons: new package
[Thomas: fix minor typo in comments "his own files" -> "its own files"]
Signed... | | |
Luca Ceresoli | 8956779d5d2 | exim: use a more standard build-time configuration
Buildroot currently ships a very minimal build configuration file... | | |
Anton Kolesov | baf637df7c0 | linphone: arc: Undefine __arc__ when building for ARC processors
This patch is similar to 821a6d63. Libexosip2 defin... | | |
Thomas Petazzoni | 2fd2c71523c | rsh-redone: make rsh-redone.mk more Buildroot conventional
This commit slightly adjusts rsh-redone.mk to better matc... | | |
Thomas Petazzoni | ace1e420385 | rsh-redone: remove code related to rcp
While there is a rcp.c in the source tree, the Makefile does not have
a rule ... | | |
Andreas Ehmanns | b7e5163ea28 | rsh-redone: enable rshd and rlogind
[Thomas: add dependency on linux-pam for rshd and rlogind, adjust
commit message... | | |
Eric Le Bihan | 36ed6bec090 | mesa3d: fix khrplatform.h installation.
Mesa3D only installs khrplatform.h if EGL support is enabled, whereas
this h... | | |
Bernd Kuhls | 017f53d3658 | package/pkg-python.mk: Fix typo
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni... | | |
Bernd Kuhls | 2cdffa66bc9 | libdrm: version bump 2.4.53
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <th... | | |
Peter Korsgaard | 9f049a8a877 | kmod: python support works with python 3.x as well
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Peter Korsgaard | 231d1ec17eb | gst-fsl-plugins: fix typo in comment
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Maarten ter Huurne | 75d03d1bb9d | python-pygame: Make installation of examples optional
They take up 1.5 MB in the target file system.
Signed-Off-By:... | | |
Matt Weber | c8b281354c9 | pypcap: new package
Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@k... | | |
Matt Weber | d26482762ca | pyrex: new package
Pyrex is a language that allows you to mix python and C code in a
single .pyx description file. ... | | |
Gustavo Zacarias | e913527b94e | dnsmasq: bump to version 2.69
Now with DNSSEC support.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Si... | | |
Fabio Porcedda | 812647df0d1 | barebox: bump to version 2014.04.0
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Kor... | | |
Gustavo Zacarias | 230d1af54ec | flac: bump to version 1.3.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard... | | |
Peter Korsgaard | e4a021d63cd | kmod: bump version
And add optional support for the python bindings.
Signed-off-by: Peter Korsgaard <peter@korsgaar... | | |
Peter Korsgaard | 35df2e155cc | libfslcodec: needs a (e)glibc based toolchain
The package contains prebuilt binaries linked against glibc.
Signed-o... | | |
Next → |