summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-04package: mark liboil + swfdec as deprecatedPeter Korsgaard
They are dead upstream, and will be removed during 2011.11 cycle unless someone speaks up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-08-04orc: target install: cleanup unused filesPeter Korsgaard
orcc is only needed when developing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-08-04external toolchains: fix SuperH toolchain configurationThomas Petazzoni
The CodeSourcery toolchain for SH2-A platforms provide largefile support, inet RPC, wide char and threads, so adjust the configuration accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-08-04openvpn: bump to 2.2.1Yegor Yefremov
tmpdir issue was already fixed in 2.2.1 version, so remove the patch Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-08-04kernel-headers: bump 2.6.35.x / 2.6.39.x stable versionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-08-04udev: bump to 173Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29util-linux: add option for libmountPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29util-linux: mount/fsck needs libblkidPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29libroxml: drop -Werror from CFLAGSPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29libroxml: bump versionTristan Lelong
Closes #3997 Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29toolchain/helpers.mk: unbreak check_glibc after PROGRAM_INVOCATION removalPeter Korsgaard
As noticed by Thomas Petazzoni on IRC. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependencyPeter Korsgaard
Drop the dependency as it isn't really nice that other packages need to select it, and kconf complains about it: warning: (BR2_PACKAGE_E2FSPROGS && BR2_PACKAGE_USBMOUNT) selects BR2_PACKAGE_BUSYBOX_SHOW_OTHERS which has unmet direct dependencies (!BR2_PACKAGE_BUSYBOX) Instead ensure that only the libraries are built by default, so busybox applets are still used unless explicitly configured. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29package: use libuuid from util-linuxPeter Korsgaard
And adjust users. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29autoconf: use dummy autopointPeter Korsgaard
We currently don't build a host-gettext package, so when a package using gettext is autoreconf'ed, we end up using autopoint from the host. Autopoint unfortunately requires CVS, so if that isn't available autoreconf fails. From reading: http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html It seems that we don't really need to rerun autopoint, so fix it by passing autopoint=/bin/true instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29util-linux: install to stagingPeter Korsgaard
For libblkid / libuuid. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: ensure util-linux is built before e2fsprogsPeter Korsgaard
For libblkid. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: use libblkid / blkid from util-linuxPeter Korsgaard
e2fsprogs and util-linux both provide blkid / libblkid causing conflicts if both are enabled. The preferred upstream (E.G. what is used by Debian) is util-linux, so remove the options from e2fsprogs and make it use the util-linux version instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28util-linux: libblkid needs liibuuidPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: configure needs pkg-configPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: add options for debugfs/e2image/resize2fs utilitiesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: don't build uuidd if not requestedPeter Korsgaard
Rather than not installing it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: simplify Config.inPeter Korsgaard
No need for 'depends on' for all individual options when they already are in a conditional section. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28util-linux: fix sub option typosPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28CHANGES: update with recent changesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-27iso9660: fix build after linux package changePeter Korsgaard
linux26 target is no more. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-27busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional checkPeter Korsgaard
It is already within an 'if BR2_PACKAGE_BUSYBOX' section. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-27usbmount fixesYegor Yefremov
- create mounting points - fix dependencies - fix udev rules - fix fs type detection [Peter: fix Config.in deps, create usb7, only remove /media/usb?] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-27uClibc: drop BR2_PROGRAM_INVOCATION optionPeter Korsgaard
Remove the BR option and enable the configuration setting in the uClibc defconfigs. The BR2_PROGRAM_INVOCATION option only adds very little overhead to uClibc, and we have a number of packages needing it, so simply always enable it - Simplifying the kconfig logic and the number of choices users have to make. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-27util-linux: misc fixesPeter Korsgaard
- We patch configure.ac, so we need to autoreconf - configure uses pkg-config, so ensure the cross version is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-27util-linux: convert to autotarget and bump to 2.19.1Yegor Yefremov
[Peter: fix deps, restructure, add unshare] Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-26toolchain-external: sync toolchain options with the internal toolchainPeter Korsgaard
The internal toolchain defaults to thread support enabled (and most external toolchains have thread support as well), so enable BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS by default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-26inotify-tools: Add new packageMike Williams
Adds support for inotify-tools, which are useful for scripting the Linux inotify API. [Peter: needs largefile support] Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-26udev: extras needs BR2_PROGRAM_INVOCATIONPeter Korsgaard
For usbutils. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25udev: bump version and clean upYegor Yefremov
[Peter: fix Config.in deps, add host-pkg-config] Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25package: remove halPeter Korsgaard
Hal is deprecated upstream, our package has not seen any significant work since it was added in 2007, nothing depends on it and it's blocking a long-overdue udev update. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25hostapd: fix libnl linking with BR2_PREFER_STATIC_LIBPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25libdrm: configure needs pkg-configPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25New package: ti-utilsYegor Yefremov
Add the calibrator and other useful utilities for TI wireless solution, based on wl12xx driver. See http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator for further details. [Peter: add libnl Config.in dependency] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25xorg-xserver: configure needs pkg-configPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25toolchain: add user defined target LDFLAGS optionsBaruch Siach
Allow the user to specify additional options for the target LDFLAGS. I use this to pass the -te500v2 option to the linker, when using the CodeSourcery toolchain for PowerPC. This chooses the correct CRT for e500 hard float. Otherwise I get errors like undefined reference to `_save32gpr_31' undefined reference to `_rest32gpr_31_x' at final link time. [Peter: fixup, use qstrip] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25e2fsprogs: Add missing dependency of tst_uuid.o on uuid.hArnout Vandecappelle (Essensium/Mind)
The missing dependency used to break parallel builds. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-25System config: split static-dev device table setting into seperate optionPeter Korsgaard
As discussed here: http://lists.busybox.net/pipermail/buildroot/2011-May/043251.html Add BR2_ROOTFS_STATIC_DEVICE_TABLE for the extra device table file(s) to create device nodes in /dev, rather than complicated logic in BR2_ROOTFS_DEVICE_TABLE, making it complicated to move between static and dynamic modes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24busybox: Add busybox-xconfig and busybox-gconfig rulesBenoit Mauduit
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24nfs-utils: replace legacy index() function by strchr()Frederik Pasch
Closes #3961 Signed-off-by: Frederik Pasch <fpasch@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24orc: new packageSven Neumann
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>
2011-07-24gst-plugins-ugly: fix dependencies for mad MP3 decoder plug-inSven Neumann
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>
2011-07-24gst-plugins-ugly: update configuration optionsSven Neumann
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>
2011-07-24gst-plugins-good: update configuration optionsSven Neumann
Update the list of plugins that can be selected/deselected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24scons: new packageThomas Petazzoni
Only the host package is supported. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24iproute2: fixup CCOPTS to unbreak buildGustavo Zacarias
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>