buildroot.git
10 years agoutil-linux: add agetty->getty symlink
Gustavo Zacarias [Mon, 2 Dec 2013 10:49:26 +0000 (07:49 -0300)]
util-linux: add agetty->getty symlink

When busybox isn't installed symlink agetty->getty to make the default
inittab work.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoutil-linux: install PAM configuration files
Gustavo Zacarias [Thu, 28 Nov 2013 17:22:27 +0000 (14:22 -0300)]
util-linux: install PAM configuration files

Install PAM configuration files for su (with "su -" variant) and login
when the tools are enabled.
This finally fixes bug #5366 and now we can login with an util-linux
/bin/login.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux-pam: install default config
Gustavo Zacarias [Thu, 28 Nov 2013 17:22:26 +0000 (14:22 -0300)]
linux-pam: install default config

Install default "other" configuration file that denies everything not
handled by other specific configurations.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocoreutils: bump to version 8.21
Gustavo Zacarias [Mon, 2 Dec 2013 10:49:25 +0000 (07:49 -0300)]
coreutils: bump to version 8.21

Set PERL=missing so as to avoid generating manpages with help2man that breaks
on many occasions (and it's pointless).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocoreutils: belongs to system tools, not development
Gustavo Zacarias [Mon, 2 Dec 2013 10:49:24 +0000 (07:49 -0300)]
coreutils: belongs to system tools, not development

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibtasn1: fix botched makeinfo/missing logic
Gustavo Zacarias [Mon, 2 Dec 2013 12:22:57 +0000 (09:22 -0300)]
libtasn1: fix botched makeinfo/missing logic

The makeinfo/missing logic is botched leading to failures such as:
http://autobuild.buildroot.net/results/5f0/5f0e8f62be86b56813f5fc0510e83289ed2b0410/
Just disable documentation build the hard way.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotar: bump to version 1.27.1
Gustavo Zacarias [Mon, 2 Dec 2013 11:51:48 +0000 (08:51 -0300)]
tar: bump to version 1.27.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: add rtptools
Peter Korsgaard [Mon, 2 Dec 2013 12:11:31 +0000 (13:11 +0100)]
package: add rtptools

Notice that the license is quite special. It is basically MIT with the
difference that it only allows use for:

'research and educational purpose and without fee ... Use of this software
 in whole or in parts for direct commercial advantage requires explicit
 prior permission'

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibtasn1: bump to version 3.4
Gustavo Zacarias [Mon, 2 Dec 2013 10:39:41 +0000 (07:39 -0300)]
libtasn1: bump to version 3.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agognutls: bump to version 3.2.7
Gustavo Zacarias [Mon, 2 Dec 2013 10:39:40 +0000 (07:39 -0300)]
gnutls: bump to version 3.2.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibnl: bump to version 3.2.23
Gustavo Zacarias [Mon, 2 Dec 2013 10:38:56 +0000 (07:38 -0300)]
libnl: bump to version 3.2.23

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowireless-regdb: bump to version 2013.10.11
Gustavo Zacarias [Mon, 2 Dec 2013 10:38:55 +0000 (07:38 -0300)]
wireless-regdb: bump to version 2013.10.11

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosamba: bump to version 3.6.21
Gustavo Zacarias [Mon, 2 Dec 2013 10:38:25 +0000 (07:38 -0300)]
samba: bump to version 3.6.21

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolighttpd: apply security patches for lighttpd-1.4.33
Axel Lin [Mon, 2 Dec 2013 06:51:41 +0000 (14:51 +0800)]
lighttpd: apply security patches for lighttpd-1.4.33

Apply security patches for lighttpd-1.4.33.
Also rename these patches to follow buildroot's naming scheme.

lighttpd-03-fix_fam_use_after_free.patch:
http://download.lighttpd.net/lighttpd/security/lighttpd-1.4.33_fix_fam_use_after_free.patch

lighttpd-04-fix_setuid.patch:
http://download.lighttpd.net/lighttpd/security/lighttpd-1.4.33_fix_setuid.patch

lighttpd-05-fix_ssl_sni.patch:
http://download.lighttpd.net/lighttpd/security/lighttpd-1.4.33_fix_ssl_sni.patch

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoberkeleydb: bump to version 5.3.28
Axel Lin [Mon, 2 Dec 2013 03:11:02 +0000 (11:11 +0800)]
berkeleydb: bump to version 5.3.28

According to the information from oracle website, version 5.3.21 is no longer
available for download. Let's upgrade to version 5.3.28.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoeglibc: bump to version 2.18 SVN R23787
Gustavo Zacarias [Mon, 2 Dec 2013 00:29:55 +0000 (21:29 -0300)]
eglibc: bump to version 2.18 SVN R23787

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoiproute2: bump to version 3.12.0
Gustavo Zacarias [Mon, 2 Dec 2013 00:28:33 +0000 (21:28 -0300)]
iproute2: bump to version 3.12.0

* Add arpd support via the new berkeleydb compat option.
* Remove uninstall define.
* Install ifcfg if bash on the target is enabled.
* Misc cleanups.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoberkeleydb: add compat option
Gustavo Zacarias [Mon, 2 Dec 2013 00:29:15 +0000 (21:29 -0300)]
berkeleydb: add compat option

Add DB 1.85 compatibility layer option, it's needed for arpd in iproute2
and other old apps that haven't moved to the newer API.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibcurl: bump to version 7.33.0
Gustavo Zacarias [Mon, 2 Dec 2013 00:27:59 +0000 (21:27 -0300)]
libcurl: bump to version 7.33.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconfigs/qemu: bump relevant config versions
Gustavo Zacarias [Mon, 2 Dec 2013 00:26:58 +0000 (21:26 -0300)]
configs/qemu: bump relevant config versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux: bump to version 3.12.2
Gustavo Zacarias [Mon, 2 Dec 2013 00:26:57 +0000 (21:26 -0300)]
linux: bump to version 3.12.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux-headers: bump 3. {2, 4, 10, 11, 12}.x stable versions
Gustavo Zacarias [Mon, 2 Dec 2013 00:26:56 +0000 (21:26 -0300)]
linux-headers: bump 3. {2, 4, 10, 11, 12}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/tvheadend: bump version
Yann E. MORIN [Sun, 1 Dec 2013 22:36:07 +0000 (23:36 +0100)]
package/tvheadend: bump version

Misc fixes and improvements all over the place, mostly fixes.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/dvb-apps: bump version
Yann E. MORIN [Sun, 1 Dec 2013 22:36:06 +0000 (23:36 +0100)]
package/dvb-apps: bump version

Fixes for scanning DVBS, misc compiler warnings suppressed.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/rpi-userland: bump for misc fixes
Yann E. MORIN [Sun, 1 Dec 2013 22:36:05 +0000 (23:36 +0100)]
package/rpi-userland: bump for misc fixes

Fixes for:
  - video encoder I-Frames compliance )PPS and SPS headers)
  - bitrate (quantisation?)
  - unnecessary build of mmal components
  - segfault in multiple-files stream generation

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/rpi-firmware: bump for misc fixes and improvements
Yann E. MORIN [Sun, 1 Dec 2013 22:36:04 +0000 (23:36 +0100)]
package/rpi-firmware: bump for misc fixes and improvements

This fixes a few shortcomings in the boot firmware:
  - emmc pll clock issues
  - audio underruns and chirps
  - unload of sensor drivers (?)
  - missing config.txt no longer borks the boot
  - lockups during long exposures on the camera
  - YUV-to-texture fastpath for the camera

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: improve help text with detailed instructions to install grub
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:34 +0000 (17:47 +0100)]
grub: improve help text with detailed instructions to install grub

These instructions should probaby go in the Buildroot manual, but at
this point, it's not clear in which section they should go. So in
order to not loose those notes, add them to the Grub help text.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: add option to configure the list of supported filesystems
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:33 +0000 (17:47 +0100)]
grub: add option to configure the list of supported filesystems

Grub can be configured to enable or disable the filesystems supported
in the stage 2. In addition, there are filesystem specific stage
1.5. In order to save space and build time, we provide a new option
that allows to give a space-separated list of filesystems that Grub
should support.

We default to support FAT and ext2, since most of the other
filesystems are fairly unlikely to be used.

We use this option to:

 1) Pass --enable-<fs> or --disable-<fs>, which enables/disables the
    support of <fs> in Grub stage 2.

 2) Install only the stage 1.5 that correspond to the selected
    filesystems.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: adjust splashimage in menu.lst depending on configuration
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:32 +0000 (17:47 +0100)]
grub: adjust splashimage in menu.lst depending on configuration

Make the splashimage line in menu.lst only active when splashimage
support has really been enabled in the Grub configuration.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: install the sample menu.lst into $(TARGET_DIR)/boot/grub
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:31 +0000 (17:47 +0100)]
grub: install the sample menu.lst into $(TARGET_DIR)/boot/grub

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: sample menu.lst file improvements
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:30 +0000 (17:47 +0100)]
grub: sample menu.lst file improvements

Two improvements to the menu.lst file:

 * Do not enforce any video mode, let the kernel use whatever it wants
   as the default, or let the user customize it when needed.

 * Use /dev/sda1 instead of /dev/hda1. Nowadays, most hard disk
   controllers are handled using libata, and therefore the disks are
   visible as /dev/sd<X>.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: replace splash screen with a nicer Buildroot splash screen
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:29 +0000 (17:47 +0100)]
grub: replace splash screen with a nicer Buildroot splash screen

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: support build on x86-64, and misc other improvements
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:28 +0000 (17:47 +0100)]
grub: support build on x86-64, and misc other improvements

This commit brings a number of improvements to the grub packaging:

 * It builds grub with the host compiler, which is needed so that we
   can build a 32 bits grub even if the target architecture is
   x86-64. To make sure we have a host compiler capable of generating
   32 bits code, grub now selects the BR2_HOSTARCH_NEEDS_IA32_COMPILER
   option. Building with the host compiler is done by cheating and
   passing $(HOST_CONFIGURE_OPTS) in GRUB_CONF_ENV.

 * Some additional CFLAGS are added to make sure grub builds properly
   with modern compilers (-O0, --build-id=none, -fno-stack-protector).

 * Removal of the GRUB_INSTALL_STAGING_CMDS which were not used, since
   GRUB_INSTALL_STAGING was not set to YES.

 * Installation of the "grub" binary in $(HOST_DIR) instead of
   $(TARGET_DIR) since it's actually used only on the host to install
   grub into an image or device.

 * Removal of the grub uninstall commands, since they are generally
   considered useless.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogrub: factorize BR2_TARGET_GRUB dependency in Config.in
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:27 +0000 (17:47 +0100)]
grub: factorize BR2_TARGET_GRUB dependency in Config.in

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: add objcopy and ranlib to HOST_CONFIGURE_OPTS
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:26 +0000 (17:47 +0100)]
package: add objcopy and ranlib to HOST_CONFIGURE_OPTS

This commit adds the OBJCOPY and RANLIB variables to
HOST_CONFIGURE_OPTS, since grub legacy will need these defined in
order to build properly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocore: add BR2_HOSTARCH_NEEDS_IA32_COMPILER option
Thomas Petazzoni [Mon, 11 Nov 2013 16:47:25 +0000 (17:47 +0100)]
core: add BR2_HOSTARCH_NEEDS_IA32_COMPILER option

Some bootloaders (such as Grub) need to be built for x86 (i.e IA32)
even if the target architecture is x86-64. However, when the target
architecture is x86-64, the cross-compiler generated by Buildroot is
not able to generate 32 bits code.

To solve this, we will rely on the host compiler being a x86 + x86-64
compiler. Therefore, this commit introduces the
BR2_HOSTARCH_NEEDS_IA32_COMPILER option, which tells the dependency
checking logic to verify that the host compiler is indeed capable of
building x86 32 bits code.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoimagemagick: bump to version 6.8.7-8
Jerzy Grzegorek [Sun, 1 Dec 2013 22:23:52 +0000 (23:23 +0100)]
imagemagick: bump to version 6.8.7-8

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodocs/news.html: add 2013.11 announcement link
Peter Korsgaard [Sun, 1 Dec 2013 20:10:53 +0000 (21:10 +0100)]
docs/news.html: add 2013.11 announcement link

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocrda: fix static build failure
Samuel Martin [Sun, 1 Dec 2013 19:13:38 +0000 (20:13 +0100)]
crda: fix static build failure

libnl-3 uses threads and this isn't accounted for in crda or
libnl-3*.pc files since crda doesn't use pkg-config.

Since linking order matters for static scenarios also throw in -lnl-3
into NLLIBS first since it gets appended to in crda makefiles to add
libnl-3.

libgcrypt depends on libgpg-error and this isn't accounted for in
crda makefile, but it is in libgcrypt-config script (in the correct
order for static linking), so set LDLIBS calling this script.

Fixes:
  http://autobuild.humanoidz.org/results/31c/31c54e16b60f41e2aa9ea6cd43ced694d3ce3ce0/
  http://autobuild.humanoidz.org/results/a45/a4548583aa63fbf6db9dbdf7e1556b0d23800de5/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agostrace: disable unsupported nios2 arch
Baruch Siach [Sun, 1 Dec 2013 07:49:36 +0000 (09:49 +0200)]
strace: disable unsupported nios2 arch

Fixes
http://autobuild.buildroot.net/results/88f330254a83fbc105a74e76df586672d2c369c4/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoMerge branch 'next'
Peter Korsgaard [Sun, 1 Dec 2013 19:31:43 +0000 (20:31 +0100)]
Merge branch 'next'

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoUpdate for 2013.11
Peter Korsgaard [Sat, 30 Nov 2013 13:16:03 +0000 (14:16 +0100)]
Update for 2013.11

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodocs/news.html: announce slides from 'Buildroot: What is new' presentation at ELCE
Peter Korsgaard [Sat, 30 Nov 2013 08:50:24 +0000 (09:50 +0100)]
docs/news.html: announce slides from 'Buildroot: What is new' presentation at ELCE

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibnspr: Add patch to support nios2 arch
Ezequiel García [Wed, 13 Nov 2013 22:58:16 +0000 (19:58 -0300)]
libnspr: Add patch to support nios2 arch

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoCHANGES: update with recent changes
Peter Korsgaard [Sat, 30 Nov 2013 08:37:14 +0000 (09:37 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodbus-python: select pyexpat dependency
Ivan Sergeev [Tue, 19 Nov 2013 02:10:46 +0000 (18:10 -0800)]
dbus-python: select pyexpat dependency

dbus-python requires xml.parsers.expat, which is provided by the pyexpat
module. This patch enables the pyexpat module as a dependency when dbus-python
is selected.

[Peter: fixup whitespace]
Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibiscsi: Call autoreconf to use buildroot's libtool
Vicente Olivert Riera [Mon, 18 Nov 2013 14:23:42 +0000 (14:23 +0000)]
libiscsi: Call autoreconf to use buildroot's libtool

Use updated libtool from buildroot to fix MIPS64/n64 build problems
http://autobuild.humanoidz.org/results/a9a/a9aa506a591581e413dc38c53d0e56bec5970634/build-end.log

[Peter: add comment explaining why]
Acked-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibtool: Apply upstream patch to set correct linkage on MIPS64
Vicente Olivert Riera [Mon, 18 Nov 2013 12:25:32 +0000 (12:25 +0000)]
libtool: Apply upstream patch to set correct linkage on MIPS64

This libtool change ensures that ld uses the right machine emulation file,
which will allow to fix several MIPS64 n64 link failures, such as the one
currently visible on the libiscsi package.  Packages affected by this
problem will have to use <pkg>_AUTORECONF = YES to benefit from this libtool
fix, until they are fixed upstream.

Acked-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoqt5: Disable on MIPS64 BigEndian n64 platforms
Vicente Olivert Riera [Fri, 29 Nov 2013 15:23:20 +0000 (15:23 +0000)]
qt5: Disable on MIPS64 BigEndian n64 platforms

qt5base fails to compile on MIPS64 BigEndian n64 platforms because there
are multiple calls to some functions that are disabled. Since every Qt5
package depends on qt5base we can disable Qt5 entirely. This is a quick
fix for the next release. In the meantime, a proposed patch to fix this
problem has already been sent to Qt:

https://bugreports.qt-project.org/browse/QTBUG-35228

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agohostapd: fix static build failure
Gustavo Zacarias [Fri, 29 Nov 2013 14:25:43 +0000 (11:25 -0300)]
hostapd: fix static build failure

libnl-3 uses threads and this isn't accounted for in hostapd (or
libnl-3*.pc files for that matter - hostapd doesn't use pkg-config
anyway).
Since linking order matters for static scenarios also throw in -lnl-3
into LIBS first since it gets appended to in hostapd makefiles to add
libnl-3.

Fixes:
http://autobuild.buildroot.net/results/d4a/d4a9f44effeb08eda6c4b32764274ae81d185d5e/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotvheadend: remove -Werror from CFLAGS
Vicente Olivert Riera [Fri, 29 Nov 2013 10:37:49 +0000 (10:37 +0000)]
tvheadend: remove -Werror from CFLAGS

Remove -Werror from CFLAGS to avoid build failures caused by warnings.

Fixes the following autobuild failure on MIPS64 n32/64:

   http://autobuild.buildroot.net/results/6be/6be075726ac6db0a48dd6b535841ada932c9ffbb/

Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibpfm4: disable on avr32
Simon Dawson [Fri, 29 Nov 2013 09:23:49 +0000 (09:23 +0000)]
libpfm4: disable on avr32

The perf_event_open syscall is not available on avr32. Fixes build failures
such as the following.

  http://autobuild.buildroot.net/results/38f/38fa81315be448c409b9af29f92621fcf5676f71/

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoqt: fix build with opengl es
Peter Korsgaard [Fri, 29 Nov 2013 10:25:25 +0000 (11:25 +0100)]
qt: fix build with opengl es

Fixes http://autobuild.buildroot.net/results/efe/efe26c54361094fb1e201da6915900cd9b24d596/

qt doesn't use pkg-config to figure out the needed compiler/linker flags
for egl, so pass them explicitly instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoqt5base: use ccache if enabled
Fatih Aşıcı [Fri, 29 Nov 2013 08:47:49 +0000 (10:47 +0200)]
qt5base: use ccache if enabled

For now, it doesn't use ccache when compiling host tools (e.g. qmake).
It seems the fix is not trivial.

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolua-ev: disable on avr32 and blackfin
Simon Dawson [Fri, 29 Nov 2013 08:18:34 +0000 (08:18 +0000)]
lua-ev: disable on avr32 and blackfin

lua-ev is a reverse dependency of libev, but the architecture filtering is
not propagated. Fixes autobuild failure such as the following.

  http://autobuild.buildroot.net/results/387/38704a4362ab6c3458c45603975b274937059fa9/

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoecryptfs-utils: add a dependencies comment
Baruch Siach [Wed, 27 Nov 2013 15:48:40 +0000 (17:48 +0200)]
ecryptfs-utils: add a dependencies comment

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibnspr: Add dependency on !BR2_xtensa and !BR2_bfin
Chris Zankel [Wed, 27 Nov 2013 15:48:39 +0000 (17:48 +0200)]
libnspr: Add dependency on !BR2_xtensa and !BR2_bfin

Xtensa is not yet supported in libnspr. Also add dependencies to libnss,
which requires libnspr, and ecryptfs-utils, which requires libnss.

Fixes (xtensa)
http://autobuild.buildroot.net/results/14b/14ba6426edbffa100de924aa69157b3f59368ff2/

Fixes (blackfin)
http://autobuild.buildroot.net/results/dd3/dd353703ed94cec48cd126d80cd2f1b039811be4/

[baruch: fix summary, add autobuild reference, add comment dependency,
 add blackfin]

Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoqt5base: use -device-option to set mkspec variables
Fatih Aşıcı [Wed, 20 Nov 2013 12:17:41 +0000 (14:17 +0200)]
qt5base: use -device-option to set mkspec variables

Simplify our custom qmake.conf:
  - Include linux_device_{pre,post}.conf to inherit common device
    configuration.
  - Do not add $(STAGING_DIR)/usr/include to include path. It is
    redundant.

In additon to the simplification of code, this change is a preparation
to solve problems occurring when QMAKE_CXX is prepended with ccache path.

Upstream patch is needed by configure to parse device options correctly.
Another upstream patch is needed to remove ARM specific parts from
linux_device_post.conf.

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconfigs/qemu_mips64el_malta: add new config
Gustavo Zacarias [Wed, 27 Nov 2013 18:09:28 +0000 (15:09 -0300)]
configs/qemu_mips64el_malta: add new config

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconfigs/qemu_mips64_malta: update config
Gustavo Zacarias [Wed, 27 Nov 2013 18:09:27 +0000 (15:09 -0300)]
configs/qemu_mips64_malta: update config

Slim down the kernel config, switch to ext4 (with ext2/3 support),
enable N32 & O32 ABI compatibility for extra testing goodness and enable
keyboard & mouse support.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotoolchain/buildroot: default to eglibc for mips64
Gustavo Zacarias [Wed, 27 Nov 2013 18:09:26 +0000 (15:09 -0300)]
toolchain/buildroot: default to eglibc for mips64

uClibc only works well for O32 ABI on mips64, so default to eglibc that
works just fine with N32 & N64 ABIs as well.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agograntlee: Disable on non-supported platforms
Vicente Olivert Riera [Thu, 28 Nov 2013 15:57:15 +0000 (15:57 +0000)]
grantlee: Disable on non-supported platforms

This package selects BR2_PACKAGE_QT_SCRIPT which is not supported on
certain platforms. To prevent this behaviour we use the same solution as
we applied for BR2_PACKAGE_QT_SCRIPT

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoqt: Disable QtScript on non-supported platforms
Vicente Olivert Riera [Thu, 28 Nov 2013 15:57:14 +0000 (15:57 +0000)]
qt: Disable QtScript on non-supported platforms

There is no support for certain platforms in QtScript right now, so
buildroot upstream suggested to disable the possibility of enabling
QtScript on those platforms as a quick fix for the 2013.11 release:

   http://lists.busybox.net/pipermail/buildroot/2013-November/083157.html

QtScript doesn't build because it uses JavaScriptCore, so we re-use the
existing BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT option which already lists
which platforms are supported by JavaScriptCore in Qt4.

In addition, a proposed fix to add support for MIPS64 has already been
sent to Qt:

   https://bugreports.qt-project.org/browse/QTBUG-35030

Fixes:

   http://autobuild.buildroot.net/results/fd7/fd7e7e53290f235b540ed5f3c784e2584fdb41e0/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogdb: disable texinfo/documentation
Gustavo Zacarias [Thu, 28 Nov 2013 19:02:15 +0000 (16:02 -0300)]
gdb: disable texinfo/documentation

Fixes bug #6554

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agomplayer: not available on nios2
Thomas Petazzoni [Thu, 28 Nov 2013 21:13:31 +0000 (22:13 +0100)]
mplayer: not available on nios2

Fixes:

  http://autobuild.buildroot.org/results/0ae/0ae3a53a1a6e870ee1bf2a902a400893339777df/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowpa_supplicant: define BINDIR for systemd/dbus service files
Gustavo Zacarias [Thu, 28 Nov 2013 17:39:00 +0000 (14:39 -0300)]
wpa_supplicant: define BINDIR for systemd/dbus service files

BINDIR is used to point systemd/dbus service files to the correct binary
path where wpa_supplicant resides.
So define it to avoid the default /usr/local path that doesn't work.
Solves bug #6704

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolvm2: replace !BR2_PACKAGE_LVM2_DMSETUP_ONLY by BR2_PACKAGE_LVM2_STANDARD_INSTALL
Arnout Vandecappelle [Thu, 28 Nov 2013 08:29:28 +0000 (09:29 +0100)]
lvm2: replace !BR2_PACKAGE_LVM2_DMSETUP_ONLY by BR2_PACKAGE_LVM2_STANDARD_INSTALL

BR2_PACKAGE_LVM2_DMSETUP_ONLY is a "negative" option that disables
build and install of part of the suite. This option cannot be unselected
by other config options, which gives a problem for BR2_PACKAGE_UDISKS_LVM2:
it needs BR2_PACKAGE_LVM2_APP_LIBRARY, which requires the full suite.

Therefore, replace the negative BR2_PACKAGE_LVM2_DMSETUP_ONLY by a positive
BR2_PACKAGE_LVM2_STANDARD_INSTALL. To make sure that existing defconfigs
keep working, the new option defaults to y unless the legacy
BR2_PACKAGE_LVM2_DMSETUP_ONLY was selected.

Fixes http://autobuild.buildroot.net/results/ea4627cae45e972ebba5b33a2b2871ce7f46fedc/

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoutil-linux: tweak sscanf-no-ms-as patch
Gustavo Zacarias [Thu, 28 Nov 2013 13:56:06 +0000 (10:56 -0300)]
util-linux: tweak sscanf-no-ms-as patch

The patch has a minor mistake so fix it.
Credit go to Daniel Mentz <daniel@exxm.de> for the detailed bug report.
Closes bug #6428

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoiptables: patch another static linking issue
Gustavo Zacarias [Wed, 27 Nov 2013 13:24:17 +0000 (10:24 -0300)]
iptables: patch another static linking issue

Fixes:
http://autobuild.buildroot.net/results/e4a/e4a0f93e2abdad0222063b3f71970ee1c5940f3a/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconnman: remove defunkt configuration options
Simon Dawson [Thu, 28 Nov 2013 14:24:55 +0000 (14:24 +0000)]
connman: remove defunkt configuration options

We are carrying support for a couple of configuration options which
are no longer present in connman. Specifically:
; threads: vestigial configuration option needed for defunkt WiMAX plugin
; ntpd: plugin no longer present in connman

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoarch/sparc: drop unused variants
Gustavo Zacarias [Thu, 28 Nov 2013 12:56:49 +0000 (09:56 -0300)]
arch/sparc: drop unused variants

Drop stale v9/ultrasparc/niagara variants.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotcpdump: bump to version 4.5.1
Gustavo Zacarias [Thu, 28 Nov 2013 12:57:17 +0000 (09:57 -0300)]
tcpdump: bump to version 4.5.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibpcap: bump to version 1.5.1
Gustavo Zacarias [Thu, 28 Nov 2013 12:57:16 +0000 (09:57 -0300)]
libpcap: bump to version 1.5.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogpsd: do not allow profiling support on AArch64
Thomas Petazzoni [Thu, 28 Nov 2013 09:18:07 +0000 (10:18 +0100)]
gpsd: do not allow profiling support on AArch64

The profiling support is not available on AArch64, causing build
failures such as:

  http://autobuild.buildroot.net/results/724f8646e1c2c28cf187f2313244d1e3e61b4c25/

According to Will Newton, function profiling will only be added in the
next version of the AArch64 Linaro toolchain. This indicates it is a
rather new feature in AArch64, so for the moment, just disallow
profiling on AArch64. We can revise this later, when this feature has
been made available in Linaro toolchains, and official gcc releases
(for internal toolchain support).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosam-ba: patch to latest version
Simon Dawson [Wed, 27 Nov 2013 22:23:57 +0000 (22:23 +0000)]
sam-ba: patch to latest version

Apply the latest Atmel patch for sam-ba version 2.12

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoofono: bump version to 1.13
Simon Dawson [Wed, 27 Nov 2013 22:18:00 +0000 (22:18 +0000)]
ofono: bump version to 1.13

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconnman: add support for ofono and neard
Simon Dawson [Thu, 28 Nov 2013 09:36:40 +0000 (09:36 +0000)]
connman: add support for ofono and neard

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconnman: bump version to 1.19
Simon Dawson [Thu, 28 Nov 2013 09:17:43 +0000 (09:17 +0000)]
connman: bump version to 1.19

Bump connman to version 1.19; remove a local patch that is no longer
required, the code change having now been made upstream.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoeglibc: add security patch for CVE-2013-4788
Gustavo Zacarias [Wed, 27 Nov 2013 00:51:40 +0000 (21:51 -0300)]
eglibc: add security patch for CVE-2013-4788

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4788
http://hmarco.org/bugs/CVE-2013-4788.html

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoapr: needs mmu
Gustavo Zacarias [Wed, 27 Nov 2013 13:00:41 +0000 (10:00 -0300)]
apr: needs mmu

Uses fork() in apr_proc_fork() which is used by almost all the packages
that use apr (log4cxx, subversion).
apr-util doesn't use fork or apr_proc_fork but it's of no use alone.

[Peter: also hide log4cxx comment if !BR2_USE_MMU]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoapr: fix threading lib detection
Gustavo Zacarias [Wed, 27 Nov 2013 12:53:04 +0000 (09:53 -0300)]
apr: fix threading lib detection

apr's configure doesn't try to guess which library is needed for
threading when cross-compiling hence this is never reflected in
apr-1-config, leading to a build failure such as:
http://autobuild.buildroot.net/results/035/035a00de0a56be00559767ba822a396ddc18a9fb/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agobinutils: fix static linking
Peter Korsgaard [Wed, 27 Nov 2013 21:29:05 +0000 (22:29 +0100)]
binutils: fix static linking

pkg-autotools.mk already handles static/shared linking, so no need to
explictly force it. Worse even, the build fails with BR2_PREFER_STATIC_LINK
as we end up calling libtool with --static when it tries to link the .so,
breaking the build:

../ld: attempted static link of dynamic object
`../opcodes/.libs/libopcodes.so'
collect2: error: ld returned 1 exit status

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodropwatch: adjust LDFLAGS
Gustavo Zacarias [Wed, 27 Nov 2013 12:06:19 +0000 (09:06 -0300)]
dropwatch: adjust LDFLAGS

Add more library links into LDFLAGS.
-lncurses because readline uses it (missing _tputs and others).
-lpthread for missing _pthread_rwlock_unlock and others.
-lm for missing _rint.
Fixes:
http://autobuild.buildroot.net/results/6b1/6b1f4f2167d8aca0d73dc0e66fd2e1704c821c61/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotinymembench: Fix typo error on dependence
Vicente Olivert Riera [Wed, 27 Nov 2013 10:18:05 +0000 (10:18 +0000)]
tinymembench: Fix typo error on dependence

It should be BR2_MIPS_NABI64 instead of BR_MIPS_NABI64

Fixes:

   http://autobuild.buildroot.net/results/c5d/c5da2d99c09b1a2f7da23f1636f1ccc8978cc4a3/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoruby: security bump to 1.9.3-p484
Gustavo Zacarias [Tue, 26 Nov 2013 23:17:54 +0000 (20:17 -0300)]
ruby: security bump to 1.9.3-p484

Fixes CVE-2013-4164.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibnss: security bump to version 3.14.5
Gustavo Zacarias [Tue, 26 Nov 2013 22:48:05 +0000 (19:48 -0300)]
libnss: security bump to version 3.14.5

Fixes CVE-2013-5605.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoquagga: security bump to version 0.99.22.4
Gustavo Zacarias [Tue, 26 Nov 2013 22:07:49 +0000 (19:07 -0300)]
quagga: security bump to version 0.99.22.4

Fixes CVE-2013-6051.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoUpdate for 2013.11-rc3
Peter Korsgaard [Tue, 26 Nov 2013 15:49:11 +0000 (16:49 +0100)]
Update for 2013.11-rc3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodbus: only install initscript for sysV targets
Gustavo Zacarias [Tue, 19 Nov 2013 13:02:03 +0000 (10:02 -0300)]
dbus: only install initscript for sysV targets

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoiptables: bump to version 1.4.21
Gustavo Zacarias [Tue, 26 Nov 2013 11:58:08 +0000 (08:58 -0300)]
iptables: bump to version 1.4.21

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoulogd: bump to version 2.0.3
Gustavo Zacarias [Tue, 26 Nov 2013 11:58:07 +0000 (08:58 -0300)]
ulogd: bump to version 2.0.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodosfstools: bump to version 3.0.24
Gustavo Zacarias [Tue, 26 Nov 2013 11:48:55 +0000 (08:48 -0300)]
dosfstools: bump to version 3.0.24

Fixes dosfsck on big endian targets.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agophp: fix iconv related build failure
Gustavo Zacarias [Tue, 26 Nov 2013 12:51:04 +0000 (09:51 -0300)]
php: fix iconv related build failure

Fix a rare edge build failure when iconv is enabled, easily reproduced
in a debian chroot with an aarch64 external toolchain with iconv +
xmlrpc support enabled with a php cgi + cli target.
Should solve bug #6500.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agouclibc-snapshot: enable option UCLIBC_SUSV2_LEGACY
Chris Zankel [Tue, 26 Nov 2013 12:01:07 +0000 (14:01 +0200)]
uclibc-snapshot: enable option UCLIBC_SUSV2_LEGACY

With uClibc commit e8065705, valloc is now optional in SUSv2 and removed
from SUSv3 and later. However, cdrkit currently requires valloc, so
enable it in the uClibc snapshot configuration file.

Fixes
http://autobuild.buildroot.net/results/5a5/5a51f3f06e04eed39d59477ea1178aef7d397754/

Signed-off-by: Chris Zankel <chris@zankel.net>
[baruch: fix summary line, add autobuild reference]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agomongoose: wait some time between stop and start of the service
Davide Viti [Mon, 25 Nov 2013 13:55:25 +0000 (14:55 +0100)]
mongoose: wait some time between stop and start of the service

Startup script fails to restart the service: 1s delay is enough to fix
this.

Also apply a minor fix of the script name in the usage string

Signed-off-by: Davide Viti <d.viti@infosolution.it>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopoco: fix sh4a fenv build failure
Baruch Siach [Mon, 25 Nov 2013 16:47:28 +0000 (18:47 +0200)]
poco: fix sh4a fenv build failure

Disable FP environment on sh4a. Fixes
http://autobuild.buildroot.net/results/8dc9bca5969d455cc30206fc1ae6e1d3ba6eb6ca/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosunxi-mali, ti-gfx: add missing dollar sign in egl.pc
Fatih Aşıcı [Tue, 26 Nov 2013 09:13:55 +0000 (11:13 +0200)]
sunxi-mali, ti-gfx: add missing dollar sign in egl.pc

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoprotobuf-c: disable parallel build
Ryan Barnett [Tue, 26 Nov 2013 09:09:41 +0000 (03:09 -0600)]
protobuf-c: disable parallel build

Fixes http://autobuild.buildroot.net/results/f47c4f0883019ba3a8e61a9ae51b7bd7f347b38c/

Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 years agotinymembench: not supported on MIPS n32/64 ABIs
Vicente Olivert Riera [Mon, 25 Nov 2013 09:47:46 +0000 (09:47 +0000)]
tinymembench: not supported on MIPS n32/64 ABIs

This is a fix for 9883cbd3678be65bdca10a124ba6cb7fd1f008d3. After deeper
testing we have found that package is supported on MIPS64, but only for
o32 ABI.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 years agolibglib2: the system PCRE needs to have UTF and UCP enabled
Sven Neumann [Fri, 22 Nov 2013 21:58:27 +0000 (22:58 +0100)]
libglib2: the system PCRE needs to have UTF and UCP enabled

If glib2 is compiled with the system PCRE instead of the included
copy, then that system PCRE needs to have support for UTF-8 and
Unicode properties enabled. Otherwise you will get such warnings
at run-time:

GLib-CRITICAL **: PCRE library is compiled without UTF8 support
GLib-CRITICAL **: PCRE library is compiled without UTF8 properties support

Signed-off-by: Sven Neumann <neumann@teufel.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>