kumquat-buildroot/package
Thomas Petazzoni 5b13261dc7 redis: build fix and minor improvement
The redis-001-uclibc.patch was properly adding conditionals to ensure
HAVE_BACKTRACE is not defined when uClibc is used. However, __unix
doesn't seem to be define with the toolchain Peter uses on gcc14, so
the <features.h> doesn't get included, therefore __UCLIBC isn't
defined, and the code believes that backtrace support is available. We
fix this by including <features.h> when __linux__ is defined.

Fixes:
http://autobuild.buildroot.org/results/4ba818f877af145a547a1fede0bb738192c2f181/build-end.log.

Also add another patch that do not redefine the _LARGEFILE_SOURCE and
_FILE_OFFSET_BITS macros if they are already defined on the command
line. It avoids the ugly warnings that we could see from the build
logs, and therefore make it easier to spot real errors.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-03-25 23:36:08 +01:00
..
acl
acpid acpid: add license information 2012-11-30 12:24:52 -08:00
aircrack-ng aircrack-ng: disable on non-MMU systems 2013-03-09 21:07:56 +01:00
alsa-lib alsa-lib: fix noMMU build 2013-03-09 21:08:53 +01:00
alsamixergui alsamixergui: use a normal 'select' statement for the alsa-lib dependency 2012-09-20 21:51:27 +02:00
apr apr: various improvements 2013-03-24 20:36:19 +01:00
apr-util apr-util: fix incorrect operator leading to missing dependencies 2013-03-25 08:28:00 +01:00
argp-standalone argp-standalone: add license information 2013-03-24 23:01:12 +01:00
argus packages: remove all := signs 2013-01-20 20:49:02 +01:00
arptables arptables: bump to version 0.0.4 2013-01-12 21:00:51 +01:00
at at: needs host-flex and host-bison 2013-03-24 13:50:31 +01:00
atk atk: remove unused host variant 2013-01-12 22:47:42 +01:00
attr attr: fix static build 2012-11-17 23:49:20 +01:00
audiofile audiofile: bump to version 0.3.6 2013-03-19 17:05:36 +01:00
autoconf autoconf: don't try to build Emacs files 2013-03-09 12:07:35 +01:00
automake Mark a number of development related packages as deprecated 2012-11-17 09:25:30 +01:00
avahi libdaemon: needs mmu 2012-11-28 10:39:08 -08:00
axel axel: add license informations 2013-01-20 20:33:05 +01:00
b43-firmware firmwares: add a new package category to locate all firmwares 2013-01-04 00:46:02 +01:00
b43-fwcutter b43-fwcutter: new package 2012-12-16 01:11:59 +01:00
bash bash: add license info 2012-11-14 22:31:37 +01:00
bcusdk bcusdk: new package 2013-03-24 22:57:14 +01:00
beecrypt beecrypt: add license information 2012-12-04 13:56:08 -08:00
berkeleydb
bind bind: add license information 2013-01-28 23:30:54 +01:00
binutils binutils: not available for the target on AArch64 2012-11-28 11:35:43 -08:00
bison bison: bump to version 2.7 2012-12-18 14:28:02 +01:00
blackbox packages: remove all := signs 2013-01-20 20:49:02 +01:00
bluez_utils libsndfile: Add dependency on BR2_LARGEFILE 2013-02-05 21:45:05 +01:00
bmon bmon: needs mmu 2012-12-09 21:35:49 +01:00
boa boa: needs MMU 2012-12-12 17:11:05 +01:00
bonnie
boost boost: Pass staging dir to --with-icu option. 2013-02-09 10:55:59 +01:00
bootutils remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
bridge-utils package/bridge-utils: fix build with newer kernels 2013-03-24 22:10:22 +01:00
bsdiff
bustle package: add bustle dbus monitor package 2013-01-22 15:56:57 +01:00
busybox busybox: 1.21.0 platform fix-on-fix 2013-02-27 19:23:58 +01:00
bwm-ng remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
bzip2
cache-calibrator New package: cache-calibrator 2013-01-29 21:34:09 +01:00
cairo cairo: add missing dependency on xlib_libXext 2013-01-19 19:22:49 +01:00
can-utils can-utils: needs mmu support 2013-01-22 08:43:50 +01:00
ccache ccache: deprecate the target package 2012-12-09 21:51:12 +01:00
ccid pcsc-lite: requires mmu 2013-01-31 13:49:26 +01:00
cdrkit cdrkit: add license informations 2013-01-20 20:33:08 +01:00
cegui06 package/cegui06: new package 2012-12-16 21:00:56 +01:00
celt051 package/celt051: new package 2012-12-16 20:35:18 +01:00
cgilua
cifs-utils cifs-utils: bump to version 5.9 2013-01-17 14:43:09 +01:00
cjson cjson: change source to svn repo 2013-02-01 08:57:53 +01:00
classpath classpath: gstreamer support needs gtk as well 2012-12-04 14:42:18 -08:00
cloop
cmake cmake: bump to 2.8.10.2 2013-03-10 21:28:20 +01:00
collectd collectd: don't build with -Werror 2013-02-27 00:01:36 +01:00
connman package/connman: version bump to 1.12, and fix build with newer kernels headers 2013-03-24 12:42:01 +01:00
conntrack-tools conntrack-tools: add missing dependencies on host-flex/host-bison 2013-03-25 19:32:58 +01:00
copas
coreutils coreutils: needs mmu 2013-02-07 13:51:57 +01:00
coxpcall
cpanminus cpanminus: bump to version 1.6002 2013-03-04 17:17:48 +01:00
cpuload Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
cramfs remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
crosstool-ng crosstool-ng: add missing dependencies 2013-03-24 23:32:09 +01:00
ctorrent packages: remove all := signs 2013-01-20 20:49:02 +01:00
cups package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
curlftpfs curlftpfs: new package 2013-01-14 22:31:31 +01:00
cvs cvs: needs MMU support 2012-09-25 20:28:34 +02:00
dash
dbus dbus: fix build on microblaze 2012-12-14 01:23:34 +01:00
dbus-glib packages: remove all := signs 2013-01-20 20:49:02 +01:00
dbus-python
devmem2
dfu-util
dhcp dhcp: bump to version 4.1-ESV-R8 2013-02-05 21:44:36 +01:00
dhcpdump
dhrystone
dialog dialog: needs mmu 2013-02-25 12:51:53 +01:00
diffutils diffutils: fix build with recent glibc 2012-12-28 22:47:03 +01:00
directfb package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
directfb-examples packages: remove all := signs 2013-01-20 20:49:02 +01:00
distcc distcc: add license information 2013-01-29 23:21:28 +01:00
divine package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
dmalloc packages: remove all := signs 2013-01-20 20:49:02 +01:00
dmidecode
dmraid lvm2: uses fork() 2013-02-05 09:00:22 +01:00
dnsmasq dnsmasq: add missing dependency on host-gettext 2013-03-25 19:36:35 +01:00
docker docker: depend on xlib_libX11 and not the X.org server 2013-01-12 22:41:48 +01:00
doom-wad package: drop games/ subdir 2012-11-05 08:23:06 +01:00
dosfstools dosfstools: fix host variant dependencies 2013-03-24 11:54:13 +01:00
dropbear dropbear: bump to version 2013.56 2013-03-24 14:30:38 +01:00
dsp-tools
dstat dstat: needs mmu 2012-12-21 13:57:32 +01:00
dtach dtach: new package 2013-03-24 19:39:46 +01:00
dvb-apps package/dvb-apps: bump version 2013-01-13 20:54:13 +01:00
dvbsnoop dvbsnoop: new package dvbsnoop 2013-01-13 21:02:01 +01:00
e2fsprogs package/e2fsprogs: add host-package selection 2013-03-18 23:01:32 +01:00
ebtables ebtables: needs MMU 2013-01-31 13:46:16 +01:00
ed ed: bump to version 1.7 2012-12-05 00:40:05 -08:00
eeprog eeprog.mk: fix site 2013-03-12 22:29:50 +01:00
efl efl/libeet, efl/libevas: use host-libjpeg instead of host-jpeg 2013-03-09 22:25:57 +01:00
elftosb
elfutils elfutils: needs wchar 2013-01-07 21:59:56 +01:00
empty empty: needs MMU 2013-01-12 20:59:55 +01:00
enchant packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
enlightenment enlightenment: Alsa backend needs mixer support 2013-02-25 15:53:01 +01:00
erlang erlang: don't build the Java stuff on the host 2012-09-16 23:25:11 +02:00
ethtool ethtool: bump to version 3.8 2013-03-04 20:56:37 +01:00
evtest packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
exfat package/exfat{,-utils}: license is GPLv3+ 2013-02-26 22:31:14 +01:00
exfat-utils package/exfat{,-utils}: license is GPLv3+ 2013-02-26 22:31:14 +01:00
expat packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
explorercanvas
ezxml remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
f2fs-tools f2fs-tools: explicitly select libuuid 2013-03-04 12:24:05 +01:00
fakeroot
fb-test-app fb-test-app: new package 2012-10-10 14:44:34 +02:00
fbdump packages: remove all := signs 2013-01-20 20:49:02 +01:00
fbgrab
fbset fbset: define license 2013-02-07 21:37:03 +01:00
fbterm
fbv packages: remove all := signs 2013-01-20 20:49:02 +01:00
fconfig
feh feh: bump to 2.9.1 2013-03-01 16:16:24 +01:00
fftw fftw: bump version 2012-10-02 08:48:33 +02:00
file file: bump to version 5.14 2013-03-24 14:02:45 +01:00
findutils
firmware-imx firmware-imx: new package 2013-01-14 15:04:05 +01:00
fis
flashbench flashbench: force gnu99 dialect on sh2a 2013-02-27 08:45:44 +01:00
flashrom flashrom: bump to version 0.9.6.1 2012-08-17 18:01:59 +02:00
flex flex: needs host-m4 2013-03-24 16:16:03 +01:00
flot flot: add fillbetween plugin 2013-03-10 23:13:35 +01:00
fltk fltk: replace dependency on X.org server with dependency on libraries 2013-01-12 22:42:24 +01:00
fluxbox fluxbox: fix build against imlib2 2013-01-03 21:34:56 +01:00
fmtools
fontconfig package: remove explicit --disable-doc* passing 2012-12-12 21:20:22 +01:00
freerdp all packages: rename XXXTARGETS to xxx-package 2012-07-17 20:23:05 +02:00
freetype package: use <pkg>_CONFIG_SCRIPTS in packages that used special handling 2013-02-08 22:40:49 +01:00
fxload add new package fxload 2012-11-07 09:41:59 +01:00
gadgetfs-test gadget-test: inherit arch dependencies from libaio 2012-12-18 13:01:20 +01:00
gamin
gawk Revert "gawk: bump to version 4.0.2" 2013-02-05 09:39:02 +01:00
gd gd: add patch to fix gdlib-config script 2013-03-24 19:48:04 +01:00
gdbm gdbm: new package 2012-11-03 11:48:34 +01:00
gdk-pixbuf packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
genext2fs genext2fs: add license information 2013-01-28 23:32:56 +01:00
genimage package/genimage: new host-only package 2013-03-18 23:06:47 +01:00
genpart package/genpart: new host-only package 2013-03-18 23:08:22 +01:00
genromfs remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
gesftpserver gesftpserver: needs mmu 2013-02-17 22:55:59 +01:00
gettext gettext: do not get the libiconv dependency on the host 2013-03-24 16:15:47 +01:00
giblib package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
glib-networking glib-networking: fix a typo in the .mk file 2013-02-19 16:11:33 +01:00
gmp gmp: requires host-m4 2013-03-24 13:43:08 +01:00
gmpc gmpc: add license information 2013-01-29 23:22:46 +01:00
gnuchess gnuchess: add missing dependencies on flex and host-flex 2013-03-25 08:55:07 +01:00
gnupg gnupg: security bump to version 1.4.13 2013-01-02 14:58:16 +01:00
gnuplot gnuplot: new package 2013-03-24 19:50:40 +01:00
gnutls gnutls: bump to version 3.1.9 2013-03-04 20:57:01 +01:00
gob2 packages/flex: remove unnecessary BR2_PACKAGE_FLEX_LIBFL 2013-03-09 22:24:12 +01:00
googlefontdirectory googlefontdirectory: new package 2012-10-11 22:22:09 +02:00
gperf
gpsd gpsd: add upstream patches 2013-03-18 22:04:47 +01:00
gptfdisk gptfdisk: factorize the BR2_PACKAGE_GPTFDISK dependency 2013-03-10 22:31:58 +01:00
gqview gqview: Fix build failure due to missing -lm with binutils 2.22 2012-11-07 20:05:34 +01:00
grantlee grantlee: fix -lpthread build error 2012-11-15 22:02:39 +01:00
grep Remove all references to libintl 2012-09-20 21:33:38 +02:00
gsl gsl: fix build on !i386 uClibc 2012-11-17 23:41:58 +01:00
gtest New package: gtest 2013-03-17 23:22:40 +01:00
gtk2-engines
gtk2-themes
gtkperf packages: remove all := signs 2013-01-20 20:49:02 +01:00
gvfs dbus: uses fork(), requires MMU 2012-11-17 23:49:26 +01:00
gzip gzip: add license information 2013-01-21 23:47:51 +01:00
haserl haserl: needs fork() 2013-02-23 21:37:36 +01:00
hdparm hdparm: bump to version 9.43 2012-12-05 00:39:27 -08:00
heirloom-mailx heirloom-mailx: needs fork() 2013-02-03 21:37:32 +01:00
hiawatha hiawatha: bump to version 8.8 2013-03-01 16:11:25 +01:00
hostapd hostapd: bump to version 2.0 2013-01-20 22:28:23 +01:00
hplip hplip: needs C++ support in toolchain 2013-03-20 20:50:37 +01:00
htop htop: needs MMU 2013-03-05 15:51:01 +01:00
httping httping: bump to version 1.6.0 2013-03-04 14:41:30 +01:00
hwdata
i2c-tools
icu icu: speed up host build 2013-03-10 23:15:58 +01:00
ifplugd libdaemon: needs mmu 2012-11-28 10:39:08 -08:00
iftop iftop: needs threads support 2013-02-06 09:14:08 +01:00
igh-ethercat igh-ethercat: add license info 2012-11-30 14:29:03 -08:00
imagemagick imagemagick: fix CONFIG_SCRIPTS handling when C++ isn't available 2013-02-09 12:13:59 +01:00
imlib2 imlib2: fix imlib2-config 2013-01-04 22:31:48 +01:00
imx-lib imx-lib: new package 2013-01-14 14:58:11 +01:00
inadyn inadyn: Needs MMU 2013-01-06 22:09:26 +01:00
infozip infozip: new package 2013-01-14 16:51:44 +01:00
inotify-tools inotify-tools: needs mmu 2013-02-19 12:40:02 +01:00
input-event-daemon Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
input-tools input-tools: drop evtest from input-tools package 2012-09-28 22:08:39 +02:00
intltool
iostat
iperf remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
ipkg
iproute2 iproute2: add missing host-flex dependency 2013-03-24 16:15:56 +01:00
ipsec-tools packages/flex: remove unnecessary BR2_PACKAGE_FLEX_LIBFL 2013-03-09 22:24:12 +01:00
ipset ipset: bump to version 6.17 2013-03-01 16:11:32 +01:00
iptables iptables: bump to version 1.4.18 2013-03-04 21:00:25 +01:00
irda-utils remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
iw iw: use BR2_KERNEL_MIRROR for SITE 2013-02-06 14:42:49 +01:00
jamvm jamvm: force ARM mode when building to avoid thumb2 build problems 2012-12-05 10:17:56 -08:00
jpeg jpeg: convert to a real package 2013-03-09 22:27:02 +01:00
jpeg-turbo package: add selection between libjpeg and jpeg-turbo 2012-12-14 00:03:32 +01:00
jquery jquery: bump to version 1.8.3 2012-12-04 10:54:14 -08:00
jquery-sparkline jquery-sparkline: bump to version 2.1 2012-12-04 10:55:52 -08:00
jquery-validation jquery-validation: bump to version 1.10.0 2012-12-04 10:54:26 -08:00
jsmin Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
json-c json-c: Add json_object_iterator.h to installed headers 2013-03-06 21:09:31 +01:00
json-glib json-glib: new package 2013-03-18 22:00:02 +01:00
kbd Remove all references to libintl 2012-09-20 21:33:38 +02:00
kexec kexec: bump to version 2.0.4 2013-03-19 20:21:40 +01:00
keyutils keyutils: needs mmu 2013-02-22 14:20:35 +01:00
kismet kismet: add license information 2013-01-29 23:29:21 +01:00
kmod kmod: bump version 2012-12-15 22:19:49 +01:00
latencytop
lcdapi lcdapi: fix autobuilder failures 2012-11-03 10:32:38 +01:00
lcdproc lcdproc: needs MMU 2013-03-12 10:31:06 +01:00
lcms2 Added lcms2 package 2013-03-18 21:40:50 +01:00
leafpad leafpad: needs host-intltool 2012-09-20 14:11:39 +02:00
less less: bump to version 451 2012-09-09 22:39:49 +02:00
libaio
libao libao: add license information 2013-01-21 23:52:03 +01:00
libarchive
libargtable2 remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
libart
libatasmart libatasmart: fix host/build flags confusion with strpool 2013-02-06 14:20:27 +01:00
libatomic_ops libatomic_ops: bump to version 7.2 2012-11-17 23:41:48 +01:00
libcap libcap: fix host build when BR2_PACKAGE_ATTR is enabled 2013-03-19 16:12:36 +01:00
libcap-ng
libcdaudio remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
libcgi remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
libcgicc
libcofi libcofi: new package 2013-01-06 22:56:15 +01:00
libconfig
libconfuse package/libconfuse: add host variant 2013-03-18 23:04:42 +01:00
libcue packages/flex: remove unnecessary BR2_PACKAGE_FLEX_LIBFL 2013-03-09 22:24:12 +01:00
libcuefile
libcurl libcurl: add SASL security patch 2013-02-18 13:47:52 +01:00
libdaemon libdaemon: needs mmu 2012-11-28 10:39:08 -08:00
libdmtx remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
libdnet remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
libdrm libdrm: bump version and add lib_pciaccess dependancy 2013-03-20 15:10:58 +01:00
libdvdnav package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
libdvdread package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
libebml package: add libebml package 2012-11-27 16:06:05 -08:00
libelf
liberation Allow selection of individual Liberation font sets 2013-01-14 21:34:35 +01:00
libesmtp
libev libev: disable on avr32 2012-12-09 21:57:56 +01:00
libevent
libexif packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libeXosip2 libeXosip2: needs mmu 2013-03-01 16:11:13 +01:00
libfcgi
libffi libffi: bump to version 3.0.13 2013-03-19 17:05:14 +01:00
libfreefare
libfribidi Install libfribidi to staging 2013-03-18 22:28:57 +01:00
libfslcodec libfslcodec: new package 2013-01-14 15:07:26 +01:00
libfslparser libfslparser: new package 2013-01-14 15:04:48 +01:00
libfslvpuwrap libfslvpuwrap: new package 2013-01-14 15:00:11 +01:00
libftdi
libfuse libfuse: add patch to fix AArch64 build issue 2013-02-04 08:03:31 +01:00
libgail packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libgcrypt package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
libgeotiff
libglade packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libglib2 libglib2: add dependency on host-gettext 2013-03-24 13:50:01 +01:00
libgpg-error libgpg-error: use <pkg>_CONFIG_SCRIPTS 2013-02-08 22:41:40 +01:00
libgsasl New package : GNU SASL Library - libgsasl 2013-01-13 20:49:07 +01:00
libgtk2 libgtk2: use non-host specific patch 2013-03-24 12:44:50 +01:00
libhid libhib: fix build on PowerPC 2012-12-12 22:25:13 +01:00
libical remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
libiconv
libid3tag packages: remove all := signs 2013-01-20 20:49:02 +01:00
libidn libidn: bump to version 1.26 2012-12-18 14:28:35 +01:00
libiqrf Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
libiscsi package/libiscsi: new package 2012-12-14 13:48:10 +01:00
libjpeg package: add selection between libjpeg and jpeg-turbo 2012-12-14 00:03:32 +01:00
liblo liblo: new pachage 2012-08-30 05:09:11 +02:00
liblockfile packages: remove all := signs 2013-01-20 20:49:02 +01:00
liblog4c-localtime liblog4c-localtime: fix underquoted path bug. 2012-11-02 21:02:28 +01:00
libmad libmad: force architecture-specific optimisations on AVR32 2013-02-23 21:39:55 +01:00
libmatroska package: add libmatroska package 2012-11-27 16:43:42 -08:00
libmbus libmbus : bump version to 0.8 2012-11-07 20:38:37 +01:00
libmcrypt package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
libmhash libmhash: new package 2013-01-13 21:22:19 +01:00
libmicrohttpd libmicrohttpd: bump to version 0.9.25 2013-03-01 16:11:17 +01:00
libmms packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libmnl libmnl: add license info 2012-11-03 19:12:07 +01:00
libmodbus
libmpd libmpd: add license information 2013-01-29 23:23:44 +01:00
libmpeg2
libnetfilter_acct libnetfilter_acct: bump to version 1.0.2 2013-03-04 20:59:56 +01:00
libnetfilter_conntrack libnetfilter_conntrack: bump to version 1.0.3 2013-03-04 20:59:53 +01:00
libnetfilter_cthelper libnetfilter_cthelper: add new package 2012-11-03 19:10:51 +01:00
libnetfilter_cttimeout libnetfilter_cttimeout: add license info 2012-11-03 19:09:21 +01:00
libnetfilter_log libnetfilter_log: add new package 2012-11-03 19:12:14 +01:00
libnetfilter_queue libnetfilter_queue: does not build without IPv6 support 2012-11-14 23:00:33 +01:00
libnfc libnfc: bump version 2012-11-15 22:15:24 +01:00
libnfc-llcp libnfc-llcp: bump version 2012-11-15 22:16:14 +01:00
libnfnetlink libnfnetlink: bump to version 1.0.1 2012-11-03 19:09:32 +01:00
libnl libnl: add missing dependency on host-flex 2013-03-24 16:43:42 +01:00
libnspr package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
libnss libnss: fix build failures 2012-12-16 10:01:19 +01:00
liboauth packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libogg libogg: add license informations 2013-01-20 20:42:20 +01:00
liboping liboping: fix legal-info 2013-02-05 08:45:02 +01:00
libosip2
libpcap libpcap: add missing flex/bison dependencies 2013-03-24 13:43:44 +01:00
libpfm4 libpfm4: new package 2013-03-18 22:13:46 +01:00
libplayer libplayer: propagate 'depends on' from mplayer 2012-12-28 23:35:37 +01:00
libpng package: use <pkg>_CONFIG_SCRIPTS in packages that used special handling 2013-02-08 22:40:49 +01:00
libpthsem libpthsem: new package 2013-03-24 22:54:49 +01:00
libraw
libraw1394
libreplaygain
libroxml libroxml: don't build docs 2012-12-09 21:28:02 +01:00
librsvg packages: remove all := signs 2013-01-20 20:49:02 +01:00
librsync packages: remove all := signs 2013-01-20 20:49:02 +01:00
libsamplerate packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libseccomp libseccomp: Fix install option order 2012-12-18 14:27:48 +01:00
libsexy
libsha1 libsha1: new package 2013-01-12 22:37:02 +01:00
libsigc libsigc: bump to version 2.2.11 2013-01-17 14:43:20 +01:00
libsndfile libsndfile: Add dependency on BR2_LARGEFILE 2013-02-05 21:45:05 +01:00
libsoup Revert "gnutls: make it non-wchar friendly" 2013-02-05 11:45:28 +01:00
libsvgtiny packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libsysfs packages: remove the last remaining copyright notices 2013-01-20 20:51:17 +01:00
libtasn1 new package: libtasn1 2013-03-05 08:55:44 +01:00
libtheora packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libtirpc libtirpc: handle the case where uClibc may have RPC support 2012-11-14 23:00:11 +01:00
libtool packages: remove all := signs 2013-01-20 20:49:02 +01:00
libtorrent libtorrent: needs threads support 2013-02-19 16:23:17 +01:00
libtpl remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
libungif libungif: add license information 2013-01-29 23:25:40 +01:00
libupnp libupnp: requires threads 2013-02-27 11:56:46 +01:00
liburcu liburcu: bump to version 0.7.6 2013-01-20 21:26:22 +01:00
libusb AVR32: fix libusb build 2012-11-23 10:40:45 +01:00
libusb-compat package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
libv4l libv4l: depends on jpeg so must select it 2013-03-12 22:31:31 +01:00
libvncserver libvncserver: gnutls support needs gcrypt as well 2013-02-05 23:09:44 +01:00
libvorbis libvorbis: fix LIBVORBIS_SITE 2013-02-17 22:48:48 +01:00
libxml2 package: use <pkg>_CONFIG_SCRIPTS wherever possible 2013-02-08 22:34:26 +01:00
libxml-parser-perl microperl: remove it 2013-03-04 17:16:24 +01:00
libxslt package: use <pkg>_CONFIG_SCRIPTS in packages that used special handling 2013-02-08 22:40:49 +01:00
libyaml
lighttpd lighttpd: security bump to version 1.4.32 2012-12-05 00:41:09 -08:00
linenoise linenoise: patch was merged on upstream 2013-02-22 23:27:10 +01:00
links links: needs mmu 2013-01-14 12:23:54 +01:00
linphone libeXosip2: needs mmu 2013-03-01 16:11:13 +01:00
linux-firmware linux-firmware: switch to http url 2013-02-25 19:26:19 +01:00
linux-fusion linux-fusion: bump to 9.0.0 2013-02-26 22:46:42 +01:00
linux-pam linux-pam: add missing dependency on host-flex 2013-03-25 08:28:34 +01:00
lite packages: remove all := signs 2013-01-20 20:49:02 +01:00
live555
lm-sensors lm-sensors: add license info 2012-11-14 22:34:20 +01:00
lmbench packages: remove all := signs 2013-01-20 20:49:02 +01:00
localedef
lockfile-progs lockfile-progs: add license info 2012-11-14 22:34:28 +01:00
log4cxx log4cxx: new package 2013-03-24 20:38:56 +01:00
logrotate logrotate: add license info 2012-11-14 22:34:45 +01:00
logsurfer remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
lpc3250loader
lrzsz packages: remove the last remaining copyright notices 2013-01-20 20:51:17 +01:00
lshw package/lshw: add missing dependency on gettext 2012-09-20 21:34:56 +02:00
lsof lsof: add license info 2012-11-14 22:35:27 +01:00
lsuio
ltp-testsuite ltp-testsuite: bump version to 20130109 2013-03-04 10:30:23 +01:00
ltrace ltrace: fix download url 2012-12-10 09:54:01 +01:00
lttng-babeltrace lttng-babeltrace: bump to version 1.0.2 2013-01-20 21:26:39 +01:00
lttng-libust lttng-libust: fix version bumping to 2.1.1 2013-01-21 10:48:56 +01:00
lttng-modules lttng-modules: bump to 2.1.0 2013-01-01 22:19:01 +01:00
lttng-tools lttng-tools: fix version bumping to 2.1.1" 2013-01-21 10:48:54 +01:00
lua lua: support linenoise 2012-12-05 10:58:01 -08:00
lua-msgpack-native lua-msgpack-native: fix fetch 2012-11-17 10:15:24 +01:00
luacjson
luaexpat
luafilesystem
luajit luajit: bump to version 2.0.1 2013-02-22 23:28:24 +01:00
luasocket
lvm2 lvm2: uses fork() 2013-02-05 09:00:22 +01:00
lzma packages: remove all := signs 2013-01-20 20:49:02 +01:00
lzo
lzop lzop: add host build 2013-01-13 21:12:18 +01:00
m4
macchanger macchanger: new package 2012-10-21 20:41:18 +02:00
make packages: remove all := signs 2013-01-20 20:49:02 +01:00
makedevs
matchbox matchbox-wm: fix mbtheme build issue when png support is disabled 2013-02-21 10:59:06 +01:00
mcrypt mcrypt: rediff CVE-2012-4527 to fix issue with old patch versions 2013-01-14 23:47:49 +01:00
mdadm package/mdadm: add license information 2013-03-10 23:06:07 +01:00
media-ctl Media-ctl: new package 2013-01-22 23:00:38 +01:00
mediastreamer mediastreamer: add missing host-gettext dependencies and other fixes 2013-03-25 22:15:45 +01:00
memstat
memtester
metacity metacity: fix X.org dependencies 2013-01-12 22:50:05 +01:00
midori midori: add license information 2012-12-04 13:56:24 -08:00
mii-diag mii-diag: fix race condition 2013-02-26 23:47:19 +01:00
minicom minicom: uses fork() 2013-01-14 23:06:42 +01:00
mobile-broadband-provider-info packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
module-init-tools module-init-tools: add license info 2012-11-14 22:36:06 +01:00
monit
mpc mpc: bump to version 1.0.1 and license change 2012-09-09 22:41:10 +02:00
mpfr mpfr: bump to version 3.1.2 2013-03-19 17:05:06 +01:00
mrouted mrouted: add missing dependency on host-bison 2013-03-25 08:37:01 +01:00
msmtp packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
mtd mtd: add options to build flash_otp_unlock and flash_otp_write 2013-01-13 21:14:14 +01:00
mtdev mtdev: new package 2012-08-30 04:38:27 +02:00
mtdev2tuio Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
mtools package/mtools: new host-package 2013-03-18 23:11:45 +01:00
multimedia gstreamer: add missing dependencies on host-flex and host-bison 2013-03-25 08:29:53 +01:00
mutt remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
mxml
mysql_client mysql_client: bump to version 5.1.67 2012-12-28 16:54:35 +01:00
nano nano: add license info 2012-08-21 12:48:03 +02:00
nanocom remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
nasm
nbd nbd: bump to version 3.2 2012-10-16 23:14:09 +02:00
ncdu ncdu: new package 2013-01-21 22:07:49 +01:00
ncftp
ncurses ncurses: enable shared library build on the host 2013-03-24 13:47:20 +01:00
ndisc6 Remove all references to libintl 2012-09-20 21:33:38 +02:00
neard neard: fix build with kernel headers 3.1 - 3.6 2013-02-17 23:10:59 +01:00
neardal neardal: bump version to 0.8 2013-01-21 23:15:16 +01:00
neon neon: add license informations 2013-03-24 20:36:02 +01:00
netatalk netatalk: fix 64-bit build 2012-12-18 08:37:16 +01:00
netcat packages: remove all := signs 2013-01-20 20:49:02 +01:00
netkitbase netkitbase: mark as deprecated 2012-11-04 01:18:16 +01:00
netkittelnet netkittelnet: mark as deprecated 2012-11-04 01:19:03 +01:00
netperf
netplug
netsnmp netsnmp: configurable MIB modules 2013-03-24 23:40:56 +01:00
netstat-nat
nettle nettle: bump to version 2.6 2013-01-28 23:18:03 +01:00
network-manager network-manager: needs host-intltool 2013-02-19 13:14:43 +01:00
newt newt: convert to autotools-package infra 2012-10-21 21:38:09 +02:00
nfacct nfacct: bump to version 1.0.1 2013-03-04 21:00:02 +01:00
nfs-utils nfs-utils: add patches to allow compilation against libtirpc 2012-11-14 23:00:18 +01:00
ngircd
ngrep remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
nmap nmap: new package 2013-02-25 20:34:08 +01:00
nodejs nodejs: new package 2013-03-18 09:42:46 +01:00
noip
nss-mdns libdaemon: needs mmu 2012-11-28 10:39:08 -08:00
ntfs-3g ntfs-3g: needs mmu 2013-02-18 13:07:21 +01:00
ntp ntp: add license information 2012-11-08 22:30:36 +01:00
nuttcp nuttcp: needs mmu 2013-02-02 17:34:06 +01:00
ocf-linux remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
ofono ofono: bump version 2013-01-13 19:56:46 +01:00
olsr olsr: add missing dependency on host-bison/host-flex 2013-03-25 19:50:31 +01:00
omap-u-boot-utils Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
open2300
opencv remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
opengl rpi-userland: provides OpenGL ES, EGL and OpenVG 2013-03-06 22:18:39 +01:00
openntpd openntpd: add license info 2012-11-14 22:36:23 +01:00
openobex openobex: new package 2013-03-13 23:32:46 +01:00
openocd packages: remove all := signs 2013-01-20 20:49:02 +01:00
openpgm openpgm: new package 2013-03-17 16:02:13 +01:00
openssh openssh: add linux-pam support 2013-03-24 16:41:29 +01:00
openssl openssl: bump to version 1.0.1e 2013-02-18 13:15:17 +01:00
openswan openswan: add missing TARGET_MAKE_ENV 2013-03-25 08:57:15 +01:00
openvpn openvpn: fix init script name 2013-01-15 21:34:14 +01:00
opkg opkg: fix configure step by adding host-pkgconf dependency 2013-01-15 21:37:47 +01:00
oprofile oprofile 0.9.8: fix compilation on powerpc 2013-03-24 11:47:24 +01:00
opus opus: bump version 2012-12-14 23:55:10 +01:00
opus-tools opus-tools: bump version 2012-12-15 00:07:56 +01:00
orc orc: bump to version 0.4.16 2012-12-19 14:47:05 +01:00
ortp ortp: disable Werror 2012-12-19 14:45:34 +01:00
owl-linux owl-linux: add license info 2012-11-30 14:29:44 -08:00
pango pango: fix X.org dependencies 2013-01-12 22:48:24 +01:00
parted lvm2: uses fork() 2013-02-05 09:00:22 +01:00
patch patch: bump to version 2.7.1 2012-10-09 14:43:46 +02:00
pciutils pciutils: work around race condition in make install with high BR2_JLEVEL 2012-12-17 09:27:30 +01:00
pcmanfm pcmanfm: replace dependency on X.org server by dependency on libX11 2012-12-19 14:52:18 +01:00
pcre pcre: always enable the 8-bits version 2013-03-09 21:06:46 +01:00
pcsc-lite pcsc-lite: requires mmu 2013-01-31 13:49:26 +01:00
perf perf: add kernel version checks 2013-01-07 21:40:20 +01:00
perl perl: bump to version 5.16.3 2013-03-17 14:36:07 +01:00
php php: security bump to version 5.3.23 2013-03-20 23:27:11 +01:00
picocom
pixman pixman: bump version 2013-01-13 19:56:46 +01:00
pkg-config pkg-config: mark as deprecated 2012-10-29 22:04:23 +01:00
pkgconf pkgconf: add license informations 2013-01-20 20:42:54 +01:00
poco poco: bump to 1.4.6p1 2013-03-13 23:07:02 +01:00
polarssl polarssl: security bump to version 1.2.5 2013-02-04 23:22:32 +01:00
polkit polkit: don't build documentation and examples 2013-01-27 17:21:45 +01:00
popt popt: add license info 2012-11-14 22:37:15 +01:00
portaudio alsa-lib: require thread support 2012-09-20 21:50:21 +02:00
portmap portmap: mention that rpcbind is the project that superseds portmap 2012-11-06 08:20:17 +01:00
pppd pppd: fix build with 3.5+ kernel headers 2012-09-11 08:59:56 +02:00
pptp-linux pptp-linux: fix parallel build 2013-02-04 08:02:22 +01:00
prboom package: drop games/ subdir 2012-11-05 08:23:06 +01:00
procps procps: add license info 2012-11-14 22:37:19 +01:00
proftpd ProFTPD: Add config option to enable mod_rewrite 2013-03-04 13:39:49 +01:00
protobuf
proxychains-ng proxychains-ng: needs threads 2013-02-07 19:20:30 +01:00
psmisc psmisc: bump to version 22.20 2013-03-19 20:23:24 +01:00
pv
python python: build host-python with MAKE1 2012-12-15 19:06:29 +01:00
python3 python3: Fix pyc-only related runtime exceptions 2013-01-28 22:03:57 +01:00
python-bottle python-bottle: new package 2012-12-18 22:12:54 +01:00
python-distutilscross
python-dpkt
python-id3 remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
python-mad
python-meld3
python-netifaces
python-nfc python-nfc: bump version 2012-11-15 22:17:39 +01:00
python-protobuf python-protobuf: Add support for Python implementation of Google's Protocol Buffers 2012-10-21 21:54:38 +02:00
python-pygame
python-pyparsing package/python-pyparsing: new package 2012-12-16 20:37:53 +01:00
python-serial
python-setuptools
qemu package/qemu: bump version to 1.3.1 2013-02-05 00:26:18 +01:00
qextserialport qextserialport: bump version 2013-01-13 19:56:43 +01:00
qt Merge branch 'next' 2013-03-01 11:11:24 +01:00
qt5 qt5: factor Qt5 version 2013-03-24 14:42:39 +01:00
qtuio qtuio: fix build issue because of missing include 2012-12-02 07:48:18 -08:00
quagga quagga: add license information 2013-01-28 23:31:47 +01:00
quota quota: select BR2_PACKAGE_UTIL_LINUX_BINARIES 2013-03-24 14:02:36 +01:00
qwt qwt: fix project's URL 2013-01-28 16:42:41 +01:00
radvd packages/flex: remove unnecessary BR2_PACKAGE_FLEX_LIBFL 2013-03-09 22:24:12 +01:00
ramspeed
rdesktop remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
read-edid
readline readline: add license information 2013-01-28 23:31:28 +01:00
redis redis: build fix and minor improvement 2013-03-25 23:36:08 +01:00
rings
rng-tools rng-tools: bump to version 4 2012-12-27 18:56:12 +01:00
rp-pppoe rp-pppoe: bump to version 3.11 2012-09-05 23:03:26 +02:00
rpcbind rpcbind: fix build on toolchains without IPv6 support 2012-11-14 23:00:37 +01:00
rpi-firmware rpi-firmware: New package 2013-01-06 23:01:50 +01:00
rpi-userland rpi-userland: add bcm_host to egl.pc 2013-03-09 22:25:41 +01:00
rpm
rrdtool rrdtool: add license info 2012-11-30 14:29:50 -08:00
rsh-redone
rsync rsync: add license info 2012-08-21 12:59:49 +02:00
rsyslog
rt-tests rt-tests: mention that NPTL thread implementation is needed 2013-03-24 19:39:09 +01:00
rtai
rtorrent libtorrent: needs threads support 2013-02-19 16:23:17 +01:00
rubix rubix: fix X.org dependency 2013-01-12 22:50:12 +01:00
ruby ruby: disable parallel build 2013-02-23 21:37:07 +01:00
sam-ba sam-ba: select BR2_HOSTARCH_NEEDS_IA32_LIBS 2013-01-06 21:37:40 +01:00
samba samba: bump to version 3.6.13 2013-03-19 17:05:25 +01:00
sane-backends sane-backends: fix documentation build failure 2012-12-09 21:40:46 +01:00
sawman
schifra schifra: new package 2012-09-10 10:45:19 +02:00
sconeserver sconeserver: fix depends 2012-12-28 16:54:01 +01:00
scons scons: bump to version 2.2.0 2012-12-05 00:39:24 -08:00
screen screen: add license information 2012-12-04 14:47:19 -08:00
sdl sdl: use <pkg>_CONFIG_SCRIPTS for sdl-config 2013-03-18 09:46:31 +01:00
sdl_gfx sdl_gfx: bump version 2013-01-19 22:47:12 +01:00
sdl_image packages: remove all := signs 2013-01-20 20:49:02 +01:00
sdl_mixer sdl_mixer: bump to version 1.2.12 2013-01-19 19:28:48 +01:00
sdl_net
sdl_sound
sdl_ttf sdl_ttf: bump to version 2.0.11 2013-01-19 19:27:16 +01:00
sdparm sdparm: add license information 2013-01-28 23:31:21 +01:00
sed sed: bump to version 4.2.2 2012-12-26 23:41:52 +01:00
ser2net ser2net: bump to version 2.8 2013-03-09 21:20:50 +01:00
setserial
sg3_utils sg3_utils: new package 2013-01-20 22:38:53 +01:00
shared-mime-info packages: remove all := signs 2013-01-20 20:49:02 +01:00
slang
slirp package/slirp: new package 2012-12-16 21:30:29 +01:00
smartmontools smartmontools: bump to version 6.1 2013-03-19 22:43:24 +01:00
snowball-hdmiservice snowball-hdmiservice: new package 2012-11-30 07:58:22 -08:00
snowball-init Add init script files for snowball board 2012-11-30 08:00:55 -08:00
socat socat: add license info 2012-08-15 12:03:53 +02:00
socketcand Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
sound-theme-borealis
sound-theme-freedesktop
spawn-fcgi spawn-fcgi: needs mmu 2013-02-25 12:51:40 +01:00
speex speex: add license informations 2013-01-20 20:43:24 +01:00
spice spice: entire client support needs C++/threads, not just start dialog gui 2013-01-01 13:34:15 +01:00
spice-protocol package/spice-protocol: new package 2012-12-16 21:31:30 +01:00
sqlcipher
sqlite xtensa: sqlite requires special compiler option 2013-01-30 00:19:42 +01:00
squashfs remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
squashfs3 remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
squid squid: bump to version 3.3.3 2013-03-24 14:02:40 +01:00
sredird
sshfs sshfs: add license information 2013-01-21 23:48:29 +01:00
sstrip
startup-notification
statserial
strace xtensa: disable package strace for Xtensa 2013-01-14 22:53:36 +01:00
stress stress: honor the BR2_PREFER_STATIC_LIB preference 2013-03-04 20:58:39 +01:00
stunnel stunnel: security bump to version 4.55 2013-03-19 20:22:59 +01:00
sudo sudo: security bump to version 1.8.6p7 2013-03-19 17:04:59 +01:00
supervisor
sylpheed sylpheed: fix license files typo 2012-12-16 01:05:47 +01:00
synergy remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
sysklogd
sysprof
sysstat package: remove explicit --disable-doc* passing 2012-12-12 21:20:22 +01:00
systemd dbus: uses fork(), requires MMU 2012-11-17 23:49:26 +01:00
sysvinit
taglib taglib: bump to version 1.8 2012-12-29 20:39:35 +01:00
tar tar: add license information 2013-01-28 23:31:16 +01:00
tcl tcl: add license information 2013-03-24 14:11:03 +01:00
tcllib tcllib: new package 2012-12-10 22:36:03 +01:00
tcpdump packages: remove the last remaining copyright notices 2013-01-20 20:51:17 +01:00
tcpreplay remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
texinfo texinfo: new host package 2013-03-24 23:31:44 +01:00
tftpd
thttpd thttpd: needs mmu 2013-02-17 22:47:57 +01:00
ti-utils Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
tiff packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
time package/time: New package for GNU time. 2012-10-20 21:09:58 +02:00
tinyhttpd remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
tn5250 tn5250: add license information 2013-01-29 23:24:37 +01:00
torsmo torsmo: fix X.org dependency 2013-01-12 22:50:53 +01:00
transmission transmission: needs threads support in toolchain 2012-12-16 00:53:27 +01:00
tremor tremor: force ARM mode when building to avoid Thumb2 build problems 2012-11-15 16:41:34 +01:00
tslib tslib: fix license info 2013-01-15 21:37:38 +01:00
ttcp ttcp: convert to generic-package infrastructure 2012-10-08 23:10:20 +02:00
tvheadend package/tvheadend: fix startup script 2013-03-09 21:22:04 +01:00
tzdata package/tzdata: new package 2013-03-10 23:37:04 +01:00
uboot-tools uboot-tools: add option for mkenvimage 2013-03-24 20:49:00 +01:00
udev packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
udisks lvm2: uses fork() 2013-02-05 09:00:22 +01:00
udpcast packages: remove all := signs 2013-01-20 20:49:02 +01:00
uemacs
ulogd ulogd: bump to version 2.0.2 2013-03-04 21:00:08 +01:00
unionfs libfuse: needs mmu 2012-12-26 23:38:43 +01:00
urg urg: handle config scripts properly 2013-03-18 09:46:02 +01:00
usb_modeswitch usb_modeswitch: bump to version 1.2.5 2012-12-04 12:16:54 -08:00
usb_modeswitch_data usb_modeswitch_data: bump to version 20121109 2012-12-04 12:16:57 -08:00
usbmount
usbredir package/usbredir: update to version 0.6 2013-02-05 00:11:29 +01:00
usbutils usbutils: add license info 2012-11-14 22:38:09 +01:00
ushare libupnp: requires threads 2013-02-27 11:56:46 +01:00
ussp-push ussp-push: new package 2013-03-14 00:05:34 +01:00
util-linux host util-linux: disable login and su since they depend on PAM 2013-03-18 22:54:16 +01:00
ux500-firmware ux500-firmware: new package 2012-11-30 07:59:16 -08:00
vala vala: bump version 2012-11-15 10:13:58 +01:00
valgrind valgrind: bump to 3.8.1 2013-01-01 22:24:27 +01:00
vde2 package/vde2: new package 2012-12-16 20:14:44 +01:00
vim vim: Docs are only available when BR2_PACKAGE_VIM_RUNTIME is selected 2013-02-19 21:54:42 +01:00
vpnc vpnc: convert to generic-package infrastructure 2012-10-08 23:14:19 +02:00
vsftpd vsftpd: add empty directory /usr/share/empty 2013-01-21 23:58:18 +01:00
vtun package/vtun: add missing 'depends on' zlib 2013-02-22 23:49:44 +01:00
webkit webkit: fix compilation without X11 2013-01-14 23:51:00 +01:00
webrtc-audio-processing
wget wget: bump to version 1.14 2012-08-24 23:48:46 +02:00
whetstone
which which: add license info 2012-11-14 22:38:52 +01:00
wipe wipe: add license information 2013-01-29 23:30:26 +01:00
wireless_tools wireless_tools: don't call ldconfig 2013-01-20 19:33:22 +01:00
wireshark wireshark: security bump to version 1.8.6 2013-03-09 21:32:20 +01:00
wpa_supplicant wpa_supplicant: bump to version 2.0 2013-01-20 22:28:29 +01:00
wsapi
x11r7 xapp_xev: add missing dependencies on xlib_libXrandr 2013-03-25 21:33:36 +01:00
x11vnc x11vnc: add optional dependencies 2012-09-29 21:58:19 +02:00
xavante
xenomai xenomai: add license info 2012-11-14 22:38:55 +01:00
xerces
xfsprogs
xinetd xinetd: follow the convention for patch location 2013-03-20 23:28:27 +01:00
xl2tp xl2tp: bump to version 1.3.1 2012-09-23 20:52:56 +02:00
xmlstarlet remove rest of the BR2_SOURCEFORGE_MIRROR references 2012-08-28 22:59:52 +02:00
xstroke xstroke: mark as deprecated 2012-12-18 21:40:25 +01:00
xterm
xvkbd xvkbd: remove version from the patch file name 2013-01-12 22:53:11 +01:00
xz xz: add license information 2013-01-21 23:40:14 +01:00
yajl Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
yasm
yavta Yavta: new package 2013-01-22 21:37:02 +01:00
zd1211-firmware zd1211-firmware: new package 2013-01-04 12:08:06 +01:00
zeromq zeromq: require IPv6 support in toolchain 2013-03-18 11:39:39 +01:00
zic package/zic: new host package 2013-03-10 23:37:00 +01:00
zlib packages: remove all := signs 2013-01-20 20:49:02 +01:00
zxing zxing: add version of the Apache license 2012-08-22 23:21:04 +02:00
Config.in bcusdk: new package 2013-03-24 22:57:14 +01:00
Config.in.host package/mtools: new host-package 2013-03-18 23:11:45 +01:00
Makefile.in Make external toolchain relocatable 2013-02-05 15:06:31 +01:00
pkg-autotools.mk Fix autoreconf libtool patching 2013-03-24 22:15:58 +01:00
pkg-cmake.mk
pkg-download.mk pkg-download.mk: fix multiple matches in shallow clone test 2012-12-09 21:46:40 +01:00
pkg-generic.mk <pkg>-rsync: Reincluding core files and folders, which got kicked out by --cvs-exclude option. 2013-03-24 22:07:56 +01:00
pkg-utils.mk legal-info: quote csv file contents, so commas can be used 2012-11-14 22:43:45 +01:00