summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mxml: Use correct paths when installing into staging.Will Newton2012-02-141-2/+2
| | | | | | | | The DSTROOT option passed for the staging install would install into the target directory, which is not what was intended. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.19.x stable versionPeter Korsgaard2012-02-145-63/+1
| | | | | | Identical to 1.19.3 + patches. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python: workaround distutils issue with binary extensionsPeter Korsgaard2012-02-141-0/+9
| | | | | | | distutils adds -L$LIBDIR (/usr/lib), breaking build of binary extensions. Seen with netifaces, but other extensions may be affected as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: fix altivec typoPeter Korsgaard2012-02-131-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvncserver: ensure target libgcrypt-config is usedPeter Korsgaard2012-02-131-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: fix libtheora linking issuePeter Korsgaard2012-02-121-0/+374
| | | | | | | | We cannot (easily) move to a newer upstream version where this is fixed as ffmpeg moved to git / is no longer bundled, so instead this fix is backported (upstream r34498 + r34503). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: fix build error when X support is disabled but host has X headersPeter Korsgaard2012-02-121-1/+1
| | | | | | Forcibly disable imf-xim as it requires the X support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: add optional tslib/glib/openssl/gnutls/curl supportPeter Korsgaard2012-02-121-0/+20
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libecore: fix directfb dependencyPeter Korsgaard2012-02-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: add missing orc dependencyFelipe Contreras2012-02-111-0/+4
| | | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-dsp: add dependency to pkg-configFelipe Contreras2012-02-111-1/+1
| | | | | | | It's used in the Makefile. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libvncserverPeter Korsgaard2012-02-103-0/+57
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipsec-tools: get rid of explicit ipv6 handlingPeter Korsgaard2012-02-101-6/+0
| | | | | | This is taken care of by autotargets. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipsec-tools: cleanup: remove trailing . after option textPeter Korsgaard2012-02-101-4/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipsec-tools: add option for dead peer detection supportPeter Korsgaard2012-02-102-0/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* freetype: add optional bzip2 dependencyPeter Korsgaard2012-02-101-1/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bzip2: add so.1 linkTrevor Woerner2012-02-091-1/+2
| | | | | | | In addition to the .so link add a .so.1 link for the target rootfs. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dependencies: build a host-tar if no suitable tar can be foundThomas De Schampheleire2012-02-092-12/+13
| | | | | | | | | | | | | | | | | | Some toolchains, like the one built with buildroot itself, use hardlinks (for example to link between the c++ and g++ binary). Unpacking such a toolchain with the --strip-components options does not work correctly if the system tar is too old (<1.17). Even recent releases of RedHat/CentOS still ship with tar 1.15. This patch checks for a suitable tar version (tar 1.17+) on the host system, and adds host-tar to the host dependencies if none can be found. host-tar is download and extracted as cpio.gz instead of tar.gz, to prevent chicken-egg problem. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> v4 Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/crosstool-ng: update to 1.13.4Yann E. MORIN2012-02-091-1/+1
| | | | | | | | Update to fix downloads from sourceforge (the 'mesh' network no longer works). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: needs host-pkg-configFrederik Pasch2012-02-091-1/+1
| | | | | | Closes #4760 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: X OpenGL backends needs modular X.org (for mesa)Peter Korsgaard2012-02-091-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: fix build with 3.2 kernel headersPeter Korsgaard2012-02-091-0/+34
| | | | | | | | | | Based on upstream post-1.14.12.2 change. linux/if_packet.h changed to use the newly introduced __aligned_u64 type in 3.2, which iptables' embedded linux/types.h doesn't provide. Fix it by updating linux/types.h. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: no need to autoreconfPeter Korsgaard2012-02-081-1/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: bump to 181 and other fixesYegor Yefremov2012-02-083-19/+30
| | | | | | | | | | | | | | | | | | | Changes: - Linux kernel requirement: 2.6.34 and above (devtmpfs is mandatory) (this also applies to the chosen toolchain, because of Kernel headers) - optional dependency on libusb and usbutils removed - added dependency on kmod - added dependency on util-linux for libblkid - install in /lib/udev instead of /usr/libexec/udev - udevd moved to /lib/udev - fixed path to pci.ids and usb.ids - persistent rules generator is disabled by default, so option is introduced to enable this option if desired [Peter: fix build on uClibc, Config.in tweaks] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kmod: bump to 5Yegor Yefremov2012-02-081-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: SDL OpenGL backend needs modular X.org (for mesa)Peter Korsgaard2012-02-081-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: fix SDL GL backend buildPeter Korsgaard2012-02-082-4/+8
| | | | | | | | libeet is needed by all backends building the generic OpenGL support, and the configure script forgets to check / expand libeet CFLAGS/libs when the SDL GL backend is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: SDL GL backend doesn't need glprotoPeter Korsgaard2012-02-081-1/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: fix X11 dependenciesPeter Korsgaard2012-02-082-1/+5
| | | | | | No need to build the entire X server to build SDL with X11 support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: software buffer backend doesn't need X11Peter Korsgaard2012-02-081-1/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add package dstat (python script for system stats/profiling)Thomas De Schampheleire2012-02-073-0/+39
| | | | | | [Peter: depend on WCHAR as python needs it, fix white space] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: bump versionPeter Korsgaard2012-02-071-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: ensure mesa3d gets built before if enabled for opengl supportPeter Korsgaard2012-02-071-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: generic opengl option needs mesaPeter Korsgaard2012-02-072-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: x11 glx option needs Xrender, Xext and libeetPeter Korsgaard2012-02-072-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: add config option to enable support for WPSSven Neumann2012-02-072-0/+13
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmodbus: bump to 3.0.2Yegor Yefremov2012-02-071-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libev: bump to 4.11Yegor Yefremov2012-02-061-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* feh: bump to 2.3Yegor Yefremov2012-02-061-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d: fix buildPeter Korsgaard2012-02-061-5/+21
| | | | | | | | | | | | | | | | | We build mesa3d with dri support, which doesn't work with static builds, so disable it. From configure.ac: dri) # DRI must be shared, I think if test "$enable_static" = yes; then AC_MSG_ERROR([Can't use static libraries for DRI drivers]) fi At the same time fixup minor style issues (:= vs =, long lines). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa3d: don't depend on the X serverPeter Korsgaard2012-02-061-1/+0
| | | | | | | There's no particular reason why you shouldn't be able to build mesa without the X server (E.G. for remote X), so remove it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: bump versionPeter Korsgaard2012-02-051-3/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-babeltrace: fix build on uClibc due to missing posix_fallocate()Thomas Petazzoni2012-02-051-0/+37
| | | | | | [Peter: add explicit #include <features.h> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-libust: add patch to fix build issue when C++ support is not availableThomas Petazzoni2012-02-052-0/+52
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: make the dependency on lttng-libust optionalThomas Petazzoni2012-02-052-2/+11
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-libust: add the dependency on util-linuxThomas Petazzoni2012-02-052-1/+9
| | | | | | | | This dependency was missing in the initial addition of the package to Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-babeltrace: make sure WCHAR and LARGEFILE are enabledThomas Petazzoni2012-02-051-0/+8
| | | | | | | | Since lttng-babeltrace depends on util-linux and libglib2, we need to make sure WCHAR and LARGEFILE are enabled. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: fix build on uClibc due to sync_file_range()Thomas Petazzoni2012-02-052-0/+89
| | | | | | | | Add a patch to use fdatasync() instead of sync_file_range() when the latter is not available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liburcu: add patch to fix build with uClibcThomas Petazzoni2012-02-051-0/+13
| | | | | | | | Under uClibc, defining _GNU_SOURCE is strictly needed to access the CPU_*() macros. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* crosstool-ng: bump versionPeter Korsgaard2012-02-031-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>