kumquat-buildroot/package
Yann E. MORIN a1d602a74d package/pseudo: wrap the real pseudo with a wrapper
Running pseudo is more involved than running fakeroot. In the transition
from using fakeroot, we just did not account for the extra requirements.

First, we explicitly tell pseudo where it is, otherwise it tries to
guess. Its guess is correct, but it prints a warning, which is not nice.

Second, we tell it where to find the passwd and group files in case it
has to emulate access to them. We currently do not use that feature, but
better safe than sorry.

Third, pseudo spawns a background daemon, and talks to it (when fakeroot
would emulate the state all in the current process' state, pseudo uses
the daemon to coordinate the state across multiple processes). We are
not much interested in the daemon lingering around, so we just tell it
to terminate as soon as the last clients quits (this can take up to one
second).

Fourth and last, pseudo always stores its internal database when
exiting, and reloads it when spawned. The database is by default stored
in a sub-directory of the prefix it was installed in, but this is
impractical for us. We want the database to be specific to the one
config dir we are building, so we store the database in a (hidden)
sub-dir of the build dir, thus ensuring it is never shared with another
build. That directory is hidden (starts with a dot) because we consider
that to be our internal state that we do not want to expose to the user.

The wrapper has to be relocatable, so we avoid using hard-coded paths
in there: we derive those paths fom the runtime path of pseudo. However,
the build directory $(BUILD_DIR) is not available in the environment
(we do not export it because it conflicts with some buildsystems).
Instead, we use $(BASE_DIR) which is exported.

Finally, when relocated, the wrapper would not be used in the Buildroot
environment, so may not have access to TARGET_DIR or BASE_DIR, unless
the user sets them. If he does not, we still want the wrapper to be
working (to avoid the warning about the prefix, and to exit the daemon
asap); thus we leave the passwd and localstatedir variable alone if we
don't have what it needs to set them, rather than set them to incorrect
values.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Cc: Patrick Keroulas <patrick.keroulas@savoirfairelinux.com>
Cc: Erico Nunes <nunes.erico@gmail.com>
Cc: Julien BOIBESSOT <julien.boibessot@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-11-09 23:29:59 +01:00
..
4th 4th: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
a10disp
acl
acpica acpica: bump version to 20160831 2016-09-07 21:48:44 +02:00
acpid
acpitool package/acpitool: needs threads, shared; unavailable for bfin 2016-09-28 22:12:48 +02:00
acsccid
adwaita-icon-theme adwaita-icon-theme: install to staging 2016-10-28 15:17:19 +02:00
aer-inject
aespipe
agentpp agentpp: bump to 4.0.6 2016-09-02 23:05:35 +02:00
aiccu
aircrack-ng package/aircrack-ng: drop a musl-compatibility patch 2016-08-19 11:33:53 +02:00
alljoyn alljoyn: bump to version 16.04a 2016-08-30 22:49:13 +02:00
alljoyn-base
alljoyn-tcl alljoyn-tcl: bump to version 16.04a 2016-08-30 22:49:29 +02:00
alljoyn-tcl-base
alsa-lib alsa-lib: fix build on powerpc64 and powerpc64le 2016-11-03 22:35:07 +01:00
alsa-utils
alsamixergui
am33x-cm3 am33x-cm3: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
am335x-pru-package am335x-pru-package: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
amd-catalyst package/amd-catalyst: fix legal-info 2016-09-05 22:39:21 +02:00
android-tools android-tools: disable on some architecture with old kernel headers 2016-08-28 23:38:35 +02:00
angularjs
apache apache: add customization of MPM 2016-09-12 23:13:44 +02:00
apitrace
apr
apr-util
argp-standalone
argparse
argus
armadillo armadillo: propagate clapack dependency 2016-08-10 22:27:28 +02:00
arptables arptables: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:40 +02:00
assimp assimp: disable package with the ADI Blackfin toolchain 2016-11-07 23:06:16 +01:00
at
atf
atftp
atk atk: bump to version 2.22.0 2016-09-20 20:07:59 +02:00
atkmm
atop atop: new package 2016-10-07 22:58:00 +02:00
attr
audiofile
audit audit: update legal info 2016-09-16 18:44:54 +02:00
aufs aufs: new kernel extension 2016-09-20 19:03:46 +02:00
aufs-util aufs-util: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
aumix
autoconf
autoconf-archive package/autoconf-archive: bump to version 2016.03.20 2016-09-17 14:28:34 +02:00
autofs
automake
autossh
avahi
avrdude
axel axel: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
axfsutils
b43-firmware
b43-fwcutter
babeld babeld: fix build with the musl C library 2016-08-20 11:16:06 +02:00
bandwidthd
bash
batctl
batman-adv
bc
bcache-tools
bcm2835
bcusdk package/bcusdk: drop a musl-compatibility patch 2016-08-19 11:34:06 +02:00
bdwgc package/bdwgc: fix pthread detection on uclinux platforms 2016-08-07 23:10:38 +02:00
beecrypt
bellagio bellagio: add patch to fix installation path of documentation 2016-10-29 14:31:58 +02:00
benejson
berkeleydb
bind bind: security bump to version 9.11.0-P1 2016-11-02 17:26:58 +01:00
binutils binutils: add patch to 2.27 to fix arm issue with file having no data 2016-11-06 14:39:01 +01:00
biosdevname
bison
bitstream bitstream: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
bitstream-vera
blktrace blktrace: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:14 +02:00
bluez5_utils
bluez_utils
bmon
boa boa: boa.conf: run under the nogroup group 2016-08-26 11:02:20 +02:00
bonnie
boost boost: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:16 +02:00
bootstrap
bootutils
botan botan: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
bridge-utils bridge-utils: fix build with musl 2016-11-03 22:44:57 +01:00
bsdiff bsdiff: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:18 +02:00
btrfs-progs btrfs-progs: bump to version 4.8.2 2016-10-27 21:52:56 +02:00
bullet
bustle
busybox busybox: bump to version 1.25.1 2016-10-11 12:17:27 +02:00
bwm-ng
bzip2
c-ares c-ares: security bump to version 1.12.0 2016-10-13 07:39:46 +02:00
c-icap
c-icap-modules
c-periphery
ca-certificates ca-certificates: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
cache-calibrator
cairo cairo: fix m68k uclinux compile 2016-08-08 23:46:54 +02:00
cairomm
can-utils
canfestival
cannelloni
cantarell cantarell: bump to version 0.0.25 2016-08-20 11:46:42 +02:00
cbootimage
cc-tool
ccache package/ccache: bump to version 3.3.3 2016-11-08 09:37:16 +01:00
ccid
ccrypt
cdrkit
cegui06
celt051
cgic
cgilua
cgroupfs-mount
check
checkpolicy checkpolicy: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
chocolate-doom
chrony
cifs-utils cifs-utils: bump to version 6.6 2016-09-08 08:49:36 +02:00
circus circus, python-psutil: fix syntax in Config.in 2016-09-21 20:28:19 +02:00
civetweb
cjson
clamav
clapack
classpath
cloog
cloop
cmake
collectd collectd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
comix-cursors
connman package/connman: disable for musl toolchains 2016-08-19 12:23:27 +02:00
connman-gtk package/connman: disable for musl toolchains 2016-08-19 12:23:27 +02:00
conntrack-tools conntrack-tools: bump to version 1.4.4 2016-08-23 17:55:52 +02:00
copas
coreutils
cosmo
coxpcall
cpio
cppcms
cppdb
cppunit
cppzmq
cpuload
cramfs
crda
crudini
cryptodev
cryptodev-linux cryptodev-linux: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
cryptopp cryptopp: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-29 15:52:32 +02:00
cryptsetup package/lvm2: disable for musl toolchains 2016-10-25 23:25:32 +02:00
ctorrent
cups
curlftpfs
cvs
cwiid
cxxtest
czmq czmq: fix build with glibc 2.24 2016-11-05 15:37:21 +01:00
dado
dante dante: fix build on some PowerPC platforms 2016-08-09 15:49:39 +02:00
dash
dawgdic
dbus dbus: security bump to version 1.10.12 2016-10-13 08:04:45 +02:00
dbus-cpp
dbus-glib dbus-glib: bump version to 0.108 2016-10-03 13:14:23 +02:00
dbus-python
dbus-triggerd
dcron
debianutils debianutils: bump to version 4.8 2016-10-11 11:22:56 +02:00
dejavu
devmem2
dfu-util
dhcp dhcp: bump version to 4.3.5 2016-10-13 08:02:27 +02:00
dhcpcd dhcpcd: bump to version 6.11.5 2016-10-13 08:05:38 +02:00
dhcpdump
dhrystone
dialog
diffutils diffutils: bump to version 3.5 2016-08-23 17:58:17 +02:00
dillo
ding-libs
directfb directfb: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
directfb-examples
dmalloc dmalloc: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
dmidecode dmidecode: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:18:06 +02:00
dmraid package/lvm2: disable for musl toolchains 2016-10-25 23:25:32 +02:00
dnsmasq
docker
docker-containerd docker-containerd: bump to v0.2.4 2016-10-19 09:46:54 +02:00
docker-engine package/lvm2: disable for musl toolchains 2016-10-25 23:25:32 +02:00
domoticz domoticz: bump to version 3.5837 2016-11-03 22:39:17 +01:00
doom-wad
dos2unix
dosfstools package/dosfstools: Fix undefined PATH_MAX under musl 2016-09-03 20:53:56 +02:00
dovecot
dovecot-pigeonhole
doxygen
drbd-utils
dropbear
dropwatch
dsp-tools
dstat dstat: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
dt
dtach
dtc dtc: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-29 15:54:21 +02:00
dtv-scan-tables package/dtv-scan-tables: bump version 2016-10-29 15:15:02 +02:00
duma duma: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:18:02 +02:00
dvb-apps dvb-apps: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
dvblast
dvbsnoop
dvdauthor
dvdrw-tools
e2fsprogs e2fsprogs: fix linking against librt 2016-09-21 08:43:04 +02:00
e2tools
ebtables
ecryptfs-utils
ed ed: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
edid-decode
eeprog
efibootmgr efibootmgr: fix reverse dependency from efivar 2016-10-02 21:32:30 +02:00
efivar efivar: bump to version 28 2016-10-02 00:11:12 +02:00
efl package/efl: bump to 1.18.2 2016-10-19 11:20:52 +02:00
eigen
ejabberd package/ejabberd: fix typo in hash file url 2016-10-09 13:49:00 +02:00
elf2flt elf2flt: fix threading apps on ARM noMMU systems 2016-08-25 15:26:51 +02:00
elftosb
elfutils elfutils: clarify licensing info 2016-10-05 09:55:48 +02:00
emlog
empty
enchant
enlightenment package/enlightenment: bump to 0.21.3 2016-10-13 07:48:01 +02:00
enscript
erlang package/erlang: add optional dependency to unixodbc 2016-10-25 22:57:16 +02:00
erlang-goldrush
erlang-lager
erlang-p1-cache-tab
erlang-p1-iconv
erlang-p1-sip
erlang-p1-stringprep
erlang-p1-stun
erlang-p1-tls
erlang-p1-utils
erlang-p1-xml
erlang-p1-yaml
erlang-p1-zlib
erlang-rebar erlang-rebar: bump to version 2.6.4 2016-09-08 19:50:19 +02:00
espeak espeak: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:54 +02:00
ethtool ethtool: bump to version 4.8 2016-10-05 22:54:09 +02:00
eudev
ev3dev-linux-drivers linux: add ev3dev extension 2016-11-02 17:52:24 +01:00
evemu evemu: bump version to 2.5.0 2016-09-21 22:25:21 +02:00
eventlog
evtest
exfat
exfat-utils
exim
exiv2
expat
expect
expedite package/expedite: bump to lastest commit 2016-09-06 21:49:27 +02:00
explorercanvas
ezxml ezxml: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-29 15:42:09 +02:00
f2fs-tools
faad2
faifa
faketime
fan-ctrl
fastd
fb-test-app
fbdump
fbgrab
fbset
fbterm package/fbterm: fix download site 2016-09-08 19:48:29 +02:00
fbtft
fbv
fcgiwrap
fconfig
fdk-aac arch: remove support for sh64 2016-09-08 22:15:15 +02:00
feh feh: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:20 +02:00
fetchmail
ffmpeg ffmpeg: disable on Microblaze 2016-11-07 23:06:00 +01:00
fftw
ficl
file file: bump version to 5.29 2016-10-26 12:29:29 +02:00
filemq filemq: disable documentation generation 2016-10-18 12:00:07 +02:00
findutils
fio fio: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
fis
flac
flann
flannel
flashbench
flashrom
flex flex: add security patch 2016-08-10 14:24:39 +02:00
flickcurl
flite
flot
fltk
fluxbox
fmc
fmlib fmlib: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-29 15:54:30 +02:00
fmtools
font-awesome
fontconfig fontconfig: security bump to version 2.12.1 2016-08-10 14:17:28 +02:00
fping
freeradius-client
freerdp package/freerdp: fix typo in x11 libs check 2016-09-06 22:26:49 +02:00
freescale-imx imx-vpuwrap: bump to version 1.0.68 2016-11-01 19:27:52 +01:00
freeswitch package/freeswitch: bump version to 1.6.12 2016-10-12 22:29:16 +02:00
freetype freetype: bump to version 2.7 2016-09-08 20:36:05 +02:00
fswebcam
ftop
fwts fwts: needs host-bison and host-flex 2016-10-14 09:32:29 +02:00
fwup fwup: add dependency on host-pkgconf 2016-10-16 17:49:50 +02:00
fxload
gadgetfs-test gadgetfs-test: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:22 +02:00
gamin
gauche arch: remove support for sh64 2016-09-08 22:15:15 +02:00
gawk gawk: bump to version 4.1.4 2016-08-26 22:53:46 +02:00
gcc MIPS: rename M6201 core to M6250 2016-11-09 22:42:12 +01:00
gcr
gd
gdb toolchain: configs: improve toolchain config readability 2016-10-25 23:31:47 +02:00
gdbm
gdk-pixbuf gdk-pixbuf: bump to version 2.36.0 2016-09-20 20:07:57 +02:00
genext2fs
gengetopt
genimage genimage: bump to version 9 2016-09-21 23:32:10 +02:00
genpart
genromfs
geoip
gesftpserver
getent
gettext
gflags package/gflags: include TARGET_CXXFLAGS to the overloaded CXXFLAGS 2016-10-22 16:21:04 +02:00
ghostscript-fonts
giblib
giflib
git git: bump version to 2.10.2 2016-11-01 14:58:34 +01:00
glib-networking glib-networking: bump to version 2.50.0 2016-09-20 20:07:52 +02:00
glibc glibc: install libmvec.so when available 2016-10-27 10:40:15 +02:00
glibmm glibmm: bump to version 2.50.0 2016-09-25 23:17:26 +02:00
glm
glmark2
glog
gmock
gmp MIPS: replace every BR2_mips_* with the new MIPS CPU options 2016-10-15 13:22:17 +02:00
gmpc
gmrender-resurrect
gnu-efi
gnuchess
gnupg gnupg: security bump to version 1.4.21 2016-08-18 10:57:45 +02:00
gnupg2
gnuplot gnuplot: fix m68k uclinux compile 2016-08-08 23:47:12 +02:00
gnuradio package/gnuradio: include TARGET_CFLAGS to the overloaded CFLAGS 2016-10-22 16:21:14 +02:00
gnutls gnutls: bump to version 3.4.16 2016-10-13 08:05:51 +02:00
go go: bump to 1.7.2 2016-10-19 11:24:33 +02:00
go-bootstrap package/go-bootstrap: bump version to 1.4.3 2016-10-16 12:57:37 +02:00
gob2
google-breakpad google-breakpad: needs thread support 2016-09-19 16:50:46 +02:00
google-material-design-icons
googlefontdirectory
gperf
gpm package/gpm: indentation cleanup 2016-10-28 14:44:22 +02:00
gpsd
gptfdisk
gqview
gr-osmosdr
granite
grantlee
graphite2
grep grep: bump version to 2.26 2016-10-03 13:10:37 +02:00
gsettings-desktop-schemas gsettings-desktop-schemas: bump to version 3.22.0 2016-10-15 11:32:14 +02:00
gsl
gssdp gssdp: bump to version 1.0.1 2016-10-29 15:45:33 +02:00
gstreamer MIPS: replace every BR2_mips_* with the new MIPS CPU options 2016-10-15 13:22:17 +02:00
gstreamer1 gst1-rtsp-server: new package 2016-09-12 22:51:39 +02:00
gtest gtest: fix URL in package description 2016-09-11 21:59:07 +02:00
gtk2-engines
gtkmm3 gtkmm3: bump to version 3.22.0 2016-09-25 23:17:32 +02:00
gtkperf
gtksourceview gtksourceview: bump to version 3.22.0 2016-09-25 23:13:36 +02:00
guile package/guile: dont't use -Os for CS 2014.05 ARM toolchain 2016-11-09 22:45:44 +01:00
gupnp gupnp: bump to version 1.0.1 2016-10-29 15:45:31 +02:00
gupnp-av gupnp-av: bump to version 0.12.10 2016-10-29 15:45:34 +02:00
gupnp-dlna
gupnp-tools gupnp-tools: fix when using latest gupnp-av 2016-11-01 16:20:50 +01:00
gutenprint
gvfs gvfs: bump to version 1.30.1.1 2016-10-19 13:02:18 +02:00
gzip gzip: force shell shebang to /bin/sh 2016-10-16 13:12:29 +02:00
hans hans: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:46 +02:00
harfbuzz harfbuzz: bump to version 1.3.3 2016-10-27 21:52:38 +02:00
haserl
haveged
hdparm hdparm: bump to version 9.50 2016-10-20 21:34:32 +02:00
heimdal
heirloom-mailx
hiawatha hiawatha: bump version to 10.4 2016-10-15 11:24:50 +02:00
hicolor-icon-theme
hidapi package/hidapi: depends on NPTL threads 2016-08-06 23:59:38 +02:00
hostapd package/hostapd: bump to version 2.6 2016-10-13 08:03:37 +02:00
hplip hplip: needs dynamic library 2016-08-19 11:41:23 +02:00
htop
httping httping: bump to version 2.5 2016-09-14 16:46:26 +02:00
hwdata
hwloc
i2c-tools
i7z
ibrcommon
ibrdtn
ibrdtn-tools
ibrdtnd
icu
ifplugd
iftop
ifupdown ifupdown: bump to version 0.8.16 2016-10-11 11:22:58 +02:00
igd2-for-linux igd2-for-linux: bump to version 1.2 2016-08-19 12:19:03 +02:00
igh-ethercat
igmpproxy
ijs
imagemagick imagemagick: bump version to 7.0.3-4 2016-10-13 10:52:37 +02:00
imlib2
imx-usb-loader imx-usb-loader: bump version 2016-10-19 17:55:39 +02:00
inadyn inadyn: bump to version 2.0 2016-10-19 23:31:59 +02:00
inconsolata
initscripts
inotify-tools
input-event-daemon input-event-daemon: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
input-tools
intel-microcode
intltool
iodine iodine: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
iostat
iotop
iozone package/iozone: indentation cleanup 2016-10-13 07:38:55 +02:00
iperf
iperf3
ipmitool
ipmiutil
iproute2 iproute2: use @D instead of IPROUTE2_DIR 2016-08-07 23:05:26 +02:00
iprutils
ipsec-tools
ipset ipset: bump to version 6.30 2016-10-28 14:44:08 +02:00
iptables
iptraf-ng
iputils iputils: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:05 +02:00
iqvlinux
irda-utils irda-utils: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:48 +02:00
irqbalance
irssi irssi: security bump to version 0.8.20 2016-09-25 23:13:40 +02:00
isl
iucode-tool
iw iw: bump to version 4.9 2016-10-20 21:34:26 +02:00
jack2 jack2: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:26 +02:00
jamvm jamvm: fix build with uClibc on i386/x86_64 2016-11-06 22:21:07 +01:00
jansson
janus-gateway
jasper jasper: add security patches 2016-08-17 08:39:36 +02:00
jemalloc jemalloc: add a check for valgrind being configured as well 2016-09-11 22:26:49 +02:00
jhead
jimtcl jimtcl: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
joe
jpeg
jpeg-turbo package/jpeg: properly declare providers 2016-09-04 15:39:32 +02:00
jq
jquery
jquery-datetimepicker
jquery-keyboard
jquery-mobile
jquery-sidebar
jquery-sparkline
jquery-ui
jquery-ui-themes
jquery-validation
jsmin
json-c
json-glib json-glib: bump to version 1.2.2 2016-10-29 15:44:41 +02:00
json-javascript
jsoncpp package/jsoncpp: bump to version 1.7.7 2016-10-13 08:03:15 +02:00
kbd
kexec kexec: fix build for arm 2016-10-21 09:17:05 +02:00
kexec-lite
keyutils keyutils: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
kismet package/kismet: remove kernel header 2016-08-20 14:53:53 +02:00
kmod kmod: annotate licenses with components 2016-10-19 23:28:09 +02:00
kmsxx package/kmsxx: add patch to fix LTO support 2016-08-27 14:45:51 +02:00
knock
kodi kodi-addon-xvdr: remove deprecated package 2016-10-15 23:14:45 +02:00
kodi-adsp-basic
kodi-adsp-freesurround
kodi-audiodecoder-modplug
kodi-audiodecoder-nosefart
kodi-audiodecoder-opus
kodi-audiodecoder-sidplay
kodi-audiodecoder-snesapu
kodi-audiodecoder-stsound
kodi-audiodecoder-timidity
kodi-audiodecoder-vgmstream
kodi-audioencoder-flac
kodi-audioencoder-lame
kodi-audioencoder-vorbis
kodi-audioencoder-wav
kodi-platform
kodi-pvr-argustv
kodi-pvr-dvblink
kodi-pvr-dvbviewer
kodi-pvr-filmon
kodi-pvr-hdhomerun
kodi-pvr-hts
kodi-pvr-iptvsimple
kodi-pvr-mediaportal-tvserver
kodi-pvr-mythtv
kodi-pvr-nextpvr
kodi-pvr-njoy
kodi-pvr-pctv
kodi-pvr-stalker
kodi-pvr-vbox
kodi-pvr-vdr-vnsi
kodi-pvr-vuplus
kodi-pvr-wmc
kodi-screensaver-asteroids
kodi-screensaver-asterwave
kodi-screensaver-biogenesis
kodi-screensaver-cpblobs
kodi-screensaver-crystalmorph
kodi-screensaver-greynetic
kodi-screensaver-matrixtrails
kodi-screensaver-pingpong
kodi-screensaver-planestate
kodi-screensaver-pyro
kodi-screensaver-rsxs
kodi-screensaver-stars
kodi-visualisation-fishbmc
kodi-visualisation-fountain
kodi-visualisation-goom
kodi-visualisation-shadertoy
kodi-visualisation-spectrum
kodi-visualisation-waveforhue
kodi-visualisation-waveform
kompexsqlite
ktap
kvm-unit-tests kvm-unit-tests: add patch to remove -Werror 2016-11-06 13:57:51 +01:00
kvmtool
kyua
lame
lapack
latencytop latencytop: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lbase64
lbreakout2
lcdapi
lcdproc
lcms2
leafnode2 package/leafnode2: fix SITE url 2016-10-30 16:29:21 +01:00
leafpad
less
lesstif
leveldb leveldb: fix staging and target installation 2016-09-08 22:36:12 +02:00
lft lft: bump to version 3.77 2016-10-27 21:53:01 +02:00
lftp lftp: add patch to fix gcc 6.x build issue 2016-11-01 16:38:49 +01:00
libaacs
libaio libaio: allow building on static-only configurations 2016-08-29 23:24:50 +02:00
libamcodec package/libamcodec: indentation cleanup 2016-10-13 12:36:05 +02:00
libao
libarchive
libargtable2
libart
libasplib
libass package/libass: bump version to 0.13.3 2016-10-02 16:18:36 +02:00
libassuan
libatasmart
libatomic_ops
libbdplus
libbluray
libbroadvoice
libbsd
libcap
libcap-ng libcap-ng: annotate licenses with components 2016-09-16 18:46:08 +02:00
libcdaudio
libcddb
libcdio
libcec package/libcec: include TARGET_{C, CXX}FLAGS to the overloaded {C, CXX}FLAGS 2016-10-22 16:22:02 +02:00
libcgi
libcgicc
libcgroup
libcli
libcoap
libcodec2
libcofi libcofi: disable for static-only builds 2016-08-07 22:58:26 +02:00
libconfig
libconfuse libconfuse: add optional dependency on gettext 2016-08-18 23:30:50 +02:00
libcroco
libcrossguid
libcue
libcuefile
libcurl libcurl: move site to https 2016-11-03 22:31:05 +01:00
libdaemon
libdcadec
libdmtx
libdnet
libdri2
libdrm libdrm: add etnaviv (i.MX6/Vivante GCxxx) option 2016-10-05 09:58:56 +02:00
libdvbcsa
libdvbpsi
libdvbsi
libdvdcss
libdvdnav
libdvdread
libebml
libebur128
libedit
libee
libenca libenca: bump to version 1.19 2016-09-06 21:30:55 +02:00
libepoxy
liberation
libesmtp
libestr
libev
libevdev libevdev: bump version to 1.5.4 2016-09-06 22:26:28 +02:00
libevent
libexif
libeXosip2
libfastjson libfastjson: bump version to 0.99.4 2016-10-22 14:56:57 +02:00
libfcgi
libffi libffi: fix m68k coldfire compile 2016-08-20 11:45:41 +02:00
libfm
libfm-extra
libfreefare
libfreeglut
libfreeimage libfreeimage: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:37 +02:00
libfribidi package/libfribidi: remove optional dependency to libglib 2016-11-01 16:18:59 +01:00
libftdi
libftdi1
libfuse
libg7221
libgcrypt libgcrypt: security bump to version to version 1.7.3 2016-08-18 09:18:24 +02:00
libgdiplus
libgee libgee: bump to version 0.18.1 2016-10-12 22:28:22 +02:00
libgeotiff
libglade
libglew package/libglew: bump to version 2.0.0 2016-10-02 20:53:51 +02:00
libglfw
libglib2 libglib2: fix static linking with libgio 2016-10-20 22:03:58 +02:00
libglob package/libglob: fix license typo 2016-10-28 15:17:43 +02:00
libglu
libgpg-error package/libgpg-error: optionally depends on gettext 2016-08-26 11:02:15 +02:00
libgpgme libgpgme: bump to version 1.7.1 2016-10-20 21:34:22 +02:00
libgsasl
libgtk2
libgtk3 libgtk3: bump to version 3.22.2 2016-10-27 21:52:49 +02:00
libgudev
libhdhomerun
libhid
libhttpparser
libical libical: use system time zone info 2016-08-11 00:02:31 +02:00
libiconv
libid3tag
libidn
libiio libiio: Disable IIOD on Blackfin 2016-08-29 17:54:07 +02:00
libilbc
libimxvpuapi
libinput libinput: bump to version 1.5.0 2016-09-15 11:56:02 +02:00
libiqrf
libiscsi libiscsi: bump version to 1.18.0 2016-10-16 13:07:08 +02:00
libite libite: new package 2016-10-16 18:04:11 +02:00
libjpeg package/jpeg: properly declare providers 2016-09-04 15:39:32 +02:00
libjson
libksba libksba: bump to version 1.3.5 2016-08-23 17:56:32 +02:00
libldns
liblinear
libllcp
liblo
liblockfile liblockfile: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
liblog4c-localtime
liblogging
libmad
libmatroska
libmbim
libmbus
libmcrypt
libmemcached
libmhash
libmicrohttpd Revert "libmicrohttpd: update to 0.9.51" 2016-10-07 16:02:30 +02:00
libminiupnpc
libmms
libmng
libmnl libmnl: bump to version 1.0.4 2016-08-20 11:46:45 +02:00
libmodbus
libmodplug
libmpd
libmpdclient
libmpeg2 libmpeg2: add patch to fix build on ARMv7-M 2016-11-07 23:06:44 +01:00
libnatpmp
libndp
libnet
libnetfilter_acct libnetfilter_acct: remove autoreconf 2016-08-24 18:52:32 +02:00
libnetfilter_conntrack libnetfilter_conntrack: bump to version 1.0.6 2016-08-23 17:55:51 +02:00
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs
libnftnl
libnice
libnl
libnspr libnspr: bump to version 4.13 2016-10-13 08:04:13 +02:00
libnss libnss: add upstream patch to fix uninitialized variable warning 2016-11-06 14:41:11 +01:00
liboauth
libogg
libopenh264
liboping
libosip2
libpam-radius-auth
libpam-tacplus
libpcap libpcap: bump to version 1.8.1 2016-10-26 21:51:33 +02:00
libpciaccess
libpfm4 libpfm4: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
libphidget
libpjsip libpjsip: fix m68k uclinux compile 2016-08-06 21:56:16 +02:00
libplatform
libplayer
libplist
libpng libpng: bump to version 1.6.25 2016-09-07 12:04:32 +02:00
libpqxx
libpthread-stubs
libpthsem
libqmi
libqrencode
libraw package/libraw: fix gcc-6 build 2016-08-27 14:45:21 +02:00
libraw1394
libreplaygain
libroxml
librsvg
librsync
librtas librtas: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
librtlsdr
libsamplerate
libseccomp
libsecret
libselinux libselinux: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-29 15:52:40 +02:00
libsemanage libsemanage: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
libsepol libsepol: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
libserial
libserialport libserialport: Fix detection of OS when compiling for ucLinux 2016-08-29 13:30:26 +02:00
libsexy
libsha1
libshairplay
libshout libshout: add optional openssl support 2016-09-01 00:18:27 +02:00
libsidplay2 package/libsidplay2: Fix build with gcc6 2016-08-17 00:02:53 +02:00
libsigc libsigc: bump gcc version requirement to 4.8 2016-10-13 07:46:21 +02:00
libsigrok
libsigrokdecode
libsigsegv libsigsegv: make the architecture dependencies more robust 2016-08-09 15:50:04 +02:00
libsilk
libsndfile
libsoc
libsocketcan
libsodium
libsoil
libsoundtouch
libsoup libsoup: bump to version 2.56.0 2016-09-20 20:07:55 +02:00
libsoxr
libsquish
libsrtp
libssh package/libssh: fix dependency on libgcrypt 2016-09-11 22:48:56 +02:00
libssh2 package/libssh2: fix dependency on libgcrypt 2016-09-11 22:49:04 +02:00
libstrophe
libsvg
libsvg-cairo
libsvgtiny
libsysfs
libtasn1 libtasn1: clarify licensing info 2016-10-22 16:45:06 +02:00
libtheora
libtirpc
libtomcrypt libtomcrypt: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
libtommath libtommath: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:50 +02:00
libtool
libtorrent
libtpl
libubox libubox: update legal info 2016-09-16 18:38:34 +02:00
libuci
libucl
libuecc
libuio
libump
libunistring
libunwind arch: remove support for sh64 2016-09-08 22:15:15 +02:00
libupnp
libupnpp package/libupnpp: bump to version 0.15.1 2016-10-12 13:57:52 +02:00
liburcu liburcu: needs MMU 2016-10-19 17:57:18 +02:00
liburiparser
libusb package/libusb: bump version to 1.0.20, switch to Github 2016-09-11 21:47:11 +02:00
libusb-compat
libusbgx
libuv
libv4l
libva package/libva: bump version to 1.7.2 2016-09-05 22:17:47 +02:00
libva-intel-driver package/libva-intel-driver: bump version to 1.7.2 2016-09-05 22:17:54 +02:00
libvdpau
libvips
libvncserver
libvorbis
libvpx
libwebsock
libwebsockets libwebsockets: bump to version 2.1.0 2016-10-18 12:00:33 +02:00
libxkbcommon
libxml2 libxml2: add upstream security fixes 2016-11-05 23:31:23 +01:00
libxml-parser-perl
libxmlpp
libxmlrpc package/libxmlrpc: Fix build with gcc6 2016-08-28 13:38:46 +02:00
libxslt libxslt: add upstream security fix 2016-11-09 21:15:31 +01:00
libyaml
libyuv
libzip
lightning
lighttpd lighttpd: bump version to 1.4.43 2016-11-01 14:50:51 +01:00
linenoise
linknx linknx: add additional upstream URL 2016-08-20 12:21:52 +02:00
links
linphone
linux-backports linux-backports: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
linux-firmware linux-firmware: Include all bnx2x firmwares 2016-10-28 14:43:59 +02:00
linux-fusion
linux-headers linux-headers: bump 4.{4, 8}.x series 2016-11-01 14:58:32 +01:00
linux-pam package/linux-pam: bump to version 1.3.0 2016-10-16 12:42:28 +02:00
linux-tools package/linux-tools: add iio 2016-10-05 22:57:54 +02:00
linux-zigbee linux-zigbee: fix build on musl 2016-08-09 15:49:52 +02:00
liquid-dsp
lirc-tools lirc-tools: bump to version 0.9.4b 2016-10-18 22:21:03 +02:00
lite
live555 live555: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:39 +02:00
ljlinenoise
ljsyscall
lksctp-tools
lldpd package/lldpd: disable use of libbsd 2016-08-24 19:07:05 +02:00
lm-sensors lm-sensors: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lmbench lmbench: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:30 +02:00
localedef
lockdev
lockfile-progs
log4cplus
log4cpp
log4cxx
logrotate Merge branch 'next' 2016-09-02 16:20:33 +02:00
logsurfer
lpc3250loader
lpeg
lpty
lrandom
lrzsz lrzsz: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lshw lshw: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lsof lsof: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:22 +02:00
lsqlite3
lsuio
ltp-testsuite ltp-testsuite: make Config.in libc comment standard 2016-10-03 23:35:58 +02:00
ltrace
ltris
lttng-babeltrace lttng-babeltrace: fix static build again 2016-11-05 12:55:19 +01:00
lttng-libust lttng-libust: enable Python agent when Python is available 2016-11-01 15:05:58 +01:00
lttng-modules lttng-modules: bump to version 2.8.3 2016-11-01 15:30:47 +01:00
lttng-tools lttng-tools: bump to version 2.8.2 2016-11-02 22:40:30 +01:00
lua lua: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lua-cjson
lua-coat
lua-coatpersistent
lua-csnappy lua-csnappy: bump to version 0.1.4 2016-10-23 14:39:48 +02:00
lua-ev
lua-iconv
lua-messagepack lua-messagepack: bump to version 0.3.5 2016-10-23 14:39:53 +02:00
lua-msgpack-native
lua-periphery
lua-testmore
luabitop
luacrypto
luaexpat
luaexpatutils
luafilesystem
luainterpreter
luajit luajit: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
luajson
lualogging
luaposix
luarocks luarocks: bump to version 2.4.1 2016-10-07 14:47:41 +02:00
luasec
luasocket
luasql-sqlite3
lunit
lutok
luv
luvi
lvm2 package/lvm2: disable for musl toolchains 2016-10-25 23:25:32 +02:00
lxc lxc: use uptream patch to handle --disable-werror 2016-09-06 21:24:41 +02:00
lz4 lz4: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lzip lzip: use $(TARGET_MAKE_ENV) for configure as well 2016-10-29 15:52:36 +02:00
lzlib
lzma
lzo
lzop lzop: unbreak powerpc build with GCC >= 5 2016-09-30 10:06:01 +02:00
m4
macchanger
madplay
make
makedevs makedevs: make device node creation idempotent 2016-11-05 23:32:59 +01:00
mali-t76x
matchbox
matchbox-common
matchbox-desktop
matchbox-fakekey
matchbox-keyboard
matchbox-lib
matchbox-panel
matchbox-startup-monitor
mbedtls MIPS: replace every BR2_mips_* with the new MIPS CPU options 2016-10-15 13:22:17 +02:00
mc mc: bump version to 4.8.18 2016-10-03 13:11:03 +02:00
mcelog
mcrypt
mdadm
mediastreamer
memcached memcached: security bump to version 1.4.33 2016-11-02 17:27:11 +01:00
memstat memstat: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
memtest86
memtester memtester: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
menu-cache
mesa3d package/mesa3d: Remove opengl headers files if opengl support is disabled 2016-11-06 22:45:14 +01:00
mesa3d-demos
mesa3d-headers package/{mesa3d, mesa3d-headers}: bump version to 13.0.0 2016-11-02 17:27:31 +01:00
metacity
mfgtools mfgtools: add gcc version dependency 2016-10-29 15:43:26 +02:00
micropython micropython: add upstream patch to fix build failures 2016-09-12 11:35:04 +02:00
micropython-lib micropython-lib: bump version to v1.8.2 2016-08-25 15:13:05 +02:00
midori
mii-diag mii-diag: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
minicom
minidlna
minissdpd
minizip
miraclecast
mjpegtools
mjpg-streamer
mke2img
mkpasswd package/mkpasswd: expose the host variant in menuconfig 2016-10-07 22:56:46 +02:00
mkpimage
mksh mksh: new package 2016-10-01 23:11:11 +02:00
mmc-utils mmc-utils: bump version to 2cb6695 2016-10-28 14:42:50 +02:00
moarvm moarvm: bump to version 2016.10 2016-10-29 15:39:56 +02:00
mobile-broadband-provider-info mobile-broadband-provider-info: bump to version 20151214 2016-10-29 15:44:46 +02:00
modem-manager modem-manager: bump to version 1.6.2 2016-10-03 13:14:55 +02:00
modplugtools
mongodb
mongoose mongoose: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:34 +02:00
mongrel2 MIPS: replace every BR2_mips_* with the new MIPS CPU options 2016-10-15 13:22:17 +02:00
monit
monkey
mono package/mono: bump to version 4.6.0.245 2016-10-15 11:17:05 +02:00
mono-gtksharp3
monolite package/monolite: bump to version 149 2016-10-15 11:16:03 +02:00
mosh mosh: bump to version 1.2.6 2016-08-23 17:59:06 +02:00
mosquitto mosquitto: bump to version 1.4.10 2016-08-30 22:49:00 +02:00
motion motion: fix static link with gnutls 2016-11-01 16:19:44 +01:00
mp4v2
mpc
mpd mpd: bump to version 0.19.19 2016-09-06 21:30:55 +02:00
mpd-mpc mpd-mpc: bump to version 0.28 2016-09-06 21:30:55 +02:00
mpdecimal
mpfr mpfr: bump to version 3.1.5 2016-09-28 13:40:04 +02:00
mpg123 mpg123: security bump to version 1.23.8 2016-09-27 16:59:40 +02:00
mplayer mplayer: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:56 +02:00
mpv mpv: fix build on powerpc64 w/ altivec 2016-11-08 09:37:17 +01:00
mraa
mrouted mrouted: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
msgpack
msmtp
msr-tools
mtd mtd: fix musl build issue 2016-08-17 08:35:49 +02:00
mtdev
mtdev2tuio mtdev2tuio: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:44 +02:00
mtools
mtr
multicat
musepack
musl musl: fix a regression for mips 2016-08-20 11:45:07 +02:00
musl-compat-headers package/musl-compat-headers: provide compatibility headers not in musl 2016-08-19 11:29:12 +02:00
mutt mutt: bump version to 1.7.1 2016-10-13 08:02:50 +02:00
mxml mxml: bump to version 2.10 2016-10-13 08:06:42 +02:00
mxsldr
mysql package/mysql: fix SITE url, add sha256 hash 2016-10-30 16:43:56 +01:00
nano nano: bump version to 2.7.1 2016-11-01 14:58:35 +01:00
nanocom nanocom: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
nasm
nbd
ncdu
ncftp
ncmpc ncmpc: bump to version 0.25 2016-09-06 21:30:55 +02:00
ncurses ncurses: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
ndisc6
ne10
neard
neardal
neon neon: bump to version 0.30.2 2016-10-02 16:19:47 +02:00
net-tools net-tools: fix field with incomplete type error 2016-11-07 22:18:30 +01:00
netatalk
netcat
netcat-openbsd
netperf
netplug netplug: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
netsniff-ng
netsnmp
netstat-nat
netsurf-buildsystem
nettle nettle: bump to version 3.3 2016-10-02 16:21:31 +02:00
network-manager network-manager: remove bogus --mandir option 2016-10-29 15:03:58 +02:00
newt newt: bump to version 0.52.19 2016-09-28 15:45:21 +02:00
nfacct nfacct: remove autoreconf 2016-08-24 18:52:33 +02:00
nfs-utils
nftables
nginx nginx: bump to version 1.10.2 2016-10-19 17:38:05 +02:00
nginx-naxsi nginx-naxsi: clarify pcre dependency 2016-09-17 12:09:31 +02:00
nginx-upload
ngircd
ngrep ngrep: don't use pcap_restart 2016-10-27 10:41:53 +02:00
ninja
nload
nmap nmap: bump version to 7.31 2016-10-22 14:56:09 +02:00
nodejs MIPS: replace every BR2_mips_* with the new MIPS CPU options 2016-10-15 13:22:17 +02:00
nodm linux-pam: uses fork(), needs MMU 2016-08-19 11:47:59 +02:00
noip
norm norm: add patch to fix musl build 2016-08-27 14:45:08 +02:00
nss-mdns
nss-pam-ldapd
ntfs-3g ntfs-3g: add patch to fix musl build issue 2016-08-20 11:06:43 +02:00
ntp ntp: disable debugging 2016-08-07 22:57:40 +02:00
numactl
nut package/nut: fix build with musl 2016-10-14 16:52:08 +02:00
nuttcp
nvidia-driver package/nvidia-driver: indentation cleanup 2016-10-26 12:23:31 +02:00
nvidia-tegra23
nvme
obsidian-cursors
ocf-linux package/cryptodev: properly declare providers 2016-09-04 15:38:59 +02:00
ocrad ocrad: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
odhcp6c
odhcploc odhcploc: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:52 +02:00
odroid-mali
odroid-scripts
ofono ofono: bump to version 1.18 2016-10-03 13:15:22 +02:00
ola package/ola: add patch to fix build with GCC 6 2016-09-22 20:27:57 +02:00
olsr olsr: disable in musl configurations 2016-10-26 22:02:58 +02:00
omap-u-boot-utils omap-u-boot-utils: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
omniorb
omxplayer
on2-8170-libs
on2-8170-modules
open2300 open2300: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:07 +02:00
open-plc-utils
openal openal: Disable build also for examples and tests 2016-09-17 14:27:38 +02:00
openblas openblas: use MIPS specific cores for P5600 and I6400 2016-10-15 14:30:45 +02:00
openbox
opencore-amr
opencv package/opencv: convert diff patch to git patch 2016-11-01 14:54:52 +01:00
opencv3 package/opencv3: fix CMAKE_CXX_FLAGS 2016-10-22 16:22:10 +02:00
opengl package/libegl: add option for wayland extensions 2016-08-23 22:00:33 +02:00
openipmi Merge branch 'next' 2016-09-02 16:20:33 +02:00
openjpeg
openldap
openmpi openmpi: disallow on sparc 2016-08-19 11:41:32 +02:00
openntpd
openobex
openocd
openpgm
openpowerlink
openssh
openssl openssl: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
openswan openswan: remove duplicate word toolchain from comment 2016-10-19 23:38:28 +02:00
opentyrian opentyrian: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:09 +02:00
opentyrian-data
openvmtools
openvpn openvpn: bump to version 2.3.12 2016-08-23 23:14:36 +02:00
openzwave openzwave: fix compilation of MinOZW 2016-10-24 17:51:02 +02:00
opkg
oprofile package/oprofile: fix gcc6 build issue 2016-10-09 13:53:26 +02:00
opus opus: bump to version 1.1.3 2016-08-20 22:39:26 +02:00
opus-tools
opusfile
orbit
orc orc: bump to version 0.4.26 2016-10-01 10:00:17 +02:00
ortp
owfs owfs: install python bindings in the correct location 2016-11-03 22:16:35 +01:00
owl-linux
p7zip p7zip: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
p11-kit
p910nd p910nd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:35 +02:00
paho-mqtt-c paho-mqtt-c: new package 2016-10-07 15:49:59 +02:00
pango pango: bump to version 1.40.3 2016-09-14 21:46:04 +02:00
pangomm pangomm: bump to version 2.40.1 2016-08-20 11:46:43 +02:00
parted
patch
patchelf
pax-utils
pciutils pciutils: bump to version 3.5.2 2016-10-04 14:43:34 +02:00
pcmanfm
pcre
pcsc-lite
pdbg
perl perl: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-29 15:53:49 +02:00
perl-crypt-openssl-random
perl-crypt-openssl-rsa
perl-datetime-tiny
perl-db-file
perl-digest-hmac
perl-digest-sha1
perl-encode-detect
perl-encode-locale
perl-file-listing
perl-file-util
perl-gd
perl-gdgraph
perl-gdtextutil
perl-html-parser
perl-html-tagset
perl-http-cookies
perl-http-daemon
perl-http-date
perl-http-message
perl-http-negotiate
perl-io-html
perl-io-socket-ssl
perl-json-tiny
perl-libwww-perl
perl-lwp-mediatypes
perl-mail-dkim
perl-mailtools
perl-mime-base64
perl-module-build
perl-mojolicious
perl-net-dns
perl-net-http
perl-net-ssleay
perl-netaddr-ip
perl-path-tiny
perl-time-hires
perl-timedate
perl-try-tiny
perl-uri
perl-www-robotrules
perl-xml-libxml
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-base
phidgetwebservice
php php-fpm: remove config comments to fix startup 2016-11-09 22:24:26 +01:00
php-amqp php-amqp: new package 2016-10-15 12:10:20 +02:00
php-geoip
php-gnupg
php-imagick
php-memcached
php-ssh2 package/php-ssh2: fix kconfig circular deps after libssh2 fix 2016-09-12 09:48:17 +02:00
php-yaml
php-zmq
picocom
pifmrds pifmrds: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:44 +02:00
pinentry pinentry: fix build issue with gcc 5.x 2016-08-20 22:40:17 +02:00
pixman pixman: properly enable/disable ARM optimizations 2016-08-27 14:44:05 +02:00
pkgconf
poco poco: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
polarssl MIPS: replace every BR2_mips_* with the new MIPS CPU options 2016-10-15 13:22:17 +02:00
polkit
poppler poppler: bump to version 0.48.0 2016-10-15 11:34:32 +02:00
popt
portaudio
portmap
postgresql postgresql: bump version to 9.6.1 2016-11-01 14:58:37 +01:00
pound
powerpc-utils
powertop
powervr
pppd pppd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
pps-tools
pptp-linux pptp-linux: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:40 +02:00
prboom
privoxy privoxy: needs thread support 2016-11-06 15:00:43 +01:00
procps-ng Merge branch 'next' 2016-09-02 16:20:33 +02:00
procrank_linux
proftpd
protobuf protobuf: add a comment about python-protobuf 2016-10-22 16:00:19 +02:00
protobuf-c
proxychains-ng proxychains-ng: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
pseudo package/pseudo: wrap the real pseudo with a wrapper 2016-11-09 23:29:59 +01:00
psmisc
psplash
ptpd
ptpd2
pugixml package/pugixml: Fix CMakelists.txt cxx_long_long_type bug. 2016-09-12 11:18:41 +02:00
pulseaudio
pulseview
pure-ftpd
putty
pv
pwgen
python python: fix double format detection 2016-11-09 21:57:18 +01:00
python3 python3: fix double format detection 2016-11-09 22:03:54 +01:00
python-alsaaudio
python-argh package/python-argh: bump version to 0.26.2 2016-10-05 23:00:24 +02:00
python-autobahn package/python-autobahn: bump version to 0.16.0 2016-10-05 23:00:25 +02:00
python-backports-abc
python-beautifulsoup4 package/python-beautifulsoup4: bump version to 4.5.1 2016-10-05 23:00:26 +02:00
python-bottle package/python-bottle: bump version to 0.12.9 2016-10-05 23:00:28 +02:00
python-can
python-cbor
python-certifi package/python-certifi: bump version to 2016.9.26 2016-10-05 23:00:29 +02:00
python-cffi python-cffi: bump to version 1.8.3 2016-09-20 12:06:29 +02:00
python-characteristic
python-cheetah
python-cherrypy
python-click
python-coherence
python-configobj package/python-configobj: bump version to 5.0.6 2016-10-05 23:00:30 +02:00
python-configshell-fb package/python-configshell-fb: update URL to the open-iscsi organization 2016-10-09 13:56:51 +02:00
python-couchdb package/python-couchdb: new package 2016-10-09 22:51:04 +02:00
python-crc16
python-crcmod python-crcmod: new package 2016-08-26 16:16:59 +02:00
python-crossbar python-psutil: not available on musl 2016-09-21 17:09:13 +02:00
python-cryptography package/python-cryptography: bump version to 1.5.2 2016-10-05 23:00:31 +02:00
python-cssselect
python-cssutils package/python-cssutils: new package 2016-10-09 23:00:49 +02:00
python-daemon python-daemon: add missing dependencies 2016-09-21 20:51:38 +02:00
python-dataproperty package/python-dataproperty: bump version to 0.9.0 2016-10-05 23:00:32 +02:00
python-dateutil
python-dialog
python-dialog3
python-dicttoxml
python-django package/python-django: bump version to 1.10.2 2016-10-05 23:00:34 +02:00
python-docopt
python-docutils python-docutils: new package 2016-09-21 20:48:05 +02:00
python-dominate
python-dpkt
python-ecdsa
python-engineio
python-enum
python-enum34
python-flask package/python-flask: bump version to 0.11.1 2016-10-05 23:00:36 +02:00
python-flask-jsonrpc package/python-flask-jsonrpc: bump version to 0.3.1 2016-10-05 23:00:35 +02:00
python-flask-login
python-flup
python-futures package/python-futures: new package 2016-10-09 22:51:41 +02:00
python-gobject
python-html5lib package/python-html5lib: bump version to 1.0b10 2016-10-05 23:00:38 +02:00
python-httplib2
python-humanize
python-id3
python-idna
python-iniparse
python-iowait
python-ipaddr
python-ipaddress package/python-ipaddress: bump version to 1.0.17 2016-10-05 23:00:39 +02:00
python-ipy package/python-ipy: bump version to 0.83, switch upstream to python.org 2016-10-05 23:00:40 +02:00
python-ipython
python-itsdangerous
python-jinja2
python-json-schema-validator package/python-json-schema-validator: bump version to 2.4.1 2016-10-05 23:00:41 +02:00
python-keyring
python-libconfig
python-lmdb
python-lxml python-lxml: bump to version 3.6.4 2016-09-20 12:06:13 +02:00
python-mad
python-mako
python-markdown package/python-markdown: bump version to 2.6.7 2016-10-05 23:00:43 +02:00
python-markupsafe
python-meld3 python-meld3: fix setup type 2016-08-25 15:21:32 +02:00
python-mistune package/python-mistune: bump version to 0.7.3 2016-10-05 23:00:44 +02:00
python-msgpack
python-mwclient package/python-mwclient: new package 2016-10-09 22:55:59 +02:00
python-mwscrape package/python-mwscrape: new package 2016-10-09 22:58:49 +02:00
python-mwscrape2slob package/python-mwscrape2slob: new package 2016-10-09 23:09:15 +02:00
python-netaddr
python-netifaces python-netifaces: bump to version 0.10.5 2016-09-20 12:06:20 +02:00
python-networkmanager python-networkmanager: bump to version 1.2.1 2016-10-03 23:10:50 +02:00
python-nfc
python-numpy
python-paho-mqtt package/python-paho-mqtt: bump version to 1.2 2016-10-05 23:00:45 +02:00
python-pam linux-pam: uses fork(), needs MMU 2016-08-19 11:47:59 +02:00
python-paramiko package/python-paramiko: bump version to 2.0.2 2016-10-05 23:00:46 +02:00
python-pathtools
python-pathvalidate package/python-pathvalidate: bump version to 0.7.1 2016-10-05 23:00:47 +02:00
python-pexpect package/python-pexpect: bump version to 4.2.1 2016-10-07 14:48:32 +02:00
python-pillow package/python-pillow: bump version to 3.4.0 2016-10-07 14:48:34 +02:00
python-posix-ipc package/python-posix-ipc: bump version to 1.0.0 2016-10-05 23:00:49 +02:00
python-prompt-toolkit package/python-prompt-toolkit: bump version to 1.0.7 2016-10-05 23:00:50 +02:00
python-protobuf protobuf: bump to version 3.0.0 2016-10-22 15:58:48 +02:00
python-psutil circus, python-psutil: fix syntax in Config.in 2016-09-21 20:28:19 +02:00
python-ptyprocess
python-pyasn
python-pyasn-modules
python-pycli
python-pycparser
python-pycrypto
python-pydal package/python-pydal: bump version to 16.9 2016-10-07 14:48:35 +02:00
python-pyelftools python-pyelftools: new package 2016-10-15 12:07:36 +02:00
python-pyftpdlib
python-pygame
python-pygments package/python-pygments: bump version to 2.1.3 2016-10-05 23:00:51 +02:00
python-pyicu package/python-pyicu: new package 2016-10-09 23:02:22 +02:00
python-pyinotify
python-pylru package/python-pylru: new package 2016-10-09 22:53:17 +02:00
python-pymysql package/python-pymysql: bump version to 0.7.9 2016-10-05 23:00:52 +02:00
python-pynacl
python-pyopenssl
python-pyparsing package/python-pyparsing: bump version to 2.1.9 2016-10-05 23:00:54 +02:00
python-pyparted
python-pypcap
python-pyqt python-pyqt: Removed 'compileall' directive from INSTALL_TARGET_CMDS 2016-08-23 15:00:05 +02:00
python-pyqt5 python-pyqt5: fix the build with Qt 5.6.2 2016-10-26 16:24:41 +02:00
python-pyratemp
python-pyrex
python-pyro
python-pyroute2 package/python-pyroute2: bump version to 0.4.8 2016-10-05 23:00:55 +02:00
python-pysendfile
python-pysmb
python-pysnmp package/python-pysnmp: bump version to 4.3.2 2016-10-07 14:48:40 +02:00
python-pysnmp-apps package/python-pysnmp-apps: fix LICENSE_FILES 2016-10-06 17:43:10 +02:00
python-pysnmp-mibs package/python-pysnmp-mibs: bump version to 0.1.6 2016-10-07 14:48:37 +02:00
python-pysocks
python-pytablewriter python-pytablewriter: add missing python-xlwt dependency 2016-10-13 08:07:13 +02:00
python-pytrie
python-pytz package/python-pytz: bump version to 2016.7 2016-10-07 14:48:43 +02:00
python-pyudev
python-pyusb python-pyusb: bump to version 1.0.0 2016-09-14 21:49:51 +02:00
python-pyxb package/python-pyxb: bump version to 1.2.5 2016-10-07 15:15:19 +02:00
python-pyyaml
python-pyzmq
python-requests package/python-requests: bump version to 2.11.1 2016-10-05 23:00:57 +02:00
python-requests-toolbelt python-requests-toolbelt: new package 2016-08-19 15:53:18 +02:00
python-rpi-gpio package/python-rpi-gpio: bump version to 0.6.2 2016-10-07 15:15:19 +02:00
python-rtslib-fb package/python-rtslib-fb: update URL to the open-iscsi organization 2016-10-09 13:56:46 +02:00
python-scapy3k
python-sdnotify
python-serial
python-service-identity
python-setproctitle
python-setuptools
python-shutilwhich
python-simpleaudio python-simpleaudio: new package 2016-09-23 08:32:51 +02:00
python-simplejson package/python-simplejson: bump version to 3.8.2 2016-10-07 15:15:19 +02:00
python-singledispatch
python-sip python-sip: allow package to be built using Qt5 2016-08-19 15:58:10 +02:00
python-six
python-slob package/python-slob: new package 2016-10-09 23:04:44 +02:00
python-smbus-cffi
python-socketio
python-spidev package/python-spidev: bump version to 3.2 2016-10-07 15:15:20 +02:00
python-thrift package/python-thrift: bump version to 0.9.3 2016-10-07 15:15:20 +02:00
python-tomako
python-tornado package/python-tornado: bump version to 4.4.2 2016-10-07 15:15:20 +02:00
python-treq
python-twisted package/python-twisted: bump version to 16.4.1 2016-10-07 15:15:20 +02:00
python-txaio
python-u-msgpack python-u-msgpack: bump to version 2.2 2016-09-26 21:30:50 +02:00
python-ubjson
python-ujson
python-urllib3 package/python-urllib3: bump version to 1.18 2016-10-07 15:15:20 +02:00
python-urwid
python-versiontools
python-watchdog
python-wcwidth
python-web2py
python-webpy
python-werkzeug package/python-werkzeug: bump version to 0.11.11 2016-10-07 15:15:20 +02:00
python-ws4py package/python-ws4py: bump version to 0.3.5 2016-10-07 15:15:20 +02:00
python-wsaccel
python-xlrd
python-xlsxwriter package/python-xlsxwriter: bump version to 0.9.3 2016-10-07 15:15:20 +02:00
python-xlutils
python-xlwt
python-zope-interface package/python-zope-interface: bump version to 4.3.2 2016-10-07 15:15:21 +02:00
qdecoder
qemu package/qemu: disable Qemu user-land emulation for musl toolchains 2016-11-06 23:02:13 +01:00
qextserialport
qhull
qjson
qlibc package/qlibc: drop a musl-compatibility patch 2016-08-19 11:34:27 +02:00
qpdf
qpid-proton
qt qt: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-29 15:55:00 +02:00
qt5 qt5websockets: use QT5WEBSOCKETS_INSTALL_TARGET_EXAMPLES 2016-11-01 16:11:42 +01:00
qt5cinex
qt-webkit-kiosk
qtuio qtuio: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
quagga quagga: fix static link with zlib 2016-08-21 22:23:02 +02:00
quazip
quota package/quota: fix static build with e2fsprogs 2016-08-16 08:13:21 +02:00
qwt qwt: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
rabbitmq-c
rabbitmq-server rabbitmq-server: add missing host dependencies 2016-10-27 21:53:59 +02:00
racehound
radvd
ramsmp
ramspeed
ranger
rapidjson
rapidxml rapidxml: add patch to fix usage with gcc 4.7+ 2016-10-15 23:07:22 +02:00
raptor
rdesktop
read-edid
readline
redis redis: bump to version 3.2.5 2016-10-29 15:41:20 +02:00
rfkill
rings
rng-tools
rp-pppoe rp-pppoe: pass the appropriate path for various tools 2016-10-24 23:42:09 +02:00
rpcbind package/rpcbind: fix musl build 2016-08-19 11:33:44 +02:00
rpi-firmware rpi-firmware: bump version 2016-09-23 07:59:58 +02:00
rpi-userland package/rpi-userland: include TARGET_CFLAGS to the overloaded CFLAGS 2016-10-22 16:22:15 +02:00
rpm
rrdtool
rs485conf rs485conf: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
rsh-redone linux-pam: uses fork(), needs MMU 2016-08-19 11:47:59 +02:00
rsync
rsyslog rsyslog: not available on musl 2016-10-25 19:52:24 +02:00
rt-tests rt-tests: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
rtai
rtl8188eu
rtl8821au
rtmpdump rtmpdump: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:03 +02:00
rtorrent
rtptools
rubix
ruby arch: remove support for sh64 2016-09-08 22:15:15 +02:00
runc runc: bump version to v1.0.0-rc2 2016-10-19 09:46:51 +02:00
sam-ba sam-ba: correct license 2016-09-19 19:28:14 +02:00
samba4 samba4: bump to version 4.4.7 2016-10-27 10:42:10 +02:00
sane-backends sane-backends: backport upstream commit to fix musl build 2016-08-19 23:33:11 +02:00
sbc
sconeserver package/sconeserver: needs shared libs 2016-08-29 09:43:36 +02:00
scons
screen
scrub
scrypt
sdl
sdl2
sdl2_gfx
sdl2_image
sdl2_ttf
sdl_gfx
sdl_image
sdl_mixer
sdl_net
sdl_sound
sdl_ttf
sdparm
sed
sepolgen sepolgen: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
ser2net ser2net: bump to version 3.1 2016-11-07 22:04:54 +01:00
setools
setserial
sg3_utils package/sg3_utils: fix uclinux build 2016-08-16 17:19:39 +02:00
shairport-sync package/shairport-sync: bump to version 2.8.5 2016-10-12 22:29:23 +02:00
shapelib shapelib: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
shared-mime-info shared-mime-info: bump to version 1.7 2016-10-11 12:23:48 +02:00
shellinabox
sigrok-cli
simicsfs
sispmctl
skeleton
sl
slang
slirp
smack
smartmontools
smcroute smcroute: bump to version 2.1.1 2016-09-09 17:01:29 +02:00
smstools3 smstools3: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:01 +02:00
snappy package/snappy: bump version 2016-10-02 21:22:27 +02:00
snmppp snmppp: bump to 3.3.7 2016-09-02 23:05:33 +02:00
snowball-hdmiservice snowball-hdmiservice: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
snowball-init
socat package/socat: fix build issue 2016-09-20 21:04:52 +02:00
socketcand
sofia-sip
softether softether: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
sound-theme-borealis
sound-theme-freedesktop
sox
sp-oops-extract
spawn-fcgi
speex
sphinxbase
spi-tools
spice
spice-protocol
spidev_test spidev_test: fix musl build 2016-08-17 00:01:05 +02:00
sqlcipher
sqlite sqlite: bump version to 3150000 (3.15.0) 2016-10-15 18:33:39 +02:00
squashfs
squeezelite squeezelite: needs NPTL 2016-08-18 23:51:29 +02:00
squid squid: bump to version 3.5.22 2016-10-14 16:51:47 +02:00
sredird
sshfs
sshpass sshpass: bump version to 1.06 2016-11-02 17:25:09 +01:00
start-stop-daemon start-stop-daemon: bump to version 1.8.10 2016-10-11 11:23:00 +02:00
startup-notification
statserial statserial: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:11 +02:00
stella stella: fix compiler search in configure script 2016-08-17 20:15:13 +02:00
stm32flash
strace strace: bump to version 4.14 2016-10-05 22:54:13 +02:00
stress
stress-ng package/stress-ng: bump to 0.06.15 2016-09-07 23:01:46 +02:00
strongswan
stunnel stunnel: bump to version 5.36 2016-09-24 16:40:10 +02:00
subversion
sudo
sunxi-boards
sunxi-cedarx
sunxi-mali
sunxi-tools sunxi-tools: bump to latest git revision 2016-10-05 09:59:58 +02:00
supertuxkart supertuxkart: Constrain to x86 architecture 2016-09-20 14:28:34 +02:00
supervisor
swig
swupdate swupdate: improved help text for Lua support 2016-10-25 21:41:51 +02:00
sylpheed
synergy
sysdig
sysklogd sysklogd: add patch to fix build with glibc 2.24 2016-10-09 22:42:56 +02:00
syslog-ng syslog-ng: Bump version to 3.7.3 2016-09-08 21:58:23 +02:00
sysprof
sysstat sysstat: bump to version 11.4.0 2016-08-17 15:04:37 +02:00
systemd package/systemd: fix build with old toolchains 2016-09-18 16:03:43 +02:00
systemd-bootchart package/systemd-bootchart: indentation cleanup 2016-10-13 07:38:24 +02:00
sysvinit system: sysvinit needs MMU 2016-08-14 16:11:46 +02:00
szip
taglib
tar
targetcli-fb package/targetcli-fb: update URL to the open-iscsi organization 2016-10-09 13:56:57 +02:00
taskd
tcl
tclap
tcllib
tcpdump tcpdump: bump version to 4.8.1 2016-10-26 12:29:33 +02:00
tcping tcping: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:58 +02:00
tcpreplay
tegrarcm
tekui tekui: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
terminology package/terminology: remove elementary dependency 2016-09-06 21:41:59 +02:00
tftpd tftpd: disallow on nios with pre-6.x toolchains 2016-08-29 17:58:32 +02:00
thrift thrift: fix m68k uclinux compile 2016-08-08 23:47:46 +02:00
thttpd
ti-gfx ti-gfx: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
ti-sgx-demos
ti-sgx-km package/ti-sgx-km: indentation cleanup 2016-10-26 12:23:35 +02:00
ti-sgx-um ti-sgx-um: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
ti-uim
ti-utils ti-utils: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:13 +02:00
tidsp-binaries tidsp-binaries: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
tiff
time
tinc
tinyalsa tinyalsa: avoid install in /usr/local/ 2016-11-05 13:17:29 +01:00
tinycbor tinycbor: fix detection of cjson 2016-10-13 15:56:21 +02:00
tinydtls package/tinydtls: indentation cleanup 2016-10-13 07:39:28 +02:00
tinyhttpd tinyhttpd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
tinymembench
tinyxml
tinyxml2
tmux tmux: bump version to 2.3 2016-09-30 11:56:36 +02:00
tn5250
tor
tovid
tpm-tools
trace-cmd package/trace-cmd: fix build without ptrace 2016-08-21 22:22:39 +02:00
transmission package/transmission: fix SITE url 2016-11-01 16:24:06 +01:00
tree
tremor
triggerhappy
trinity trinity: fix Config.in depends on logic 2016-10-30 16:42:16 +01:00
trousers trousers: fix build with musl 2016-08-27 15:27:29 +02:00
ts4900-fpga package/ts4900-fpga: remove the default value of the _INSTALL_{IMAGES, TARGET} variables 2016-10-24 23:34:53 +02:00
tslib
tstools tstools: requires dynamic library support 2016-08-21 22:22:18 +02:00
tunctl
turbolua turbolua: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
tvheadend package/tvheadend: bump version 2016-10-29 15:15:04 +02:00
twolame
tz
tzdata
tzdump
uboot-tools uboot-tools: bump to version 2016.09.01 2016-09-25 23:14:51 +02:00
ubus
ucl
uclibc toolchain: configs: improve toolchain config readability 2016-10-25 23:31:47 +02:00
udev
udisks package/lvm2: disable for musl toolchains 2016-10-25 23:25:32 +02:00
udpcast
uemacs
ulogd ulogd: fix build with musl 2016-08-18 16:23:45 +02:00
unionfs
unixodbc package/unixodbc: bump version to 2.3.4 2016-08-27 14:41:45 +02:00
unrar unrar: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:42 +02:00
unscd
unzip
upmpdcli package/upmpdcli: bump to version 1.2.8 2016-10-12 13:57:53 +02:00
upx
urg package/urg: fix build with gcc-6 2016-10-15 12:23:39 +02:00
usb_modeswitch
usb_modeswitch_data
usbmount
usbredir usbredir: improve license description 2016-10-19 23:28:31 +02:00
usbutils
ushare ushare: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:46 +02:00
ussp-push
ustr package/ustr: really fix ldconfig 2016-09-26 22:37:51 +02:00
util-linux util-linux: fix host build when ncurses is not installed 2016-10-26 12:18:00 +02:00
ux500-firmware ux500-firmware: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
v4l2grab
vala vala: bump to version 0.34.2 2016-10-27 21:48:22 +02:00
valgrind valgrind: do not use host mpicc 2016-11-09 22:15:06 +01:00
valijson
vboot-utils
vde2 package/vde2: indentation cleanup 2016-10-13 07:38:49 +02:00
vdr package/vdr: new package 2016-10-25 22:35:32 +02:00
vdr-plugin-vnsiserver package/vdr-plugin-vnsiserver: new package 2016-10-25 22:40:05 +02:00
vim vim: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
vlc package/vlc: use BR2_TOOLCHAIN_HAS_LIBATOMIC 2016-10-19 23:40:56 +02:00
vnstat
vo-aacenc vo-aacenc: disable arm optimizations on thumb2-only variants 2016-10-02 21:53:13 +02:00
vorbis-tools
vpnc
vsftpd vsftpd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
vtun
w_scan
wavemon
wavpack
wayland wayland: bump to version 1.12.0 2016-09-25 23:16:48 +02:00
wayland-protocols wayland-protocols: bump to version 1.7 2016-09-25 23:16:43 +02:00
webkitgtk webkitgtk: add upstream patch for failed gcc6 builds 2016-10-11 12:14:36 +02:00
webp
webrtc-audio-processing webrtc-audio-processing: fix build with musl 2016-08-09 15:48:34 +02:00
weston weston: bump to version 1.12.0 2016-09-25 23:17:06 +02:00
wf111 wf111: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:32 +02:00
wget
whetstone
which
whois
wilc1000-firmware
wine wine: Bump to version 1.8.5 2016-10-09 14:06:04 +02:00
wipe
wireless_tools wireless_tools: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:42 +02:00
wireless-regdb
wireshark package/wireshark: properly guard sub-options 2016-10-20 22:02:22 +02:00
wiringpi wiringpi: bump version to 2.32 2016-10-22 15:30:51 +02:00
wmctrl
wpa_supplicant wpa_supplicant: AP mode now requires nl80211 2016-10-13 21:45:45 +02:00
wpan-tools
wsapi
x11r7 xdriver_xf86-video-imx-viv: bump version to 5.0.11.p8.6 2016-11-01 19:27:46 +01:00
x11vnc
x264 package/x264: bump version 2016-10-29 15:30:53 +02:00
x265 Revert "package/x265: bump version to 2.1" 2016-11-06 22:51:12 +01:00
xavante
xdotool
xen package/xen: fix build failure on x86 after bump to 4.7 2016-11-01 14:53:36 +01:00
xenomai
xerces
xfsprogs
xinetd
xl2tp xl2tp: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:25:14 +02:00
xmlstarlet
xorriso
xscreensaver
xtables-addons xtables-addons: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
xterm xterm: bump to version 327 2016-10-11 12:28:52 +02:00
xutil_util-macros
xvisor xvisor: needs gcc >= 4.9 2016-09-25 21:58:07 +02:00
xvkbd xvkbd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:50 +02:00
xxhash
xz
yad
yaffs2utils
yajl
yaml-cpp
yasm
yavta
ympd
zbar package/zbar: fix zbar build 2016-10-20 22:58:58 +02:00
zd1211-firmware
zeromq
zic
zip zip: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
zlib
zlog zlog: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:38 +02:00
zmqpp
znc
zsh
zxing-cpp
zynq-boot-bin
zyre zyre: disable docs 2016-10-25 19:59:18 +02:00
Config.in linux: add ev3dev extension 2016-11-02 17:52:24 +01:00
Config.in.host lttng-babeltrace: add host Babeltrace as host utility 2016-11-02 22:52:56 +01:00
doc-asciidoc.mk doc/asciidoc: add possibility to define document dependencies 2016-08-27 21:57:12 +02:00
Makefile.in core: introduce per br2-external NAME 2016-10-16 13:01:02 +02:00
pkg-autotools.mk core/pkg-autotools: don't use APPLY_PATCHES for libtool patches 2016-08-18 23:52:47 +02:00
pkg-cmake.mk package/pkg-cmake.mk: move CMAKE_BUILD_TYPE definition into toolchainfile.cmake 2016-10-22 16:15:32 +02:00
pkg-download.mk pkg-download: fix fetching URLs with ? from PRIMARY/BACKUP 2016-10-23 14:51:16 +02:00
pkg-generic.mk core/pkg-generic: check proper package installation 2016-10-26 22:36:44 +02:00
pkg-kconfig.mk pkg-kconfig: support alternative .config location 2016-09-17 14:44:10 +02:00
pkg-kernel-module.mk
pkg-luarocks.mk
pkg-perl.mk
pkg-python.mk
pkg-rebar.mk
pkg-utils.mk core/legal-info: don't generate big file with all license texts 2016-10-15 12:52:42 +02:00
pkg-virtual.mk