kumquat-buildroot/package
Thomas Petazzoni 62504125f8 gcc: fix gcc version dependencies for the PowerPC64/musl exclusion
In commit
5ab751ca44 ("toolchain-buildroot: allow to
build ppc64(le) musl toolchains"), support for building a musl toolchain
for ppc64(le) was added. Since this support only works with gcc 6, some
additional dependencies have been added to the older gcc versions so
that they cannot be selected on ppc64(le)/musl.

Unfortunately, the expression of the dependency was wrong, and leads to
those older gcc versions being non-selectable if you're not using
musl. Indeed, the dependencies look like this:

  depends on !BR2_powerpc64 && !BR2_powerpc64le && BR2_TOOLCHAIN_USES_MUSL

So as soon as you're not using musl, BR2_TOOLCHAIN_USES_MUSL is false,
so the entire condition is false, and the gcc version is not available.

Due to this, only gcc 6.x can be selected currently with uclibc or
glibc, which is clearly not the intended behavior.

This commit reworks those dependencies to:

  depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))

which more clearly expresses what we want:

 "We don't want to (have a toolchain that uses musl and (be building
  either for PPC64 or PPC64le))"

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-20 22:39:54 +02:00
..
4th 4th: build with -fPIC when shared library build is enabled 2016-07-07 10:03:34 +02:00
a10disp
acl
acpica package/acpica: disable -Werror 2016-07-16 10:12:04 +02:00
acpid
acpitool
acsccid
adwaita-icon-theme
aer-inject
aespipe
agentpp
aiccu
aircrack-ng
alljoyn package/alljoyn: fix sparc64 build issue 2016-07-17 14:50:49 +02:00
alljoyn-base alljoyn-base: new package 2016-07-20 22:16:02 +02:00
alljoyn-tcl alljoyn-tcl: new package 2016-07-20 22:21:48 +02:00
alljoyn-tcl-base alljoyn-tcl-base: new package 2016-07-20 22:29:35 +02:00
alsa-lib alsa-lib: bump version to 1.1.2 2016-08-03 20:47:05 +02:00
alsa-utils alsa-utils: bump version to 1.1.2 2016-08-03 20:47:15 +02:00
alsamixergui
am33x-cm3
am335x-pru-package
android-tools
angularjs package/angularjs: drop modules selection and simplify 2016-07-04 16:07:37 +02:00
apache package/apache: security bump to version 2.4.23 2016-07-07 11:48:49 +02:00
apitrace
apr
apr-util
argp-standalone
argparse
argus
armadillo
arptables
assimp assimp: fix m68k uclinux compile 2016-08-01 23:03:56 +02:00
at
atf
atftp
atk
atkmm
attr
audiofile
audit package/audit: add support for host variant 2016-07-16 22:47:58 +02:00
aumix
autoconf
autoconf-archive
autofs autofs: add patch to force result of procfs check 2016-07-30 22:34:23 +02:00
automake
autossh
avahi
avrdude
axel
axfsutils
b43-firmware
b43-fwcutter
babeld babeld: use TARGET_CONFIGURE_OPTS 2016-07-03 21:25:50 +02:00
bandwidthd
bash package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
batctl
batman-adv
bc
bcache-tools
bcm2835
bcusdk
bdwgc
beecrypt
bellagio
benejson
berkeleydb
bind bind: bump version to 9.10.4-P2 2016-07-19 11:50:22 +02:00
binutils binutils: fix Blackfin '.rofixup section size mismatch' problems 2016-08-05 21:16:15 +02:00
biosdevname
bison
bitstream
bitstream-vera
blktrace
bluez5_utils
bluez_utils toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
bmon bmon: bump to version 3.9 2016-07-23 15:07:09 +02:00
boa
bonnie
boost package/boost: context module needs ARM instructions on ARM 2016-08-02 22:49:01 +02:00
bootstrap
bootutils package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
botan botan: bump to version 1.10.13 2016-07-12 10:48:08 +02:00
bridge-utils
bsdiff
btrfs-progs package/btrfs-progs: install to staging directory 2016-07-27 23:09:08 +02:00
bullet
bustle
busybox package/busybox: add comment about BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 2016-07-18 23:29:01 +02:00
bwm-ng
bzip2
c-ares
c-icap
c-icap-modules
c-periphery
ca-certificates
cache-calibrator
cairo
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
ccid
ccrypt
cdrkit cdrkit: add explicit dependencies for host variant 2016-07-03 21:16:36 +02:00
cegui06
celt051
cgic
cgilua
cgroupfs-mount
check
checkpolicy
chocolate-doom
chrony package/chrony: fix systemd service 2016-07-15 13:00:56 +02:00
cifs-utils toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
circus circus: new package 2016-07-05 17:26:35 +02:00
civetweb
cjson
clamav
clapack clapack: disable for m68k coldfire 2016-08-01 23:15:55 +02:00
classpath
cloog
cloop
cmake Revert "cmake: bump version to 3.6.0" 2016-07-15 09:52:26 +02:00
collectd collectd: security bump to version 5.5.2 2016-07-28 21:51:19 +02:00
comix-cursors
connman connman: bump to version 1.33 2016-07-23 17:01:23 +02:00
connman-gtk
conntrack-tools
copas
coreutils package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
cosmo
coxpcall
cpio
cppcms package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
cppdb
cppunit
cppzmq
cpuload
cramfs
crda package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
crudini
cryptodev
cryptodev-linux
cryptopp
cryptsetup
ctorrent
cups cups: bump to version 2.1.4, change upstream location 2016-07-03 12:43:39 +02:00
curlftpfs
cvs
cwiid
cxxtest
czmq
dado
dante dante: fix sparc compile issue 2016-07-10 15:17:36 +02:00
dash package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
dawgdic
dbus dbus: bump to version 1.10.10 2016-08-16 23:56:46 +02:00
dbus-cpp
dbus-glib
dbus-python
dbus-triggerd
dcron package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
debianutils package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
dejavu
devmem2 package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
dfu-util
dhcp package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
dhcpcd
dhcpdump
dhrystone
dialog
diffutils diffutils: bump version to 3.4 2016-08-09 12:08:58 +02:00
dillo
ding-libs
directfb directfb: depends on NPTL threading 2016-07-17 15:06:17 +02:00
directfb-examples
dmalloc
dmidecode
dmraid
dnsmasq
docker
docker-containerd docker-containerd: pass -extldflags '-static' on when BR2_STATIC_LIBS=y 2016-07-24 21:59:23 +02:00
docker-engine package/docker-engine: bump to v1.12.0 2016-08-16 12:58:47 +02:00
domoticz domoticz: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS 2016-07-20 21:24:01 +02:00
doom-wad
dos2unix package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
dosfstools dosfstools: remove empty host dependencies definition 2016-07-03 10:24:02 +02:00
dovecot package/dovecot: bump version to 2.2.25 2016-07-03 11:17:08 +02:00
dovecot-pigeonhole package/dovecot-pigeonhole: bump version to 0.4.15 2016-07-16 09:46:35 +02:00
doxygen
drbd-utils
dropbear dropbear: bump version to 2016.74 2016-07-23 14:41:04 +02:00
dropwatch
dsp-tools
dstat
dt
dtach dtach: bump to version v0.9 2016-07-16 16:48:18 +02:00
dtc Revert "dtc: install libfdt library and headers for host variant" 2016-08-04 18:19:18 +02:00
dtv-scan-tables
duma package/duma: fix build with C++14 2016-07-16 11:05:51 +02:00
dvb-apps
dvblast dvblast: use double quotes around the Config.in comment 2016-07-04 17:20:44 +02:00
dvbsnoop
dvdauthor
dvdrw-tools
e2fsprogs package/e2fsprogs: fix 0002 patch 2016-07-12 10:48:08 +02:00
e2tools
ebtables
ecryptfs-utils
ed
edid-decode
eeprog
efibootmgr efivar: disable for some incompatible Sourcery CodeBench toolchains 2016-07-03 17:00:29 +02:00
efivar efivar: disable for some incompatible Sourcery CodeBench toolchains 2016-07-03 17:00:29 +02:00
efl package/efl: enable systemd support 2016-07-23 15:09:30 +02:00
eigen
ejabberd
elementary package/elementary: fix parallel install issue 2016-07-27 21:43:40 +02:00
elf2flt
elftosb
elfutils package/elfutils: set program-prefix to default ("eu-") 2016-08-19 00:02:27 +02:00
emlog
empty
enchant
enlightenment package/enlightenment: enable systemd support 2016-07-23 15:09:39 +02:00
enscript
erlang
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
espeak
ethtool
eudev eudev: add patch to fix getrandom() system call on ARM64 2016-08-04 22:46:04 +02:00
evemu
eventlog
evtest
exfat
exfat-utils
exim
exiv2
expat
expect
expedite
explorercanvas
ezxml
f2fs-tools package/f2fs-tools: update version 2016-07-04 10:41:52 +02:00
faad2
faifa
fakeroot
faketime
fan-ctrl
fastd
fb-test-app
fbdump
fbgrab
fbset fbset: fix musl compile 2016-07-15 13:19:00 +02:00
fbterm
fbtft
fbv
fcgiwrap fcgiwrap: Add a patch to link with libsystemd, not libsystemd-daemon. 2016-07-18 23:20:09 +02:00
fconfig
fdk-aac
feh
fetchmail
ffmpeg package/ffmpeg: add optional dependency to libebur128 2016-07-24 21:57:07 +02:00
fftw package/fftw: add fortran support 2016-07-03 16:58:11 +02:00
ficl
file
filemq
findutils package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
fio fio: add optional libnuma (numactl) dependency 2016-07-23 23:07:41 +02:00
fis
flac
flann
flannel flannel: pass -extldflags '-static' on when BR2_STATIC_LIBS=y 2016-07-24 21:59:24 +02:00
flashbench
flashrom
flex
flickcurl
flite
flot
fltk
fluxbox
fmc fmc: bump to fsl-sdk-v2.0 2016-07-27 21:31:48 +02:00
fmlib fmlib: bump to fsl-sdk-v2.0 2016-07-27 21:31:42 +02:00
fmtools
font-awesome
fontconfig
fping
freeradius-client
freerdp
freescale-imx imx-parser: add missing configure options 2016-08-03 22:07:01 +02:00
freeswitch
freetype freetype: bump to version 2.6.5 2016-07-14 12:53:50 +02:00
fswebcam
ftop
fwup
fxload
gadgetfs-test
gamin gamin: improve PTHREAD_MUTEX_RECURSIVE_NP patch to fix build issue 2016-07-21 13:53:07 +02:00
gauche
gawk package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
gcc gcc: fix gcc version dependencies for the PowerPC64/musl exclusion 2016-08-20 22:39:54 +02:00
gcr package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
gd package/gd: use 'menuconfig' instead of 'config'+'menu' 2016-07-04 17:23:07 +02:00
gdb gdb: fix simulator build failures 2016-08-05 00:16:22 +02:00
gdbm
gdk-pixbuf
genext2fs
gengetopt
genimage
genpart
genromfs
geoip
gesftpserver
getent getent: remove VERSION/SOURCE 2016-07-03 12:54:59 +02:00
gettext
gflags
ghostscript-fonts
giblib
giflib
git git: bump version to 2.9.3 2016-08-17 15:04:23 +02:00
glib-networking
glibc glibc: add version 2.24 2016-08-20 16:07:57 +02:00
glibmm
glm
glmark2
glog
gmock
gmp gmp: correct legal info 2016-07-05 08:54:08 +02:00
gmpc
gmrender-resurrect
gnu-efi
gnuchess
gnupg gnupg: disable assembly optimization for coldfire 2016-08-05 09:17:33 +02:00
gnupg2 package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
gnuplot
gnuradio
gnutls gnutls: security bump to version 3.4.14 2016-07-14 12:53:28 +02:00
go package/go: needs PIE support 2016-07-24 21:50:05 +02:00
go-bootstrap package/go-bootstrap: Build host tools with host CC 2016-07-04 15:07:48 +02:00
gob2
google-breakpad packages: use the <PKG>_TARGET_FINALIZE_HOOKS 2016-07-05 15:53:05 +02:00
google-material-design-icons
googlefontdirectory
gperf
gpm
gpsd package/gpsd: use 'menuconfig' instead of 'config'+'menu' 2016-07-04 17:23:07 +02:00
gptfdisk
gqview
gr-osmosdr
granite
grantlee
graphite2
grep package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
gsettings-desktop-schemas
gsl
gssdp gssdp: bump to version 0.14.16 2016-07-26 21:31:15 +02:00
gstreamer
gstreamer1 gst1-validate: bump to version 1.8.3 2016-08-20 11:46:41 +02:00
gtest
gtk2-engines
gtkmm3
gtkperf
gtksourceview gtksourceview: new package 2016-07-30 15:51:39 +02:00
guile
gupnp gupnp: bump to version 0.20.18 2016-07-26 21:31:21 +02:00
gupnp-av
gupnp-dlna gupnp-dlna: new package 2016-07-30 15:36:22 +02:00
gupnp-tools gupnp-tools: new package 2016-07-30 16:12:36 +02:00
gutenprint
gvfs
gzip package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
hans
harfbuzz harfbuzz: bump to version 1.3.0 2016-07-23 15:07:38 +02:00
haserl
haveged
hdparm package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
heimdal
heirloom-mailx
hiawatha
hicolor-icon-theme
hidapi
hostapd hostapd: Install default hostapd.conf on target 2016-07-07 11:48:51 +02:00
hplip
htop htop: bump to version 2.0.2 2016-07-23 15:08:02 +02:00
httping
hwdata
hwloc
i2c-tools i2c-tools: install binaries to /usr/sbin 2016-08-02 13:08:59 +02:00
i7z
ibrcommon
ibrdtn
ibrdtn-tools
ibrdtnd
icu
ifplugd package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
iftop
ifupdown package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
igd2-for-linux igd2-for-linux: bump to version 1.2 2016-08-16 13:02:57 +02:00
igh-ethercat
igmpproxy
ijs
imagemagick package/imagemagick: bump to version 7.0.2-6 2016-08-03 23:28:12 +02:00
imlib2
imx-usb-loader imx-usb-loader: remove - from prompt 2016-07-08 22:03:06 +02:00
inadyn
inconsolata
initscripts initscripts: show status in S40network 2016-08-02 23:52:56 +02:00
inotify-tools
input-event-daemon
input-tools
intel-microcode
intltool
iodine
iostat
iotop
iozone iozone: remove dead code for !thread handling 2016-07-31 14:17:14 +02:00
iperf iperf: fix "speed" display in csv report 2016-07-30 14:39:20 +02:00
iperf3
ipkg ipkg: fix MMU-less build 2016-07-27 21:24:56 +02:00
ipmitool
ipmiutil ipmiutil: bump to version 2.9.9 2016-07-26 21:35:27 +02:00
iproute2
iprutils iprutils: uses fork(), needs MMU 2016-07-03 13:17:35 +02:00
ipsec-tools
ipset
iptables iptables: add upstream patch to fix AR substitution 2016-07-05 13:16:36 +02:00
iptraf-ng
iputils
iqvlinux
irda-utils
irqbalance
irssi irssi: bump to version 0.8.19 2016-08-16 12:58:00 +02:00
isl
iucode-tool
iw iw: correct license name 2016-07-05 08:47:24 +02:00
jack2
jamvm
jansson
janus-gateway package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
jasper
jemalloc package/jemalloc: needs threads 2016-07-18 23:12:32 +02:00
jhead
jimtcl
joe
jpeg
jpeg-turbo
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-javascript
jsoncpp
kbd
kexec
kexec-lite
keyutils
kismet
kmod kmod: bump version to 23 2016-07-20 21:24:18 +02:00
kmsxx package/kmsxx: fix static install 2016-08-05 20:59:53 +02:00
knock
kodi package/kodi: Update upstream patch to support libcurl >= 7.50.1 2016-08-05 09:38:53 +02:00
kodi-addon-xvdr
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
kvmtool
kyua
lame
lapack package/lapack: new package 2016-07-06 22:59:46 +02:00
latencytop
lbase64
lbreakout2
lcdapi
lcdproc
lcms2
leafnode2
leafpad
less package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
lesstif
leveldb
lft
lftp lftp: bump version to 4.7.3 2016-07-18 23:08:44 +02:00
libaacs package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
libaio
libamcodec libamcodec: needs dynamic library 2016-07-19 23:19:23 +02:00
libao
libarchive libarchive: add selection of bsdcat 2016-07-27 21:29:07 +02:00
libargtable2
libart
libasplib
libass
libassuan libassuan: bump version to 2.4.3 2016-07-15 14:29:43 +02:00
libatasmart
libatomic_ops
libbdplus package/libbdplus: add missing libgpg-error arch dependency 2016-07-05 09:20:26 +02:00
libbluray
libbroadvoice
libbsd
libcap
libcap-ng
libcdaudio
libcddb
libcdio
libcec
libcgi
libcgicc
libcgroup
libcli
libcoap
libcodec2
libcofi
libconfig
libconfuse
libcroco
libcrossguid
libcue
libcuefile
libcurl libcurl: security bump version to 7.50.1 2016-08-03 20:50:39 +02:00
libdaemon
libdcadec
libdmtx
libdnet
libdri2
libdrm package/libdrm: bump version to 2.4.70 2016-07-23 22:57:58 +02:00
libdvbcsa
libdvbpsi
libdvbsi
libdvdcss
libdvdnav libdvdnav: fix nios2 cross-compile 2016-08-04 22:47:18 +02:00
libdvdread package/libdvdread: needs host-pkgconf 2016-08-05 09:13:18 +02:00
libebml
libebur128 package/libebur128: new package 2016-07-24 21:53:20 +02:00
libedit
libee
libenca
libepoxy
liberation
libesmtp
libestr
libev
libevas-generic-loaders
libevdev
libevent
libexif
libeXosip2
libfastjson package/libfastjson: can use threads instead of atomics 2016-07-15 17:00:50 +02:00
libfcgi
libffi
libfm libfm: add optional support for gtk3 2016-07-23 17:00:41 +02:00
libfm-extra libfm-extra: bump to version 1.2.4 2016-07-23 15:55:05 +02:00
libfreefare
libfreeglut
libfreeimage
libfribidi
libftdi
libftdi1
libfuse
libg7221
libgail
libgcrypt libgcrypt: disable assembly for coldfire 2016-08-05 09:16:45 +02:00
libgdiplus
libgee
libgeotiff
libglade
libglew
libglfw
libglib2 libglib2: bump to version 2.48.2 2016-08-19 00:00:07 +02:00
libglu
libgpg-error package/libgpg-error: disable tests 2016-07-15 14:51:03 +02:00
libgpgme package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
libgsasl
libgtk2
libgtk3 libgtk3: bump to version 3.20.9 2016-08-19 00:00:12 +02:00
libgudev libgudev: remove incorrect Config.in help text information 2016-07-15 20:32:48 +02:00
libhdhomerun
libhid
libhttpparser
libical
libiconv
libid3tag
libidn libidn: security bump to version 1.33 2016-07-23 15:06:43 +02:00
libiio libiio: BR2_PACKAGE_LIBIIO_TESTS requires BR2_PACKAGE_LIBIIO_XML_BACKEND 2016-07-06 00:01:35 +02:00
libilbc
libimxvpuapi
libinput libinput: bump to version 1.4.1 2016-08-10 14:28:06 +02:00
libiqrf
libiscsi
libjpeg
libjson
libksba package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
libldns
liblinear
libllcp
liblo
liblockfile
liblog4c-localtime
liblogging
libmad
libmatroska
libmbim libmbim: bump to version 1.14.0 2016-07-26 21:30:52 +02:00
libmbus
libmcrypt
libmemcached toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
libmhash
libmicrohttpd libmicrohttpd: fix thread detection on ARC and Blackfin 2016-07-05 10:17:16 +02:00
libminiupnpc libminiupnpc: New package 2016-07-03 12:30:19 +02:00
libmms
libmng
libmnl libmnl: bump to version 1.0.4 2016-08-20 11:46:45 +02:00
libmodbus
libmodplug
libmpd
libmpdclient
libmpeg2
libnatpmp libnatpmp: New package 2016-07-03 19:53:42 +02:00
libndp
libnet
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs
libnftnl
libnice
libnl
libnspr
libnss
liboauth
libogg
libopenh264 package/libopenh264: bump version to 1.5.0 2016-07-30 12:08:02 +02:00
liboping package/liboping: fix build after bump 2016-07-05 17:21:42 +02:00
libosip2
libpam-radius-auth
libpam-tacplus
libpcap
libpciaccess
libpfm4
libphidget
libpjsip
libplatform
libplayer package/mplayer: needs BR2_TOOLCHAIN_HAS_SYNC_4 2016-07-04 14:53:51 +02:00
libplist
libpng
libpqxx libpqxx: new package 2016-07-30 15:42:30 +02:00
libpthread-stubs
libpthsem
libqmi libqmi: bump to version 1.16.0 2016-07-26 21:30:57 +02:00
libqrencode
libraw
libraw1394
libreplaygain
libroxml
librsvg
librsync
librtas
librtlsdr
libsamplerate
libseccomp libseccomp: bump version to 2.3.1 2016-08-02 21:38:52 +02:00
libsecret
libselinux
libsemanage package/libsemanage: add host-audit as a dependency of the host variant 2016-07-16 22:50:26 +02:00
libsepol libsepol: fix static build 2016-08-05 15:48:48 +02:00
libserial
libserialport
libsexy
libsha1
libshairplay
libshout
libsidplay2
libsigc
libsigrok
libsigrokdecode
libsigsegv libsigsegv: update web page URL 2016-08-03 20:46:34 +02:00
libsilk
libsndfile package/libsndfile: bump version to 1.0.27 2016-07-07 11:48:50 +02:00
libsoc
libsocketcan
libsodium toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
libsoil
libsoundtouch
libsoup
libsoxr
libsquish
libsrtp
libssh package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
libssh2 package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
libstrophe
libsvg
libsvg-cairo
libsvgtiny
libsysfs
libtasn1 libtasn1: bump to version 4.9 2016-08-11 00:03:45 +02:00
libtheora
libtirpc
libtomcrypt
libtommath
libtool
libtorrent
libtpl
libubox
libuci libuci: update legal info 2016-07-05 08:36:21 +02:00
libucl
libuecc
libuio package/libuio: select gettext when BR2_NEEDS_GETTEXT_IF_LOCALE is set 2016-08-05 21:06:56 +02:00
libump
libunistring
libunwind libunwind: needs ARM instruction support 2016-07-23 22:58:44 +02:00
libupnp libupnp: bump to version 1.6.20 2016-07-08 10:58:17 +02:00
libupnpp
liburcu
liburiparser
libusb
libusb-compat
libusbgx
libuv
libv4l package/libv4l: bump version to 1.10.1 2016-07-11 14:11:44 +02:00
libva
libva-intel-driver
libvdpau libvdpau: new package 2016-07-03 21:14:06 +02:00
libvips
libvncserver
libvorbis
libvpx package/libvpx: bump version to 1.6.0 2016-08-04 22:53:42 +02:00
libwebsock
libwebsockets
libxkbcommon
libxml2
libxml-parser-perl
libxmlpp
libxmlrpc
libxslt
libyaml
libyuv
libzip
lightning
lighttpd lighttpd: security bump version to 1.4.41 2016-08-01 22:24:15 +02:00
linenoise
linknx package/linknx: make it build with the musl C library 2016-07-05 19:21:44 +02:00
links
linphone
linux-backports
linux-firmware
linux-fusion
linux-headers linux-headers: bump 3.18.x and 4.1.x series 2016-08-04 22:44:49 +02:00
linux-pam
linux-zigbee
liquid-dsp
lirc-tools Replace (e)glibc by glibc 2016-06-28 22:19:22 +02:00
lite
live555
ljlinenoise
ljsyscall
lksctp-tools
lldpd lldpd: bump version to 0.9.4 2016-08-02 22:10:24 +02:00
lm-sensors
lmbench
localedef
lockdev
lockfile-progs
log4cplus
log4cpp log4cpp: fix musl compile 2016-07-15 13:24:50 +02:00
log4cxx
logrotate logrotate: bump version to 3.10.0 2016-08-19 23:02:48 +02:00
logsurfer
lpc3250loader
lpeg
lpty
lrandom
lrzsz
lshw lshw: bump version to B.02.18 2016-07-30 15:23:49 +02:00
lsof package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
lsqlite3
lsuio
ltp-testsuite
ltrace
ltris
lttng-babeltrace
lttng-libust
lttng-modules
lttng-tools
lua lua: remove empty host dependencies definition 2016-07-03 10:24:02 +02:00
lua-cjson
lua-coat
lua-coatpersistent
lua-csnappy
lua-ev
lua-iconv
lua-messagepack
lua-msgpack-native
lua-periphery
lua-testmore
luabitop
luacrypto
luaexpat
luaexpatutils
luafilesystem
luainterpreter
luajit
luajson
lualogging
luaposix
luarocks packages: use the <PKG>_TARGET_FINALIZE_HOOKS 2016-07-05 15:53:05 +02:00
luasec
luasocket
luasql-sqlite3
lunit
lutok
luv package/luv: bump to version 1.9.1-0 2016-08-01 22:38:35 +02:00
luvi package/luvi: bump to version 2.7.5 2016-08-01 22:38:38 +02:00
lvm2 lvm2: bump version to 2.02.163 2016-08-10 14:28:11 +02:00
lxc lxc: version bump to 2.0.3 2016-08-16 23:55:38 +02:00
lz4
lzip
lzlib
lzma
lzo
lzop
m4
macchanger
madplay
make
makedevs makedevs: remove VERSION/SOURCE 2016-07-03 12:52:04 +02:00
mali-t76x
matchbox
matchbox-common
matchbox-desktop
matchbox-fakekey
matchbox-keyboard
matchbox-lib
matchbox-panel
matchbox-startup-monitor
mbedtls
mc
mcelog
mcrypt
mdadm
mediastreamer
memcached memcached: bump to version 1.4.30 2016-08-17 15:04:08 +02:00
memstat
memtest86
memtester
menu-cache menu-cache: bump to version 1.0.1 2016-07-23 15:55:45 +02:00
mesa3d package/mesa3d: add optional support for libsha1 2016-07-18 23:09:35 +02:00
mesa3d-demos
mesa3d-headers package/{mesa3d, mesa3d-headers}: bump version to 12.0.1 2016-07-10 15:22:32 +02:00
metacity
micropython
micropython-lib
midori package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
mii-diag
minicom
minidlna
minissdpd minissdpd: new package 2016-07-30 17:00:25 +02:00
minizip
miraclecast
mjpegtools
mjpg-streamer
mke2img mke2img: remove SOURCE 2016-07-03 12:56:06 +02:00
mkpasswd mkpasswd: remove VERSION/SOURCE 2016-07-03 12:56:29 +02:00
mkpimage mkpimage: remove SOURCE 2016-07-03 12:57:51 +02:00
mmc-utils
moarvm
mobile-broadband-provider-info
modem-manager modem-manager: bump to version 1.6.0 2016-07-26 21:31:06 +02:00
modplugtools
mongodb
mongoose
mongrel2
monit
monkey
mono package/mono: bump to version 4.4.2.11 2016-08-04 18:21:53 +02:00
mono-gtksharp3
monolite
mosh
mosquitto
mp4v2
mpc
mpd package/mpd: bump to version 0.19.18 2016-08-07 23:54:58 +02:00
mpd-mpc
mpdecimal
mpfr
mpg123
mplayer package/mplayer: needs BR2_TOOLCHAIN_HAS_SYNC_4 2016-07-04 14:53:51 +02:00
mpv mpv: bump to version 0.19.0 2016-08-20 22:38:15 +02:00
mraa
mrouted
msgpack
msmtp
msr-tools
mtd mtd: add option to install mtd integrity test 2016-07-16 11:49:40 +02:00
mtdev
mtdev2tuio
mtools mtools: remove empty host dependencies definition 2016-07-03 10:24:02 +02:00
mtr
multicat package/multicat: use double quotes in toolchain comment 2016-07-04 17:23:07 +02:00
musepack
musl musl: bump to version 1.1.15 2016-07-07 11:48:47 +02:00
mutt
mxml
mxsldr mxsldr: new package 2016-07-08 22:00:36 +02:00
mysql
nano nano: bump version to 2.6.2 2016-07-28 22:00:21 +02:00
nanocom
nasm nasm: bump to version 2.12.02 2016-07-14 12:33:28 +02:00
nbd
ncdu ncdu: bump version from 1.9 to 1.11 2016-08-04 18:55:34 +02:00
ncftp ncftp: remove the menu ... endmenu 2016-07-04 23:00:17 +02:00
ncmpc
ncurses ncurses: reinstall l/linux terminfo file 2016-08-05 14:21:31 +02:00
ndisc6
ne10
neard
neardal
neon
net-tools package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
netatalk package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
netbsd-queue
netcat package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
netcat-openbsd package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
netperf
netplug
netsniff-ng
netsnmp
netstat-nat
netsurf-buildsystem
nettle nettle: disable assembly optimizations for ARMv7M 2016-07-25 22:47:47 +02:00
network-manager package/pppd: disable for musl toolchains 2016-07-16 20:22:08 +02:00
newt
nfacct
nfs-utils nfs-utils: remove the menu ... endmenu 2016-07-04 23:03:38 +02:00
nftables
nginx nginx-nasxi: new package 2016-07-15 22:49:56 +02:00
nginx-naxsi nginx-nasxi: new package 2016-07-15 22:49:56 +02:00
nginx-upload nginx-upload: depends on BR2_PACKAGE_NGINX_HTTP 2016-07-19 23:17:29 +02:00
ngircd
ngrep
ninja ninja: new package 2016-07-03 22:27:54 +02:00
nload
nmap
nodejs nodejs: remove the menu ... endmenu 2016-07-04 23:07:35 +02:00
nodm
noip
norm
nss-mdns
nss-pam-ldapd
ntfs-3g package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
ntp ntp: add support for SHM clocks 2016-07-15 13:11:06 +02:00
numactl
nut
nuttcp
nvidia-driver
nvidia-tegra23
nvme
obsidian-cursors
ocf-linux
ocrad
odhcp6c
odhcploc
odroid-mali odroid-mali: new package 2016-07-24 22:32:48 +02:00
odroid-scripts odroid-scripts: select fbset 2016-07-26 21:34:02 +02:00
ofono
ola package/ola: use 'menuconfig' instead of 'config'+'menu' 2016-07-04 23:08:25 +02:00
olsr
omap-u-boot-utils
omniorb omniorb: add patch to fix musl build 2016-07-24 16:30:00 +02:00
omxplayer
on2-8170-libs
on2-8170-modules
open2300 package/open2300: fix static builds 2016-07-04 15:27:49 +02:00
open-plc-utils
openal
openblas openblas: fix build failure for MIPS n32 2016-07-15 10:11:40 +02:00
openbox
opencore-amr
opencv
opencv3
opengl
openipmi
openjpeg
openldap
openmpi openmpi: add Fortran support for MIPS64 2016-07-08 10:33:57 +02:00
openntpd
openobex
openocd
openpgm
openpowerlink package/openpowerlink: bump to v2.4.1 2016-08-02 21:42:35 +02:00
openssh openssh: bump version to 7.3p1 2016-08-01 22:11:31 +02:00
openssl openssl: fix m68k uclinux compile 2016-08-01 23:03:24 +02:00
openswan toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
opentyrian
opentyrian-data
openvmtools
openvpn
openzwave openzwave: bump to version 1.5 2016-08-16 13:04:13 +02:00
opkg package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
oprofile package/oprofile: introduce a BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS 2016-08-05 21:04:06 +02:00
opus opus: bump to version 1.1.3 2016-08-20 22:39:26 +02:00
opus-tools
opusfile opusfile: bump to version 0.8 2016-07-12 23:22:47 +02:00
orbit
orc
ortp
owfs
owl-linux
p7zip
p11-kit
p910nd
pango
pangomm pangomm: bump to version 2.40.1 2016-08-20 11:46:43 +02:00
parted
patch package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
patchelf
pax-utils pax-utils: remove empty host dependencies definition 2016-07-03 10:24:02 +02:00
pciutils
pcmanfm pcmanfm: add optional support for gtk3 2016-07-23 17:00:58 +02:00
pcre
pcsc-lite
pdbg package/pdbg: new package 2016-07-26 17:59:11 +02:00
perl packages: use the <PKG>_TARGET_FINALIZE_HOOKS 2016-07-05 15:53:05 +02:00
perl-crypt-openssl-random
perl-crypt-openssl-rsa
perl-datetime-tiny perl-datetime-tiny: bump to version 1.06 2016-07-23 14:46:56 +02:00
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-parser: bump to version 3.72 2016-07-23 14:46:53 +02:00
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-module-build: bump to version 0.4218 2016-07-23 14:46:54 +02:00
perl-mojolicious perl-mojolicious: bump to version 7.0 2016-07-23 14:46:51 +02:00
perl-net-dns
perl-net-http
perl-net-ssleay
perl-netaddr-ip
perl-path-tiny
perl-time-hires
perl-timedate
perl-try-tiny perl-try-tiny: bump to version 0.24 2016-07-23 14:46:55 +02:00
perl-uri
perl-www-robotrules
perl-xml-libxml perl-xml-libxml: bump to version 2.0126 2016-07-23 14:46:58 +02:00
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-base
phidgetwebservice
php php: bump version to 7.0.9 2016-07-21 13:55:57 +02:00
php-geoip
php-gnupg package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
php-imagick
php-memcached
php-ssh2 package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
php-yaml
php-zmq
picocom
pifmrds
pinentry
pixman
pkgconf
poco
polarssl
polkit
poppler
popt
portaudio
portmap
postgresql
pound
powerpc-utils
powertop
powervr
pppd package/pppd: disable for musl toolchains 2016-07-16 20:22:08 +02:00
pps-tools
pptp-linux
prboom
privoxy
procps-ng package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
procrank_linux
proftpd
protobuf
protobuf-c
proxychains-ng
psmisc package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
psplash
ptpd
ptpd2
pulseaudio package/pulseaudio: remove WebRTC hook for toolchains without C++ 2016-07-07 11:48:48 +02:00
pulseview
pure-ftpd toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
putty
pv
pwgen
python packages: use the <PKG>_TARGET_FINALIZE_HOOKS 2016-07-05 15:53:05 +02:00
python3 packages: use the <PKG>_TARGET_FINALIZE_HOOKS 2016-07-05 15:53:05 +02:00
python-alsaaudio
python-argh
python-autobahn
python-backports-abc
python-beautifulsoup4
python-bottle
python-can
python-cbor
python-certifi
python-cffi
python-characteristic
python-cheetah
python-cherrypy
python-click
python-coherence
python-configobj
python-configshell-fb
python-crc16
python-crossbar
python-cryptography
python-cssselect
python-daemon
python-dataproperty python-dataproperty: bump to version 0.7.1 2016-07-11 14:11:49 +02:00
python-dateutil
python-dialog
python-dialog3 python-dialog3: new package 2016-07-07 22:11:22 +02:00
python-dicttoxml python-dicttoxml: new package 2016-07-23 14:57:17 +02:00
python-django
python-docopt
python-dominate
python-dpkt
python-ecdsa
python-engineio
python-enum
python-enum34
python-flask
python-flask-jsonrpc
python-flask-login
python-flup
python-gobject
python-html5lib
python-httplib2
python-humanize python-humanize: new package 2016-07-06 23:00:57 +02:00
python-id3
python-idna
python-iniparse
python-iowait
python-ipaddr
python-ipaddress
python-ipy
python-ipython
python-itsdangerous
python-jinja2
python-json-schema-validator
python-keyring
python-libconfig
python-lmdb
python-lxml
python-mad
python-mako python-mako: bump to version 1.0.4 2016-07-11 14:12:01 +02:00
python-markdown
python-markupsafe
python-meld3
python-mistune
python-msgpack
python-netaddr
python-netifaces
python-networkmanager
python-nfc
python-numpy
python-paho-mqtt
python-pam
python-paramiko
python-pathtools
python-pathvalidate
python-pexpect
python-pillow package/python-pillow: fix wrong install step 2016-07-06 22:21:34 +02:00
python-posix-ipc
python-prompt-toolkit python-prompt-toolkit: new package 2016-07-15 14:48:49 +02:00
python-protobuf
python-psutil
python-ptyprocess
python-pyasn
python-pyasn-modules
python-pycli
python-pycparser
python-pycrypto
python-pydal
python-pyftpdlib
python-pygame
python-pygments
python-pyinotify
python-pymysql
python-pynacl
python-pyopenssl
python-pyparsing
python-pyparted
python-pypcap
python-pyqt
python-pyratemp
python-pyrex
python-pyro
python-pyroute2
python-pysendfile
python-pysmb
python-pysnmp
python-pysnmp-apps
python-pysnmp-mibs
python-pysocks
python-pytablewriter python-pytablewriter: bump to version 0.5.0 2016-07-11 14:11:54 +02:00
python-pytrie
python-pytz
python-pyudev
python-pyusb
python-pyxb
python-pyyaml
python-pyzmq
python-requests
python-requests-toolbelt python-requests-toolbelt: new package 2016-08-19 15:53:18 +02:00
python-rpi-gpio
python-rtslib-fb
python-scapy3k
python-sdnotify
python-serial
python-service-identity
python-setproctitle
python-setuptools
python-shutilwhich
python-simplejson
python-singledispatch
python-sip python-sip: allow package to be built using Qt5 2016-08-19 15:58:10 +02:00
python-six
python-smbus-cffi
python-socketio
python-spidev
python-thrift
python-tomako python-tomako: bump to version 0.1.0.post1 2016-07-11 14:12:13 +02:00
python-tornado
python-treq
python-twisted
python-txaio
python-u-msgpack
python-ubjson
python-ujson
python-urllib3
python-urwid
python-versiontools
python-watchdog
python-wcwidth python-wcwidth: new package 2016-07-15 14:40:30 +02:00
python-web2py
python-webpy
python-werkzeug
python-ws4py
python-wsaccel
python-xlrd
python-xlsxwriter
python-xlutils
python-xlwt
python-zope-interface
qdecoder
qemu qemu: bump to version 2.6.0 2016-07-04 11:29:31 +02:00
qextserialport
qhull
qjson package/qjson: not available for static builds 2016-07-04 23:44:36 +02:00
qlibc
qpdf
qpid-proton
qt qt: add option for enabling the accessibility support 2016-07-15 15:06:40 +02:00
qt5 package/qt5webkit: needs host-python 2016-07-27 21:40:14 +02:00
qt5cinex
qt-webkit-kiosk
qtuio
quagga toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
quazip
quota
qwt
rabbitmq-c
racehound
radvd
ramsmp
ramspeed
ranger
rapidjson
rapidxml
raptor
rdesktop
read-edid
readline readline: add project URL 2016-08-02 22:35:47 +02:00
redis
rfkill
rings
rng-tools package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
rp-pppoe package/pppd: disable for musl toolchains 2016-07-16 20:22:08 +02:00
rpcbind
rpi-firmware rpi-firmware: remove empty host dependencies definition 2016-07-03 10:24:02 +02:00
rpi-userland
rpm package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
rrdtool rrdtool: bump version to 1.6.0 2016-07-18 22:51:59 +02:00
rs485conf package/rs485conf: new package 2016-07-05 15:30:09 +02:00
rsh-redone
rsync
rsyslog package/libfastjson: can use threads instead of atomics 2016-07-15 17:00:50 +02:00
rt-tests package/rt-tests: disable for too old toolchains 2016-07-16 15:02:42 +02:00
rtai
rtl8188eu
rtl8821au package/rtl8821au: switch to abperiasamy fork 2016-07-24 14:49:51 +02:00
rtmpdump
rtorrent
rtptools
rubix
ruby
runc package/runc: bump version to cc29e3 2016-08-16 13:00:05 +02:00
sam-ba
samba4 package/samba4: security bump to 4.4.5 2016-07-08 10:57:25 +02:00
sane-backends
sbc
sconeserver
scons
screen
scrub
scrypt
sdl
sdl2
sdl2_gfx sdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in 2016-07-15 16:39:30 +02:00
sdl2_image sdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in 2016-07-15 16:39:30 +02:00
sdl2_ttf package/sdl2_ttf: x-includes and x-libraries must be set for cross-compiling 2016-07-24 15:03:31 +02:00
sdl_gfx
sdl_image package/sdl_image: remove trailing \ from the last item of {, HOST_}SDL_IMAGE_CONF_OPTS 2016-08-05 09:14:24 +02:00
sdl_mixer
sdl_net
sdl_sound
sdl_ttf
sdparm
sed package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
sepolgen
ser2net ser2net: add sysv init script 2016-07-23 15:22:45 +02:00
setools
setserial
sg3_utils
shairport-sync
shared-mime-info
shellinabox shellinabox: add dependency on !BR2_STATIC_LIBS 2016-08-04 22:38:19 +02:00
sigrok-cli
simicsfs
sispmctl
skeleton system: do not set hostname and issue for custom skeleton 2016-07-18 23:45:49 +02:00
sl
slang
slirp
smack
smartmontools
smcroute
smstools3
snappy
snmppp
snowball-hdmiservice
snowball-init
socat
socketcand
sofia-sip
softether
sound-theme-borealis
sound-theme-freedesktop
sox
sp-oops-extract
spawn-fcgi
speex
sphinxbase package/sphinxbase: add missing dependency on host-bison 2016-07-05 18:04:54 +02:00
spi-tools
spice
spice-protocol
spidev_test
sqlcipher
sqlite sqlite: bump version to 3.14.0 2016-08-09 12:09:04 +02:00
squashfs squashfs: update site to git.kernel.org 2016-07-30 10:39:50 +02:00
squeezelite
squid squid: bump version to 3.5.20 2016-07-05 17:21:06 +02:00
sredird
sshfs
sshpass
sstrip
start-stop-daemon package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
startup-notification
statserial
stella stella: new package 2016-07-27 22:46:32 +02:00
stm32flash
strace strace: bump to version 4.13 2016-07-31 22:22:21 +02:00
stress
stress-ng
strongswan package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
stunnel stunnel: security bump to version 5.35 2016-07-23 22:59:08 +02:00
subversion
sudo
sunxi-boards
sunxi-cedarx
sunxi-mali sunxi-mail: hack to work around autobuilder issue 2016-07-03 12:42:19 +02:00
sunxi-tools
supertuxkart supertuxkart: new package 2016-07-04 01:15:20 +02:00
supervisor
swig
swupdate package/swupdate: bump to version 2016.07 2016-07-15 09:53:47 +02:00
sylpheed
synergy
sysdig
sysklogd package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
syslog-ng package/syslog-ng: fix localstatdir directory 2016-07-12 23:50:33 +02:00
sysprof
sysstat sysstat: bump to version 11.4.0 2016-08-17 15:04:37 +02:00
systemd package/systemd: bump version 2016-07-28 21:59:33 +02:00
systemd-bootchart
sysvinit package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
szip
taglib
tar package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
targetcli-fb
taskd
tcl tcl: bump version to 8.6.6 2016-07-28 22:00:52 +02:00
tclap
tcllib
tcpdump tcpdump: bump version to 4.8.0 2016-08-02 13:07:51 +02:00
tcping
tcpreplay
tegrarcm
tekui boot/uboot: fix missing closing parenthesis 2016-07-06 21:06:45 +02:00
terminology package/terminology: new package 2016-07-24 15:08:15 +02:00
texinfo texinfo: new host package 2016-07-05 15:04:24 +02:00
tftpd package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
thrift
thttpd
ti-gfx package/ti-gfx: list supported SoCs in Config.in help text 2016-07-16 22:53:55 +02:00
ti-sgx-demos package/ti-sgx-demos: new package 2016-07-24 16:10:18 +02:00
ti-sgx-km ti-sgx-km: fix ENV typo 2016-07-17 14:54:05 +02:00
ti-sgx-um package/ti-sgx-um: fix Config.in 2016-07-16 20:17:28 +02:00
ti-uim
ti-utils
tidsp-binaries
tiff package/tiff: use 'menuconfig' instead of 'config'+'menu' 2016-07-04 23:23:35 +02:00
time package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
tinc toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
tinyalsa
tinycbor tinycbor: add patch to fix installation with old make versions 2016-07-30 21:50:16 +02:00
tinydtls tinydtls: new package 2016-07-30 15:34:57 +02:00
tinyhttpd
tinymembench
tinyxml
tinyxml2 package/tinyxml2: bump version to 3.0.0 2016-07-03 10:28:35 +02:00
tmux
tn5250
tor
torsmo
tovid package/mplayer: needs BR2_TOOLCHAIN_HAS_SYNC_4 2016-07-04 14:53:51 +02:00
tpm-tools
trace-cmd
transmission transmission: fix build when using system libminiupnpc with libutp disabled 2016-08-05 21:14:21 +02:00
tree
tremor
triggerhappy triggerhappy: unbreak build against 4.7+ kernel headers 2016-07-31 20:22:20 +02:00
trinity
trousers toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
tslib
tstools
tunctl tunctl: new package 2016-07-23 22:56:24 +02:00
turbolua
tvheadend
twolame
tz tz: remove SOURCE variable 2016-07-03 12:58:27 +02:00
tzdata package/tzdata: bump version to 2016f 2016-07-11 14:11:39 +02:00
tzdump
uboot-tools uboot-tools: fix conditional build of FIT support 2016-07-18 23:09:12 +02:00
ubus
ucl
uclibc uclibc: update to 1.0.17 2016-08-01 22:11:58 +02:00
udev
udisks
udpcast udpcast: remove menu ... endmenu 2016-07-04 23:24:18 +02:00
uemacs
ulogd
unionfs
unixodbc
unrar unrar: bump to version 5.4.3 2016-07-23 15:06:52 +02:00
unscd
unzip package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
upmpdcli package/upmpdcli: needs MMU 2016-07-15 16:41:34 +02:00
upx
urg
usb_modeswitch
usb_modeswitch_data
usbmount
usbredir
usbutils
ushare
ussp-push
ustr
util-linux util-linux: bump version to 2.28.1 2016-08-19 23:40:23 +02:00
ux500-firmware
v4l2grab
vala vala: bump to version 0.32.1 2016-08-10 14:28:15 +02:00
valgrind
valijson
vboot-utils
vde2 package/vde2: sort alphabetically _VDE2_CONF_OPTS items 2016-07-16 11:53:51 +02:00
vim package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
vlc
vnstat
vo-aacenc
vorbis-tools
vpnc package/libgpg-error: bump to version 1.23 2016-07-04 22:22:27 +02:00
vsftpd
vtun
w_scan
wavemon wavemon: depends on a toolchain with NPTL 2016-07-31 20:29:09 +02:00
wavpack
wayland
wayland-protocols
webkit
webkitgtk
webkitgtk24
webp
webrtc-audio-processing package/webrtc-audio-processing: needs gcc >= 4.8 2016-07-04 01:16:13 +02:00
weston package/weston: Add demo clients install option 2016-07-15 19:37:04 +02:00
wf111
wget package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
whetstone
which package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
whois package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
wilc1000-firmware
wine
wipe
wireless_tools package/wireless_tools: Pretty fixes 2016-07-04 11:13:05 +02:00
wireless-regdb
wireshark wireshark: bump version to 2.0.5 2016-07-28 22:00:41 +02:00
wiringpi
wmctrl
wpa_supplicant wpa_supplicant: add option to enable Wi-Fi Display 2016-07-04 11:11:05 +02:00
wpan-tools
wsapi
wvdial
wvstreams
x11r7 package/x11r7/xdriver_xf86-video-intel: bump version 2016-07-28 22:01:27 +02:00
x11vnc
x264
x265
xavante
xdotool
xen xen: Bump to version 4.7 2016-08-16 13:05:13 +02:00
xenomai package/xenomai: disable for musl toolchains 2016-08-01 22:09:17 +02:00
xerces
xfsprogs xfsprogs: bump version to 4.7.0 2016-08-05 21:05:56 +02:00
xinetd
xl2tp
xmlstarlet
xorriso xorriso: remove empty host dependencies definition 2016-07-03 10:24:02 +02:00
xscreensaver
xtables-addons
xterm
xutil_util-macros
xvkbd
xxhash
xz
yad
yaffs2utils
yajl
yaml-cpp
yasm yasm: add license 2016-07-31 20:16:45 +02:00
yavta
ympd
zbar
zd1211-firmware
zeromq zeromq: disable documentation 2016-07-23 23:06:47 +02:00
zic package/zic: bump version to 2016f 2016-07-11 14:11:35 +02:00
zip
zlib
zlog
zmqpp
znc
zsh package: move busybox show others dependency to per-package 2016-07-04 16:12:38 +02:00
zxing-cpp
zynq-boot-bin
zyre
Config.in python-requests-toolbelt: new package 2016-08-19 15:53:18 +02:00
Config.in.host mxsldr: new package 2016-07-08 22:00:36 +02:00
doc-asciidoc.mk asciidoc: use absolute path for resources 2016-07-27 21:26:39 +02:00
Makefile.in Revert "package/Makefile.in should grab HOST_DIR headers using -isystem instead of -I." 2016-07-30 18:10:18 +02:00
pkg-autotools.mk infra: remove auto derivation of host dependencies 2016-07-03 10:24:02 +02:00
pkg-cmake.mk cmake: move the host-pkgconf dependency from host-cmake to pkg-cmake 2016-07-05 12:18:36 +02:00
pkg-download.mk
pkg-generic.mk core/pkg-generic: allow packages to declare target-finalize hooks 2016-07-05 15:48:48 +02:00
pkg-kconfig.mk
pkg-kernel-module.mk
pkg-luarocks.mk
pkg-perl.mk
pkg-python.mk infra: remove auto derivation of host dependencies 2016-07-03 10:24:02 +02:00
pkg-rebar.mk infra: remove auto derivation of host dependencies 2016-07-03 10:24:02 +02:00
pkg-utils.mk
pkg-virtual.mk core/pkg-virtual: fix fallout of host-dependecy no auto-derivation 2016-07-03 13:19:05 +02:00