- Jul 24, 2011
-
-
Sven Neumann authored
Orc - the Oil Runtime Compiler - is the successor of liboil. There's a runtime library that is installed in staging and target and there's a host version that can be built if orcc, the ORC compiler is needed at build time. [Peter: minor tweaks] Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
The mad plug-in depends on libid3tag. This dependency used to be implicit by selecting the id3tag plug-in. Now that this plug-in is not any longer part of gst-plugins-ugly we need an explicit dependency on libid3tag. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Remove the option for the libid3tag plug-in as is not any longer found in gst-plugins-ugly. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Update the list of plugins that can be selected/deselected. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Only the host package is supported. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
CCOPTS is also used for HOSTCC in the netem/ directory which contains host tools so just ditch it there to avoid extra non-native optimizations to sweep by. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Newer vesions renamed iptables-multi to xtables-multi so fix the symlinks accordingly. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Build sometimes breaks with: libtool: link: `unix/os.lo' is not a valid libtool object make[3]: *** [rndc-confgen] Error 1 make[3]: *** Waiting for unfinished jobs.... make[4]: Leaving directory `/scratch/peko/build/bind-9.6-ESV-R4/bin/rndc/unix' So disable parallel builds. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 22, 2011
-
-
Peter Korsgaard authored
ipsets configure script checks the kernel headers to ensure the kernel is new enough / has patch applied, and errors out if this is not so. Ensure that the target kernel headers are searched, rather than what is available on the build host. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Add ipset support package. Note that this requires bleeding edge (>=2.6.39) kernel version or patches. [Peter: needs largefile, host-pkg-config] Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
[Peter: needs largefile support] Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Patch submitted upstream, but so far not committed. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 21, 2011
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Needed by usbmount. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Yegor Yefremov authored
[Peter: fix udev dep, use Debian mirrors, fix usbmount.rules install, uninstall] Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 20, 2011
-
-
Peter Korsgaard authored
Host libraries should always be built using dynamic linking, rather than static if BR2_PREFER_STATIC_LIB is enabled, as that then breaks dependent libraries expecting a shared library. Reported-by:
Andy Kennedy <andy.kennedy@adtran.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Devtmpfs (which is used by devtmpfs/mdev/udev options) doesn't get automounted by the kernel when an initramfs is used, causing boot failures when a dynamic /dev is used. Fix it by adding a pre-init script to mount devtmpfs before running init. Reported-by:
Arnout Vandecappelle <arnout@mind.be> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 19, 2011
-
-
Peter Korsgaard authored
Ensure alsa-lib gets built before SDL if enabled, so the SDL configure script correctly detects alsa support. Noticed by Ayla on IRC. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Noticed by robinmholt on IRC. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Normally people want to atleast use fw_printenv if they are using u-boot tools, so default to 'y'. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 18, 2011
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Phil Edworthy authored
sh2eb and sh2a_nofpueb gnuconfig targets are no longer supported in Buildroot. This patch replaces these Buildroot targets with sh2 and sh2a respectively, and adds sh4a targets as these are widely used. To build for devices without an fpu, the relevant toolchain flags will have to be specified. Signed-off-by:
Phil Edworthy <phil.edworthy@renesas.com> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Install gvfs into staging and compile the installed schemas for use on the target. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Drop the dbus-glib dependency as gvfs uses dbus directly. Also change dependency on the XML parser for dbus to be more in sync with the dbus package. [Peter: drop expat|libxml2 deps as shared-mime-type already selects libxml2] Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Need to use $(MAKE1) as parallel builds appear to be broken. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
qt4 patch is now upstream. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Fixes several security-related issues. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
iso9660 used LINUX26_IMAGE_PATH, which got renamed. Adjust to match the new name. Reported-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Move fw_printenv / fw_setenv options from the uboot bootloader build to the uboot-mkimage package, and rename it to uboot-tools. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
linux-fusion uses a number of linux-specific variables. Adjust to match their new names. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Otherwise we get output like: >>> host-pkg-config 0.25 'Installing to host directory' Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
So hide option if OABI is selected. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-