summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional checkPeter Korsgaard2011-07-271-1/+1
| | | | | | It is already within an 'if BR2_PACKAGE_BUSYBOX' section. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* usbmount fixesYegor Yefremov2011-07-274-4/+65
| | | | | | | | | | | - 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>
* uClibc: drop BR2_PROGRAM_INVOCATION optionPeter Korsgaard2011-07-275-16/+10
| | | | | | | | | | | | 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>
* util-linux: misc fixesPeter Korsgaard2011-07-271-0/+2
| | | | | | | - 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>
* util-linux: convert to autotarget and bump to 2.19.1Yegor Yefremov2011-07-277-608/+178
| | | | | | | [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>
* inotify-tools: Add new packageMike Williams2011-07-263-0/+23
| | | | | | | | | 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>
* udev: extras needs BR2_PROGRAM_INVOCATIONPeter Korsgaard2011-07-261-4/+5
| | | | | | For usbutils. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: bump version and clean upYegor Yefremov2011-07-254-194/+43
| | | | | | | [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>
* package: remove halPeter Korsgaard2011-07-2511-612/+1
| | | | | | | | 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>
* hostapd: fix libnl linking with BR2_PREFER_STATIC_LIBPeter Korsgaard2011-07-251-1/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libdrm: configure needs pkg-configPeter Korsgaard2011-07-251-1/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: ti-utilsYegor Yefremov2011-07-253-0/+38
| | | | | | | | | | | | 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>
* xorg-xserver: configure needs pkg-configPeter Korsgaard2011-07-251-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: add user defined target LDFLAGS optionsBaruch Siach2011-07-251-0/+1
| | | | | | | | | | | | | | | | | 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>
* e2fsprogs: Add missing dependency of tst_uuid.o on uuid.hArnout Vandecappelle (Essensium/Mind)2011-07-251-0/+18
| | | | | | | 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>
* busybox: Add busybox-xconfig and busybox-gconfig rulesBenoit Mauduit2011-07-241-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nfs-utils: replace legacy index() function by strchr()Frederik Pasch2011-07-241-0/+54
| | | | | | | Closes #3961 Signed-off-by: Frederik Pasch <fpasch@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* orc: new packageSven Neumann2011-07-243-0/+18
| | | | | | | | | | | 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>
* gst-plugins-ugly: fix dependencies for mad MP3 decoder plug-inSven Neumann2011-07-242-2/+2
| | | | | | | | | | 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>
* gst-plugins-ugly: update configuration optionsSven Neumann2011-07-242-11/+0
| | | | | | | 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>
* gst-plugins-good: update configuration optionsSven Neumann2011-07-242-0/+27
| | | | | | Update the list of plugins that can be selected/deselected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scons: new packageThomas Petazzoni2011-07-241-0/+13
| | | | | | | Only the host package is supported. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iproute2: fixup CCOPTS to unbreak buildGustavo Zacarias2011-07-241-0/+1
| | | | | | | | | 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>
* iptables: fixup multitarget binary linksGustavo Zacarias2011-07-241-6/+7
| | | | | | | | 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>
* bind: fix intermittent build issues with high BR2_JLEVELPeter Korsgaard2011-07-241-0/+1
| | | | | | | | | | | | | 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>
* ipset: ensure target kernel headers are usedPeter Korsgaard2011-07-221-0/+1
| | | | | | | | | | 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>
* ipset: new packageGustavo Zacarias2011-07-223-0/+26
| | | | | | | | | | 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>
* libmnl: new packageGustavo Zacarias2011-07-223-0/+24
| | | | | | [Peter: needs largefile support] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: largefile support not required anymorePeter Korsgaard2011-07-221-4/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: unbreak build without ipv6 supportPeter Korsgaard2011-07-221-0/+72
| | | | | | Patch submitted upstream, but so far not committed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iproute2: ensure TARGET_CFLAGS are usedPeter Korsgaard2011-07-211-2/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iproute2: bump to version 2.6.39Gustavo Zacarias2011-07-212-2/+40
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: bump to version 1.4.11.1Gustavo Zacarias2011-07-211-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: add version 2.21.1Gustavo Zacarias2011-07-215-1/+117
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: bump to version 3.1.14Gustavo Zacarias2011-07-211-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: busybox-1.18.x.config: enable blkid appletPeter Korsgaard2011-07-211-1/+1
| | | | | | Needed by usbmount. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* usbmount: bump to 0.0.21Yegor Yefremov2011-07-213-63/+10
| | | | | | [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>
* zlib: always build host version dynamicallyPeter Korsgaard2011-07-201-2/+0
| | | | | | | | | 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>
* sdl: build alsa support if enabledPeter Korsgaard2011-07-191-0/+4
| | | | | | | | | 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>
* uboot-tools: enable fw_printenv by defaultPeter Korsgaard2011-07-191-0/+1
| | | | | | | 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>
* gvfs: fix installation of gsettings schemasSven Neumann2011-07-181-2/+13
| | | | | | | | 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>
* gvfs: drop dbus-glib dependencySven Neumann2011-07-182-3/+1
| | | | | | | | | | | 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>
* gvfs: update to latest upstream version (1.8.2)Sven Neumann2011-07-181-2/+2
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* shared-mime-info: remove default optionsPeter Korsgaard2011-07-181-2/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* shared-mime-info: update to version 0.90Sven Neumann2011-07-182-20/+4
| | | | | | | 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>
* cmake: bump versionPeter Korsgaard2011-07-182-260/+2
| | | | | | qt4 patch is now upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* proftpd: bump versionPeter Korsgaard2011-07-182-1/+1
| | | | | | Fixes several security-related issues. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: add fw_printenv, rename to uboot-toolsPeter Korsgaard2011-07-187-39/+79
| | | | | | | 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>
* linux-fusion: fix build after af52661d (linux: rename LINUX26 to LINUX)Peter Korsgaard2011-07-181-3/+3
| | | | | | | linux-fusion uses a number of linux-specific variables. Adjust to match their new names. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile.package.in: use "" for MESSAGE argumentsPeter Korsgaard2011-07-181-3/+3
| | | | | | | | Otherwise we get output like: >>> host-pkg-config 0.25 'Installing to host directory' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>