kumquat-buildroot/package
Thomas Petazzoni 240843cce3 flex: fix autobuilder failures
Since fe6a9e5e9d (flex: needs M4 at runtime), the autobuilders have
been producing a number of flex related build failures. They have been
hard to track down, because even on the same machine, with the same
Git commit ID and the same configuration, the failure could not be
reproduced.

However, a close inspection of flex's config.log file allowed to find
out what the problem was. In its configure script, flex uses the
host-flex to generate a minimal example, and find out the name of the
output file of flex.

When the M4 environment is passed when building the target flex, it
also affects the *execution* of the host-flex, which tries to use
/usr/bin/m4 (which doesn't exist in the autobuilder machines) instead
of the one built in $(HOST_DIR)/usr/bin/m4. So generating the minimal
example fails. And this is where what I could reproduce and what the
autobuilders script produce differ: in my case, even though host-flex
fails to run, it creates an empty lex.yy.c, which is enough to make
the configure script happy. In the context of the autobuild scripts,
this file is apparently not created at all, for an unknown reason, and
this leads to the configure script to abort.

The fix is to set ac_cv_path_M4. This will affect the default m4 used
by the target flex, but it will not affect the m4 used by the
host-flex. It allows the test made during the configure script to work
properly, and therefore should fix the issue seen in the autobuilders.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-05-28 13:17:17 +02:00
..
acl
acpid acpid: add license information 2012-11-30 12:24:52 -08:00
aircrack-ng aircrack-ng: don't drop TARGET_LDFLAGS 2013-05-16 09:21:08 +02:00
alsa-lib alsa-lib: fix noMMU build 2013-03-09 21:08:53 +01:00
alsamixergui
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: bump to version 3.1.13 2013-04-28 20:33:15 +02:00
atk atk: add license information 2013-05-11 09:52:55 +02:00
attr attr: fix static build 2012-11-17 23:49:20 +01:00
audiofile audiofile: regenerate configure to fix issues 2013-05-05 21:01:56 +02: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 avahi: needs threads 2013-04-04 22:48:40 +02: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 missing dependency on host-bison 2013-03-26 08:45:15 +01:00
bcusdk libpthsem: needs mmu 2013-03-30 20:47:44 +01:00
beecrypt beecrypt: add license information 2012-12-04 13:56:08 -08:00
berkeleydb
bind bind: fix build failure for static+openssl 2013-05-05 22:57:54 +02:00
binutils arc: Add support for ARC-specific binutils 2013-05-04 23:07:44 +02:00
bison bison: bump to version 2.7.1 2013-04-17 21:49:42 +02:00
blackbox blackbox: needs mmu 2013-05-06 23:59:12 +02: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: Limit architectures which can build boost context library 2013-05-23 23:08:05 +02:00
bootutils
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: update mdev patch and add ntfs volume patch 2013-05-14 17:20:10 +02:00
bwm-ng
bzip2
cache-calibrator New package: cache-calibrator 2013-01-29 21:34:09 +01:00
cairo cairo: fix build when toolchain has no thread support 2013-05-14 22:03:52 +02:00
can-utils can-utils: needs mmu support 2013-01-22 08:43:50 +01:00
ccache ccache: define license 2013-05-02 23:53:36 +02: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
chrony chrony: new package 2013-05-07 23:04:08 +02:00
cifs-utils cifs-utils: bump to version 6.0 2013-04-11 09:30:28 +02:00
cjson cjson: change source to svn repo 2013-02-01 08:57:53 +01:00
classpath classpath: remove qt support 2013-05-12 21:03:40 +02:00
cloop
cmake cmake: bump to 2.8.10.2 2013-03-10 21:28:20 +01:00
collectd collectd: bump to version 5.3.0 2013-04-14 23:58:51 +02: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
cppzmq zeromq: needs threads 2013-04-10 11:46:11 +02:00
cpuload Download packages from github in tar.gz format instead git format. 2012-10-08 21:21:00 +02:00
cramfs
crda crda: needs threads 2013-05-16 13:05:15 +02:00
crosstool-ng crosstool-ng: bump to version 1.18.0 2013-04-23 23:44:02 +02:00
cryptodev cryptodev: add new virtual 2013-05-05 22:59:47 +02:00
cryptodev-linux cryptodev-linux: new package 2013-05-05 22:59:37 +02: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: specify curl-config path 2013-05-13 16:20:22 +02:00
cvs cvs: needs MMU support 2012-09-25 20:28:34 +02:00
czmq czmq: disable asciidoc documentation generation 2013-05-12 21:28:10 +02:00
dash
dbus dbus: add license information 2013-05-11 09:55:32 +02: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: only needs gettext if locale is selected 2013-05-03 14:38:55 +02:00
directfb directfb: fix error in *SetRegion* datatypes 2013-05-02 23:11:39 +02:00
directfb-examples various packages: fix license information 2013-05-08 13:49:01 +02:00
distcc distcc: add license information 2013-01-29 23:21:28 +01:00
divine various packages: fix license information 2013-05-08 13:49:01 +02:00
dmalloc dmalloc: Stop libdmalloc*.so files from being deleted from staging directory 2013-05-04 22:39:16 +02:00
dmidecode
dmraid lvm2: uses fork() 2013-02-05 09:00:22 +01:00
dnsmasq dnsmasq: build with MAKE1 2013-04-21 23:17:18 +02: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: disable standalone mode for nommu 2013-05-07 16:30:30 +02:00
dsp-tools
dstat dstat: needs mmu 2012-12-21 13:57:32 +01:00
dtach dtach: needs mmu 2013-04-03 22:42:15 +02:00
dvb-apps dvb-apps utilities: needs threads 2013-05-23 22:33:12 +02:00
dvbsnoop dvbsnoop: new package dvbsnoop 2013-01-13 21:02:01 +01:00
e2fsprogs fs/ext2: add ability to build ext3/4 too 2013-04-12 14:39:24 +02:00
ebtables ebtables: fix static build 2013-05-06 23:58:27 +02: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
enscript package: add enscript 2013-03-26 22:45:10 +01:00
erlang erlang: needs mmu 2013-05-06 23:54:40 +02:00
ethtool ethtool: bump to version 3.9 2013-05-05 16:33:51 +02:00
evtest packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
exfat exfat: doesn't work on static builds because of libfuse 2013-04-14 23:12:22 +02: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
f2fs-tools f2fs-tools: fix version 2013-05-12 21:28:30 +02:00
fakeroot
fan-ctrl fan-ctrl: needs MMU support 2013-05-14 12:34:20 +02:00
fb-test-app various packages: fix license information 2013-05-08 13:49:01 +02:00
fbdump packages: remove all := signs 2013-01-20 20:49:02 +01:00
fbgrab
fbset fbset: needs host-bison and host-flex 2013-04-01 21:02:53 +02: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
filemq filemq: disable asciidoc documentation generation 2013-05-12 21:30:11 +02: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
flex flex: fix autobuilder failures 2013-05-28 13:17:17 +02:00
flot flot: add plugins missed from 0.8.0 bump 2013-05-17 11:35:29 +02: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
foomatic-filters foomatic-filters: make location of enscript very clear 2013-04-04 22:57:30 +02:00
freerdp
freetype package: use <pkg>_CONFIG_SCRIPTS in packages that used special handling 2013-02-08 22:40:49 +01:00
fxload various packages: fix license information 2013-05-08 13:49:01 +02: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
gdb gdb: disable on AArch64 2013-04-13 20:13:40 +02: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 genimage: needs host-pkgconf 2013-03-30 20:47:24 +01:00
genpart package/genpart: new host-only package 2013-03-18 23:08:22 +01:00
genromfs
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
glibmm glibmm: new package 2013-04-24 21:42:59 +02:00
gmp gmp: bump to version 5.1.1 2013-04-26 22:18:36 +02: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: gd support needs libpng 2013-04-03 22:42:38 +02:00
gnutls gnutls: enable cryptodev-linux support 2013-05-05 23:00:35 +02:00
gob2 gob2: host variant needs host-bison and host-flex 2013-04-03 22:41:55 +02:00
googlefontdirectory googlefontdirectory: new package 2012-10-11 22:22:09 +02:00
gperf gperf: add license information 2013-05-07 23:01:33 +02:00
gpsd gpsd: bump version to 3.9 2013-05-02 23:29:39 +02: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
gsl gsl: fix build on !i386 uClibc 2012-11-17 23:41:58 +01:00
gtest gtest: needs mmu 2013-03-30 20:46:54 +01:00
gtk2-engines
gtk2-themes
gtkperf packages: remove all := signs 2013-01-20 20:49:02 +01:00
gutenprint gutenprint: ensure staging version of cups-config is used 2013-05-12 20:42:34 +02: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: move patches to new model 2013-04-23 09:03:21 +02: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 9.1 2013-04-17 21:50:22 +02:00
hostapd hostapd: bump to version 2.0 2013-01-20 22:28:23 +01:00
hplip hplip: needs threads 2013-05-10 20:37:40 +02:00
htop htop: bump to version 1.0.2 2013-04-25 22:44:39 +02: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: install to staging 2013-05-04 13:28:02 +02: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 intltool: host variant needs host-gettext 2013-03-30 20:47:07 +01:00
iostat
iozone IOzone: new package 2013-05-05 21:31:19 +02:00
iperf
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.18 2013-04-17 21:49:39 +02:00
iptables iptables: bump to version 1.4.18 2013-03-04 21:00:25 +01:00
irda-utils
iw iw: bump to version 3.10 2013-05-02 23:06:35 +02:00
jamvm jamvm: force ARM mode when building to avoid thumb2 build problems 2012-12-05 10:17:56 -08:00
jansson jansson: add empty line after header 2013-04-26 23:08:51 +02:00
jhead jhead: new package 2013-03-27 20:31:41 +01: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.9.1 2013-04-12 14:37:54 +02:00
jquery-keyboard jquery-keyboard: new package 2013-05-04 13:05:37 +02:00
jquery-sparkline jquery-sparkline: bump to version 2.1.1 2013-04-12 14:37:34 +02:00
jquery-ui jquery-ui: add license info 2013-05-06 17:43:36 +02:00
jquery-ui-themes jquery-ui-themes: use a choice option for theme name 2013-05-07 15:19:22 +02:00
jquery-validation jquery-validation: bump to version 1.11.1 2013-04-12 14:37:43 +02: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: bump to version 0.11 2013-05-10 20:41:39 +02:00
json-glib json-glib: new package 2013-03-18 22:00:02 +01:00
json-javascript json-javascript: new package 2013-05-05 22:15:28 +02:00
kbd kbd: add license information 2013-04-15 23:55:09 +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: bump to version 2013-03-R1b 2013-04-12 11:56:04 +02:00
kmod kmod: add license information 2013-04-15 23:48:14 +02: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
less
libaio
libao libao: add license information 2013-01-21 23:52:03 +01:00
libarchive libarchive: update to 3.0.4 2013-03-30 20:44:58 +01:00
libargtable2
libart
libatasmart various packages: fix license information 2013-05-08 13:49:01 +02:00
libatomic_ops libatomic_ops: fix build failure seen with toolchain without threads support 2013-05-23 22:48:20 +02:00
libcap libcap: fix host build when BR2_PACKAGE_ATTR is enabled 2013-03-19 16:12:36 +01:00
libcap-ng
libcdaudio
libcgi
libcgicc
libcofi libcofi: new package 2013-01-06 22:56:15 +01:00
libconfig libconfig: bump to 1.4.9 2013-04-21 22:32:01 +02:00
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 security patch for CVE-2013-1944 2013-05-11 21:26:42 +02:00
libdaemon libdaemon: needs mmu 2012-11-28 10:39:08 -08:00
libdmtx
libdnet
libdrm libdrm: add license informations 2013-05-12 22:16:21 +02: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: also fails for blackfin 2013-04-11 16:01:18 +02:00
libevent
libexif packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libeXosip2 libeXosip2: disable multi-thread support for toolchains without threads 2013-05-16 10:21:25 +02: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: not available for static builds 2013-04-14 23:11:06 +02:00
libgail packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libgcrypt libgcrypt: bump to version 1.5.2 2013-04-23 20:52:14 +02:00
libgeotiff
libglade packages: switch to host-pkgconf 2012-10-29 22:02:55 +01:00
libglib2 libglib2: fix build when toolchain has no thread support 2013-05-15 15:38:35 +02: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
libiconv
libid3tag libid3tag: add license information 2013-04-15 23:58:01 +02: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
libjson libjson: ensure shared lib is built with -fPIC 2013-05-03 13:10:23 +02:00
liblo
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.27 2013-05-07 09:20:48 +02: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: enable parallel make 2013-05-07 00:29:11 +02:00
libnspr libnss/libnspr: unavailable comment should be OR and not AND 2013-05-12 09:23:25 +02:00
libnss libnss/libnspr: unavailable comment should be OR and not AND 2013-05-12 09:23:25 +02: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 libosip2: disable multi-thread support for toolchains without threads 2013-05-16 10:21:05 +02:00
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: needs threads support in toolchain 2013-05-03 12:47:45 +02:00
libpng package: use <pkg>_CONFIG_SCRIPTS in packages that used special handling 2013-02-08 22:40:49 +01:00
libpthsem libpthsem: needs mmu 2013-03-30 20:47:44 +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
libserial libserial: new package 2013-04-23 20:37:42 +02:00
libsexy
libsha1 libsha1: add license informations 2013-05-12 22:17:24 +02:00
libsigc libsigc: needs host-m4 2013-03-27 19:52:55 +01:00
libsigsegv libsigsegv: fix build on x86_64 (probably others too) 2013-05-13 08:38:17 +02: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
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
libwebsockets libwebsockets: do not build/install testapps to target 2013-04-21 23:20:10 +02:00
libxkbcommon libxkbcommon: new package 2013-04-30 09:34:53 +02:00
libxml2 libxml2: depend on zlib and libiconv if appropriate 2013-05-17 11:58:34 +02:00
libxml-parser-perl microperl: remove it 2013-03-04 17:16:24 +01:00
libxmlpp various packages: fix license information 2013-05-08 13:49:01 +02: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
linknx linknx: fix dependencies 2013-05-13 13:24:48 +02: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: fix missing includes 2013-05-12 21:02:35 +02:00
lite packages: remove all := signs 2013-01-20 20:49:02 +01:00
live555
lm-sensors lm_sensors: needs host-bison and host-flex 2013-04-11 16:01:08 +02: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
lpc3250loader
lrzsz packages: remove the last remaining copyright notices 2013-01-20 20:51:17 +01:00
lshw
lsof lsof: add license info 2012-11-14 22:35:27 +01:00
lsuio
ltp-testsuite ltp-testsuite: fix build breakage with libcap 2013-05-05 21:01:30 +02:00
ltrace ltrace: unavailable for ARC architecture 2013-05-11 14:52:32 +02: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 Unhide lttng-tools and lttng-modules 2013-05-11 23:00:23 +02:00
lttng-tools lttng-tools: needs largefile support 2013-05-12 21:26:44 +02: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 LZOP definition for the host variant 2013-04-24 22:18:02 +02:00
m4
macchanger macchanger: new package 2012-10-21 20:41:18 +02:00
make make: add license info 2013-05-06 13:57:45 +02:00
makedevs
matchbox matchbox-lib: pango backend needs Xft support in pango 2013-05-12 10:53:38 +02: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 memtester: add license info 2013-05-03 12:26:45 +02:00
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 mobile-broadband-provider-info: bump to version 20120614 2013-04-21 23:30:17 +02:00
module-init-tools module-init-tools: add license info 2012-11-14 22:36:06 +01:00
mongoose mongoose: fix license info 2013-05-03 12:35:18 +02:00
mongrel2 mongrel2: works on ARM with uClibc 2013-05-23 22:29:19 +02:00
monit monit: add license information 2013-04-21 23:17:57 +02:00
mpc
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 msmtp: bump to version 1.4.31 2013-05-07 23:40:39 +02:00
mtd mtd: add options to build flash_otp_unlock and flash_otp_write 2013-01-13 21:14:14 +01:00
mtdev
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 bellagio: add license information 2013-05-17 12:02:02 +02:00
mutt
mxml
mysql_client mysql_client: bump to version 5.1.67 2012-12-28 16:54:35 +01:00
nano
nanocom
nasm
nbd nbd: add license information 2013-04-15 23:44:51 +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 ndisc6: only needs gettext if locale is selected 2013-05-07 00:23:55 +02:00
ne10 ne10: Use http instead of git method for package fetching. 2013-04-15 09:09:15 +02:00
neard neard: add support for tools 2013-04-26 16:42:11 +02:00
neardal neardal: add support for ncl tool 2013-04-26 12:39:18 +02:00
neon neon: fix license files 2013-05-14 17:18:18 +02: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 netperf: add license information 2013-04-15 23:44:37 +02:00
netplug
netsnmp netsnmp: enable agentx support by default 2013-04-17 21:47:03 +02:00
netstat-nat
nettle nettle: fix ARM NEON breakage 2013-05-05 16:35:06 +02: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
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 toolchain with threads support 2013-04-17 21:45:08 +02: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 ocf-linux: remove extension and build out of tree 2013-05-05 22:59:14 +02:00
ofono ofono: add license information 2013-04-15 09:06:21 +02:00
olsr olsr: add missing dependency on host-bison/host-flex 2013-03-25 19:50:31 +01:00
omap-u-boot-utils omap-u-boot-utils: define license 2013-05-02 23:52:54 +02:00
open2300
opencv gstreamer: needs threads support in toolchain 2013-05-03 12:47:54 +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: don't use a custom libexec dir 2013-04-25 22:53:00 +02:00
openssl openssl: fix host-openssl dependencies 2013-05-12 21:10:25 +02:00
openswan openswan: fix OCF support detection 2013-05-05 23:00:53 +02:00
openvpn openvpn: adjust iproute2 path logic 2013-04-07 09:43:32 +02: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: needs threads 2013-03-30 20:46:56 +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: fix license information 2013-05-08 12:17:13 +02:00
pciutils pciutils: ensure cross-pkgconfig is used 2013-04-29 09:17:15 +02: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 eliminate double slashes caused by FOO_SITE ending in a slash 2013-04-15 20:33:52 +02:00
php qt, php: selecting mysql requires depending on MMU 2013-04-29 22:56:13 +02:00
picocom
pixman pixman: add license informations 2013-05-12 22:17:46 +02: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: not available for all architectures 2013-05-23 23:34:28 +02:00
polarssl polarssl: bump to version 1.2.7 2013-04-17 21:49:53 +02:00
polkit polkit: don't build documentation and examples 2013-01-27 17:21:45 +01:00
poppler poppler: new package 2013-04-23 22:40:18 +02:00
popt popt: add license info 2012-11-14 22:37:15 +01:00
portaudio portaudio: needs threads 2013-05-23 22:36:35 +02:00
portmap portmap: mention that rpcbind is the project that superseds portmap 2012-11-06 08:20:17 +01:00
pppd
pptp-linux pptp-linux: add license information 2013-05-25 13:23:20 +02: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
protobuf-c protobuf-c: new package 2013-04-14 23:51:20 +02:00
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: remove smtpd.py 2013-05-06 13:58:38 +02:00
python3 python3: Fix pyc-only related runtime exceptions 2013-01-28 22:03:57 +01:00
python-bottle python-bottle: bump version and fix shebang 2013-05-06 09:30:08 +02:00
python-distutilscross
python-dpkt
python-id3
python-m2crypto python-m2crypto: new package 2013-05-06 13:44:35 +02:00
python-mad
python-meld3
python-netifaces python-netifaces: use single version externally managed 2013-05-07 00:20:24 +02:00
python-nfc python-nfc: needs toolchain with threads support 2013-05-10 20:40:15 +02: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-serial: fix shebang 2013-05-06 09:30:14 +02:00
python-setuptools python-setuptools: forkbump and add workaround for shebangs 2013-05-07 00:20:59 +02:00
python-thrift python-thrift: new package 2013-05-07 00:33:14 +02:00
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
qjson qjson: new package 2013-04-21 23:09:32 +02:00
qt qt: define license 2013-05-02 23:53:07 +02:00
qt5 qt5imageformats: needs gui support in qt5base 2013-05-11 12:39:57 +02:00
qtuio qtuio: fix build issue because of missing include 2012-12-02 07:48:18 -08:00
quagga quagga: fix build breakage without snmp 2013-04-21 22:33:27 +02:00
quota quota: fix dependencies 2013-05-13 13:24:59 +02:00
qwt qwt: fix project's URL 2013-01-28 16:42:41 +01:00
radvd radvd: drop autoreconf 2013-04-14 20:40:53 +02:00
ramspeed
rapidjson rapidjson: new package 2013-04-21 23:28:32 +02:00
rdesktop
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
rpcbind rpcbind: fix build on toolchains without IPv6 support 2012-11-14 23:00:37 +01:00
rpi-firmware various packages: fix license information 2013-05-08 13:49:01 +02:00
rpi-userland various packages: fix license information 2013-05-08 13:49:01 +02:00
rpm
rrdtool rrdtool: add license info 2012-11-30 14:29:50 -08:00
rsh-redone
rsync
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: add license information 2013-04-21 23:12:55 +02:00
samba samba: add option for built-in debug messages 2013-05-04 14:58:48 +02:00
sane-backends sane-backends: fix documentation build failure 2012-12-09 21:40:46 +01:00
sawman sawman: bumping version to 1.6.3 2013-04-28 21:52:12 +02:00
schifra
sconeserver sconeserver: fix autobuild failures 2013-05-14 12:37:26 +02: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: fix directfb configure check 2013-04-28 22:32:39 +02: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: needs threads 2013-03-30 20:47:34 +01:00
socketcand socketcand: needs toolchain with threads support 2013-05-02 23:29:11 +02:00
sound-theme-borealis
sound-theme-freedesktop
spawn-fcgi spawn-fcgi: needs mmu 2013-02-25 12:51:40 +01:00
speex speex: adjust ARM optimizations 2013-04-11 09:29:25 +02: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
squashfs3
squid squid: bump to version 3.3.4 2013-04-27 20:05:07 +02:00
sredird
sshfs libfuse: not available for static builds 2013-04-14 23:11:06 +02:00
sstrip
startup-notification
statserial
strace strace: unavailable for AArch64 and ARC 2013-05-11 14:52:27 +02: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
swig swig: new package 2013-04-17 23:00:44 +02:00
sylpheed sylpheed: disable gpgme support 2013-05-13 21:36:39 +02:00
synergy
sysklogd
sysprof
sysstat sysstat: needs host-gettext 2013-04-04 22:48:17 +02:00
systemd dbus: uses fork(), requires MMU 2012-11-17 23:49:26 +01:00
sysvinit sysvinit: fix linking of sulogin with -lcrypt 2013-04-14 23:21:57 +02:00
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 various packages: fix license information 2013-05-08 13:49:01 +02: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 tcpreplay: needs MMU 2013-04-29 08:49:03 +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 tinyhttpd: needs mmu 2013-04-10 11:45:07 +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: correct option text 2013-04-11 16:07:34 +02:00
ttcp ttcp: convert to generic-package infrastructure 2012-10-08 23:10:20 +02:00
tvheadend tvheadend: needs threads 2013-05-23 22:34:14 +02:00
tzdata package/tzdata: new package 2013-03-10 23:37:04 +01:00
uboot-tools uboot-tools: bump version 2013-04-24 09:16:50 +02:00
udev udev: add license information 2013-05-08 15:09:57 +02:00
udisks lvm2: uses fork() 2013-02-05 09:00:22 +01:00
udpcast udpcast: needs threads support in toolchain 2013-05-26 21:00:40 +02:00
uemacs
ulogd ulogd: bump to version 2.0.2 2013-03-04 21:00:08 +01:00
unionfs libfuse: not available for static builds 2013-04-14 23:11:06 +02:00
urg urg: Add urg-select-h.patch. 2013-05-25 13:26:09 +02: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: deprecate target package 2013-03-25 23:36:31 +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 vtun: requires host-bison and host-flex 2013-04-03 22:40:15 +02:00
wayland wayland: new package 2013-04-30 10:05:55 +02:00
webkit Update webkit download URL 2013-05-06 23:57:07 +02:00
webp webp: bump version 2013-05-05 22:41:33 +02:00
webrtc-audio-processing
weston weston: Add make dependency on cairo 2013-05-25 00:13:06 +02:00
wget
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
wireless-regdb wireless-regdb: bump to version 2013.02.13 and style fixes 2013-04-23 21:36:15 +02:00
wireshark wireshark: security bump to version 1.8.7 2013-05-25 13:33:50 +02:00
wpa_supplicant wpa_supplicant: bump to version 2.0 2013-01-20 22:28:29 +01:00
wsapi
wvdial wvdial: new package 2013-05-06 13:37:42 +02:00
wvstreams wvstreams: add missing includes for getuid() 2013-05-12 20:58:40 +02:00
x11r7 xapp_xinit: revert removal 2013-05-15 20:12:35 +02:00
x11vnc x11vnc: add optional dependencies 2012-09-29 21:58:19 +02:00
xavante
xenomai xenomai: bump to version 2.6.2.1 2013-04-22 10:55:06 +02: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
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 XZ definition for the host variant 2013-04-24 22:18:06 +02: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: bump version to 3.2.3 2013-05-06 09:24:40 +02: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
zmqpp zeromq: needs threads 2013-04-10 11:46:11 +02:00
zxing
zyre zyre: new package 2013-04-23 22:18:10 +02:00
Config.in chrony: new package 2013-05-07 23:04:08 +02:00
Config.in.host package/mtools: new host-package 2013-03-18 23:11:45 +01:00
Makefile.in package-infra: limit the number of // jobs 2013-05-11 22:49:59 +02: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 legal-info: fail trying to copy a non-existent license file 2013-05-14 17:17:09 +02:00
pkg-utils.mk legal-info: quote csv file contents, so commas can be used 2012-11-14 22:43:45 +01:00