buildrootschalter/package
Francois Perrad 200ac4862a package/perl-net-ssleay: fix buildsystem for cross-compilation
The buildsystem for perl-net-ssleay is totally brain-damaged: it tries
to execute the openssl program. It uses that to check the openssl
version, detect the prefix to openssl, and set the include and library
search paths.

Of course, it does not handle the destdir idiom, so it ends up finding
the host system's openssl (not even ours!), so it sets search paths to
/usr/inlcude and /usr/lib and /lib.

Well, guess what? It does not work.

Fix that by:
  - passing the prefix to openssl in the environment, so it does not go
    hunting for the host-system openssl;
  - not checking the version string, since we can't run, and Buildroot
    has the correct version anyway;
  - not setting any -I or -L paths since our compiler/linker already
    know where to look for for includes and libs.

Fixes:
    http://autobuild.buildroot.net/results/135/135867ef85535863e3647cc5fb82accb6f77612c/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[me: enhance commit log, add patch to avoid running openssl and setting
 wrong include and library search paths]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-07-14 13:08:40 +02:00
..
a10disp
acl acl: clarify license info 2014-05-26 11:46:06 +02:00
acpid acpid: replace "echo -e" with printf 2014-05-21 10:39:41 +02:00
aespipe
agentpp agent++: need dynamic library support 2014-04-16 19:10:01 +02:00
aiccu package: remove references to uClibc 0.9.32 2014-07-10 16:15:59 +02:00
aircrack-ng
alsa-lib alsa-lib: bump to version 1.0.28 2014-06-29 16:11:30 +02:00
alsa-utils alsa-utils: bump to version 1.0.28 2014-06-29 16:11:36 +02:00
alsamixergui
am33x-cm3
apitrace
apr apr: add missing comment about needed dynamic library support 2014-04-19 18:58:06 +02:00
apr-util
argp-standalone
argus argus: bump to vanilla version 3.6.0.1 2014-06-18 14:31:35 +02:00
armadillo clapack: disable on blackfin 2014-05-13 23:37:24 +02:00
arptables
at
atftp atftp: fix static linking 2014-07-10 16:59:00 +02:00
atk
attr attr: clarify license info 2014-05-26 11:44:41 +02:00
audiofile
aumix
autoconf
automake
autossh
avahi avahi: fixup init scripts after default user removal 2014-06-23 11:38:17 +02:00
avrdude avrdude: add license information 2014-06-26 23:03:13 +02:00
axel
b43-firmware
b43-fwcutter
bash bash: always prefix readline 2014-03-01 20:39:35 +01:00
bc
bcusdk
beecrypt beecrypt: make a config option for C++ support 2014-03-26 22:50:24 +01:00
bellagio packages: make providers declare what they provide 2014-05-21 00:21:14 +02:00
berkeleydb
bind bind: bump to version 9.9.5-p1 2014-06-25 16:40:10 +02:00
binutils binutils: fix xtensa ld segfault on linking linux modules 2014-07-12 14:34:05 +02:00
bison
blackbox blackbox: deprecate package due to dead upstream 2014-06-30 13:43:27 +02:00
bluez_utils
bmon bmon: bump to version 3.2 2014-06-27 13:04:07 +02:00
boa packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
bonnie bonnie: add license information 2014-06-29 18:15:57 +02:00
boost boost: make build with python an option 2014-03-29 16:43:21 +01:00
bootutils bootutils: add license information 2014-07-09 15:34:19 +02:00
bridge-utils
bsdiff bsdiff: add license information 2014-07-01 17:20:00 +02:00
btrfs-progs btrfs-progs: bump to version 3.14.2 2014-06-18 13:56:58 +02:00
bustle bustle: fix static build 2014-04-27 22:31:25 +02:00
busybox busybox: fix typo 'overwritting' 2014-07-14 13:05:26 +02:00
bwm-ng
bzip2
c-ares
ca-certificates package/ca-certificates: add tarball's hashes 2014-07-04 23:40:55 +02:00
cache-calibrator
cairo cairo: fix build issue with gcc 4.9 2014-05-18 23:28:21 +02:00
can-utils can-utils: switch homepage now that berlios is gone 2014-06-18 14:04:41 +02:00
ccache ccache: provide capability to do initial ccache setup 2014-06-14 20:00:35 +02:00
ccid pcsc-lite: not available for static builds 2014-03-11 23:34:44 +01:00
ccrypt ccrypt: new package 2014-07-10 10:53:40 +02:00
cdrkit
cegui06 cegui06: need dynamic library support 2014-02-26 21:55:24 +01:00
celt051
cgilua cgilua: bump rockspec revision 2014-04-19 23:52:27 +02:00
chrony chrony: bump version 2014-03-11 16:46:42 +01:00
cifs-utils cifs-utils: bump to version 6.4 2014-07-12 13:04:11 +02:00
civetweb Revert "civetweb: fix build for xtensa" 2014-04-03 21:35:38 +02:00
cjson
clapack clapack: disable on blackfin 2014-05-13 23:37:24 +02:00
classpath classpath: Use generic check for host program 2014-06-14 19:55:28 +02:00
cloog cloog: remove INSTALL_STAGING = YES 2014-06-09 11:54:35 +02:00
cloop cloop: drop unused target variant 2014-07-09 15:43:36 +02:00
cmake cmake: disable building of ccmake 2014-05-12 22:23:43 +02:00
collectd mysql: disable for AVR32 2014-06-01 21:51:17 +02:00
connman package: remove references to uClibc 0.9.32 2014-07-10 16:15:59 +02:00
conntrack-tools
copas
coreutils replace references to Busybox with BusyBox 2014-06-01 23:58:43 +02:00
cosmo cosmo: disable package until upstream site is fixed 2014-06-13 09:46:27 +02:00
coxpcall coxpcall: bump to version 1.15.0 2014-04-19 23:51:41 +02:00
cppcms cppcms: needs NPTL support 2014-05-13 00:18:04 +02:00
cppdb cppdb: not available for static builds 2014-02-25 21:10:28 +01:00
cppzmq github packages: use tarball download via github helper iso git clone 2014-05-05 21:54:28 +02:00
cpuload
cramfs packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
crda crda: needs dynamic library support 2014-07-02 17:10:59 +02:00
cryptodev package/cryptodev: make it behave more like other virtual packages 2014-06-08 17:07:19 +02:00
cryptodev-linux cryptodev-linux: fix license information 2014-07-09 15:44:42 +02:00
cryptsetup lvm2: needs threads 2014-03-17 23:03:15 +01:00
ctorrent
cups cups: move localstatedir from /usr/var to /var 2014-05-04 23:24:25 +02:00
curlftpfs
cvs packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
cwiid
czmq github packages: use tarball download via github helper iso git clone 2014-05-05 21:54:28 +02:00
dado dado: new package 2014-03-01 16:12:08 +01:00
dash
dbus dbus: security bump to version 1.8.6 2014-07-03 21:47:52 +02:00
dbus-cpp packages: fix the header package name 2014-06-24 15:35:47 +02:00
dbus-glib dbus-glib: security bump to version 0.102 2014-07-04 15:58:19 +02:00
dbus-python dbus-python: bump to version 1.2.0 2014-07-03 23:36:42 +02:00
dbus-triggerd dbus-triggerd: new package 2014-03-29 18:53:18 +01:00
devmem2 devmem2: add license information 2014-07-01 17:22:28 +02:00
dfu-util dfu-util: add license information 2014-07-01 17:24:01 +02:00
dhcp dhcp: bump to version 4.1-ESV-R9 2014-06-11 12:50:11 +02:00
dhcpcd dhcpcd: correct ccache-fixing patch for Xtensa 2014-06-29 16:16:04 +02:00
dhcpdump packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
dhrystone
dialog dialog: fix build failure 2014-06-14 18:37:53 +02:00
diffutils
dillo dillo: new package 2014-06-01 23:57:25 +02:00
directfb package/directfb: Disable dynload when BR2_PREFER_STATIC_LIB is enabled 2014-05-15 22:40:42 +02:00
directfb-examples
distcc packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
divine
dmalloc dmalloc: disable on Microblaze with debugging symbols 2014-04-17 23:43:51 +02:00
dmidecode
dmraid dmraid: add license information 2014-07-09 00:23:43 +02:00
dnsmasq dnsmasq: static linking with lua doesn't need -ldl 2014-06-12 10:46:41 +02:00
docker
doom-wad
dosfstools dosfstools: fix static linking with libiconv 2014-05-22 22:08:28 +02:00
dropbear dropbear: fix missing directory with systemd 2014-05-28 10:01:44 +02:00
dropwatch
dsp-tools dsp-tools: add license information 2014-05-07 10:10:28 +02:00
dstat
dtach
dtc dtc: don't treat warnings as errors 2014-04-28 14:09:20 +02:00
dtv-scan-tables package/dtv-scan-tables: bump version 2014-06-02 08:38:40 +02:00
duma duma: not available on non-MMU platforms 2014-05-18 23:35:25 +02:00
dvb-apps dvb-apps: fix static only build 2014-07-08 23:33:10 +02:00
dvbsnoop
e2fsprogs e2fsprogs: bump to version 1.42.11 2014-07-11 20:04:55 +02:00
e2tools replace github with GitHub 2014-06-04 23:14:08 +02:00
ebtables ebtables: fix passing CFLAGS to configure 2014-05-12 22:49:16 +02:00
ecryptfs-utils libnss: Disable for MIPS64 n32 platforms 2014-05-16 21:19:18 +02:00
ed
eeprog eeprog: add license information 2014-07-01 17:29:54 +02:00
efl powerpc: add BR2_POWERPC_CPU_HAS_ALTIVEC to replace adhoc deps/checks 2014-05-26 21:14:08 +02:00
eigen eigen: add an option to install unsupported modules 2014-04-03 21:49:20 +02:00
elf2flt package/elf2flt: hide when an MMU is used 2014-05-30 23:29:02 +02:00
elftosb elftosb: add license information 2014-07-01 17:30:52 +02:00
elfutils elfutils: disable on Blackfin, problem of assembly symbol prefix 2014-05-17 11:36:18 +02:00
empty
enchant
enlightenment efl: disallow on non-MMU systems 2014-02-22 21:23:45 +01:00
enscript
erlang erlang: bump version to 17.0 2014-04-10 22:40:45 +02:00
ethtool ethtool: bump to version 3.14 2014-04-24 00:15:51 +02:00
eudev package/eudev: Bump version to 1.7 2014-06-11 22:24:08 +02:00
evemu evemu: fix make-event-names.py for python3 syntax 2014-04-27 22:10:11 +02:00
evtest evtest: bump version to 1.31 2014-05-03 22:56:31 +02:00
exfat
exfat-utils
exim package/exim: security bump 2014-05-28 23:28:57 +02:00
expat
expect expect: new package 5.45 2014-04-10 23:26:04 +02:00
explorercanvas explorercanvas: add license information 2014-07-01 17:32:00 +02:00
ezxml ezxml: add license information 2014-07-01 17:32:49 +02:00
f2fs-tools
faad2
faifa faifa: needs threads 2014-06-22 19:04:40 +02:00
fakeroot fakeroot: drop powerpc64le patch 2014-05-28 14:41:40 +02:00
fan-ctrl fan-ctrl: use .c file as license file 2014-07-02 10:20:44 +02:00
fb-test-app
fbdump
fbgrab fbgrab: fix static linking 2014-05-18 23:32:43 +02:00
fbset
fbterm
fbv packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
fconfig fconfig: add license information 2014-07-01 23:18:45 +02:00
fdk-aac fdk-aac: Disable for MIPS I, II, III and IV 2014-04-15 21:06:57 +02:00
feh feh: add license information 2014-07-01 23:19:24 +02:00
fetchmail fetchmail: Update project URL after shutdown of berlios.de 2014-06-14 19:02:12 +02:00
ffmpeg ffmpeg: bump to version 1.2.7 2014-06-29 10:33:26 +02:00
fftw fftw: bump to version 3.3.4 2014-07-01 12:55:12 +02:00
file file: bump to version 5.19 2014-06-18 13:57:51 +02:00
filemq czmq: needs MMU 2014-05-05 08:44:39 +02:00
findutils
fio package: remove references to uClibc 0.9.32 2014-07-10 16:15:59 +02:00
fis fis: add license information 2014-07-01 23:19:51 +02:00
flac flac: needs wchar 2014-04-15 21:09:18 +02:00
flann flann: disable with the problematic NIOS II toolchain 2014-06-11 12:53:41 +02:00
flashbench
flashrom flashrom: bump to version 0.9.7 2014-07-12 13:03:22 +02:00
flex Revert "flex: Version bump 2.5.39" 2014-04-05 15:21:36 +02:00
flite flite: fix static linking against alsa 2014-05-22 11:17:48 +02:00
flot flot: bump to version 0.8.3 2014-06-02 22:29:19 +02:00
fltk fltk: fix build failure with newer jpeg libraries 2014-07-03 21:48:52 +02:00
fluxbox fluxbox: uses fork(), not available on noMMU platforms 2014-05-17 23:27:25 +02:00
fmc fmc: fmlib needs a linux kernel, so propagate dependency 2014-06-16 09:45:06 +02:00
fmlib fmlib: only show comment if we're on a suitable arch 2014-06-16 09:46:02 +02:00
fmtools fmtools: Switch to 2.x series 2014-04-06 15:24:54 +02:00
fontconfig fontconfig: bump to version 2.11.1 2014-05-30 22:47:08 +02:00
foomatic-filters
fping fping: bump to version 3.10 2014-05-08 21:18:47 +02:00
freerdp freerdp: fix typo in license information 2014-06-26 23:07:36 +02:00
freescale-imx packages: make providers declare what they provide 2014-05-21 00:21:14 +02:00
freetype package/freetype: Fix removal of wrong include/freetype2/freetype link by host-freetype 2014-07-08 11:30:16 +02:00
fswebcam fswebcam: bump version to 20140113 2014-04-14 22:47:18 +02:00
ftop ftop: new package 2014-06-30 13:48:54 +02:00
fxload
gadgetfs-test
gamin
gawk
gcc gcc: remove versions 4.3.x and 4.6.x 2014-07-10 16:20:39 +02:00
gd gd: switch to new homepage 2014-07-12 14:32:35 +02:00
gdb gdb: remove versions 7.4 and 7.5 2014-07-10 16:24:40 +02:00
gdbm
gdk-pixbuf
genext2fs
genimage genimage: bump to version 6 2014-06-18 23:53:12 +02:00
genpart
genromfs genromfs: add license information 2014-07-01 23:21:58 +02:00
geoip geoip: new package 2014-06-22 20:35:49 +02:00
gesftpserver
gettext gettext: bump to version 0.19.1 2014-07-12 14:31:00 +02:00
giblib giblib: add license information 2014-07-01 23:22:50 +02:00
git
glib-networking glib-networking: add license information 2014-07-01 23:23:18 +02:00
glibc glibc: remove redundant version logic 2014-06-02 08:41:46 +02:00
glibmm package: drop <PKG>_VERSION_MINOR variable 2014-03-17 23:50:08 +01:00
gmp Add support for powerpc64le 2014-05-25 23:24:09 +02:00
gmpc
gnu-efi gnu-efi: new package 2014-02-19 23:28:16 +01:00
gnuchess
gnupg gnupg: security bump to version 1.4.17 2014-06-25 22:29:53 +02:00
gnuplot
gnutls gnutls: security bump to version 3.2.15 2014-05-30 22:48:40 +02:00
gob2
google-breakpad google-breakpad: new package 2014-06-29 12:27:03 +02:00
googlefontdirectory
gperf
gpm gpm: fix build on Microblaze due to ELF check 2014-05-17 13:20:31 +02:00
gpsd gpsd: switch homepage now that berlios is gone 2014-06-18 14:03:55 +02:00
gptfdisk gptfdisk: add license information 2014-06-27 08:48:38 +02:00
gqview gqview: add license information 2014-06-27 08:47:00 +02:00
grantlee grantlee: add license information 2014-07-01 23:24:31 +02:00
grep grep: bump to version 2.20 2014-06-04 00:20:34 +02:00
gsl
gstreamer gst-ffmpeg: fix build on armv6 without thumb2 (e.g. RaspberryPi) 2014-06-22 19:18:41 +02:00
gstreamer1 package/gst1-libav: disable on avr32 2014-06-04 23:33:01 +02:00
gtest
gtk2-engines gtk2-engines: add license information 2014-07-01 23:25:25 +02:00
gtk2-themes gtk2-theme-hicolor: add license information 2014-07-01 23:26:32 +02:00
gtkperf gtkperf: add license information 2014-06-25 22:34:25 +02:00
gutenprint
gvfs gvfs: add license information 2014-06-25 22:37:49 +02:00
gzip
harfbuzz harfbuzz: fix static linking of test programs when toolchain has threads support 2014-04-07 23:55:20 +02:00
haserl haserl: add preprocessed lualib file so host-lua isn't needed 2014-06-27 13:41:50 +02:00
haveged haveged: bump to version 1.9.1 2014-02-28 15:30:07 +01:00
hdparm hdparm: prevent package makefile from stripping the hdparm binary 2014-06-11 23:03:48 +02:00
heimdal heimdal: new package 2014-03-02 15:20:31 +01:00
heirloom-mailx
hiawatha
hostapd hostapd: explain internal TLS version selection 2014-06-05 21:25:13 +02:00
hplip
htop htop: bump to version 1.0.3 2014-04-28 14:12:29 +02:00
httping httping: fix static linking when libintl+libiconv are enabled 2014-05-23 12:39:35 +02:00
hwdata packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
i2c-tools i2c-tools: udated to version 3.1.1 2014-05-20 14:06:17 +02:00
icu icu: fix usage of libicudata on ARM EABIhf 2014-06-29 12:47:58 +02:00
ifplugd ifplugd: fix typo introduced in previous commit 2014-03-30 17:32:46 +02:00
iftop iftop: bump to version 1.0pre4 2014-03-11 23:01:59 +01:00
igh-ethercat
igmpproxy igmpproxy: uclinux is also linux 2014-03-13 22:52:43 +01:00
imagemagick imagemagick: bump to version 6.8.9-5 2014-07-01 12:55:20 +02:00
imlib2 imlib2: uses dlopen(), not available in static cases 2014-04-29 23:09:00 +02:00
inadyn inadyn: not available for static 2014-07-10 16:59:40 +02:00
infozip infozip: Add a host variant 2014-04-03 20:15:05 +02:00
inotify-tools
input-event-daemon
input-tools input-tools: add license information 2014-07-01 23:27:26 +02:00
intel-microcode
intltool host-perl-xml-parser: rename and refactor with perl infrastructure 2014-02-23 22:37:03 +01:00
iostat
iozone
iperf
ipkg ipkg: add license information 2014-07-01 23:28:13 +02:00
iproute2 iproute2: bump version 2014-06-12 22:03:48 +02:00
iprutils pciutils: disallow on Blackfin 2014-05-20 22:20:35 +02:00
ipsec-tools ipsec-tools: needs MMU support 2014-05-20 23:51:25 +02:00
ipset ipset: bump to version 6.21.1 2014-03-11 11:47:43 +01:00
iptables
iptraf-ng iptraf-ng: uses fork(), needs MMU 2014-05-09 15:36:18 +02:00
iputils package: remove references to uClibc 0.9.32 2014-07-10 16:15:59 +02:00
irda-utils irda-utils: add license information 2014-06-25 22:32:55 +02:00
isl isl: remove INSTALL_STAGING = YES 2014-06-09 11:54:02 +02:00
iucode-tool
iw iw: bump to version 3.15 2014-06-02 22:00:26 +02:00
jack2 jack2: not available on ARC 2014-05-17 11:34:36 +02:00
jamvm
jansson jansson: needs math library 2014-04-20 10:54:50 +02:00
jasper
jhead
jimtcl jimtcl: don't attempt to handle ccache internally 2014-02-15 17:09:17 +01:00
joe
jpeg package/jpeg: make it behave more like other virtual packages 2014-06-08 17:07:31 +02:00
jpeg-turbo jpeg-turbo: add license information 2014-05-07 14:29:17 +02:00
jq
jquery jquery: bump to version 1.11.1 2014-05-20 14:43:41 +02:00
jquery-keyboard jquery-keyboard: bump to version 1.18.9 2014-06-02 22:29:22 +02:00
jquery-mobile jquery-mobile : new package 2014-04-15 23:02:07 +02:00
jquery-sparkline
jquery-ui jquery-ui: switch to sources.buildroot.net 2014-04-15 21:55:22 +02:00
jquery-ui-themes jquery-ui-themes: bump to version 1.10.4 2014-03-02 14:54:06 +01:00
jquery-validation jquery-validation: bump to version 1.12.0 2014-06-29 10:31:33 +02:00
jsmin jsmin: add license information 2014-07-01 23:29:48 +02:00
json-c
json-glib package: drop <PKG>_VERSION_MINOR variable 2014-03-17 23:50:08 +01:00
json-javascript github packages: use tarball download via github helper iso git clone 2014-05-05 21:54:28 +02:00
kbd kbd: bump to version 1.15.5 2014-06-18 14:02:22 +02:00
kexec kexec: add license information 2014-06-25 22:39:17 +02:00
keyutils
kismet
kmod kmod: bump version 2014-06-19 17:50:39 +02:00
knock knock: fix static build 2014-06-22 21:53:35 +02:00
kobs-ng
ktap packages: fix the header package name 2014-06-24 15:35:47 +02:00
lame package: drop <PKG>_VERSION_MINOR variable 2014-03-17 23:50:08 +01:00
latencytop latencytop: add license information 2014-07-01 23:29:02 +02:00
lbase64 package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lbreakout2 package: normalize separator size to 80 2014-03-05 19:42:14 +01:00
lcdapi
lcdproc lcdproc: bump version to 0.5.7 2014-05-05 21:49:19 +02:00
lcms2
leafpad leafpad: add license information 2014-06-25 22:39:44 +02:00
less
lesstif lesstif: add license information 2014-07-09 00:08:26 +02:00
lftp lftp: bump to version 4.5.2 2014-06-18 23:59:30 +02:00
libaio libaio: add license information 2014-07-01 23:31:17 +02:00
libao libao: Remove OSS plugin when ALSA is enabled 2014-05-03 22:25:35 +02:00
libarchive
libargtable2 libargtable2: add license information 2014-07-01 23:33:21 +02:00
libart libart: add license information 2014-06-25 22:40:05 +02:00
libass
libassuan
libatasmart package/libatasmart: point to a better homepage 2014-06-14 18:39:19 +02:00
libatomic_ops powerpc: add powerpc64 and powerpc64le support 2014-05-26 21:48:33 +02:00
libbluray libbluray: needs dynamic library support 2014-05-12 22:19:11 +02:00
libbsd package/libbsd: needs an (e)glibc toolchain 2014-06-09 14:42:43 +02:00
libcap libcap: add menu entry to install tools. 2014-04-21 11:21:52 +02:00
libcap-ng libcap-ng: security bump to version 0.7.4 2014-06-11 15:18:07 +02:00
libcdaudio
libcdio libcdio: version bump 0.92 2014-04-03 21:25:01 +02:00
libcec package/libcec: fix missing libraries from rpi-userland 2014-06-08 15:09:58 +02:00
libcgi libcgi: fix build failure on pure static library builds 2014-02-22 22:49:03 +01:00
libcgicc libcgicc: bump to version 3.2.15 2014-06-09 19:59:42 +02:00
libcgroup libcgroup: bump to version 0.41 and use LIBCGROUP_VERSION 2014-06-03 23:28:30 +02:00
libcofi
libconfig
libconfuse libconfuse: add license information 2014-07-01 23:34:00 +02:00
libcue
libcuefile
libcurl libcurl: bump to version 7.37.0 2014-05-23 22:07:13 +02:00
libdaemon
libdmtx
libdnet
libdrm libdrm: Add menu option to install the test programs 2014-06-14 19:05:38 +02:00
libdvbsi
libdvdnav libdvdread: needs dynamic library support 2014-06-01 20:54:08 +02:00
libdvdread libdvdread: needs dynamic library support 2014-06-01 20:54:08 +02:00
libebml
libedit libedit: add license information 2014-07-01 23:35:49 +02:00
libee libee: new package 2014-03-15 23:20:39 +01:00
libelf
libenca libenca: Move build host tool to PRE_BUILD_HOOKS 2014-05-08 22:02:25 +02:00
liberation liberation: add license information 2014-07-01 23:36:24 +02:00
libesmtp libesmtp: add license information 2014-06-25 22:40:43 +02:00
libestr libestr: new package 2014-03-15 23:02:18 +01:00
libev libev: add license information 2014-07-01 23:38:08 +02:00
libevdev package/libevdev: bump version 2014-06-02 12:47:16 +02:00
libevent libevent: add license information 2014-06-26 13:50:47 +02:00
libexif
libeXosip2 package/libeXosip2: fix build for static linking 2014-06-23 23:52:29 +02:00
libfcgi
libffi libffi: remove some header files installed in /usr/lib in the target 2014-07-01 14:56:51 +02:00
libfreefare libfreefare: add license information 2014-06-26 13:50:39 +02:00
libfribidi libfribidi: depend on host-pkgconf 2014-05-29 23:18:10 +02:00
libfslcodec libfslcodec: add comment explaining why it needs glibc 2014-04-24 13:36:09 +02:00
libfslparser i.MX: Update versions to match latest Freescale release 2014-02-14 21:16:52 +01:00
libfslvpuwrap i.MX: Update versions to match latest Freescale release 2014-02-14 21:16:52 +01:00
libftdi
libfuse
libgail libgail: add license information 2014-06-25 22:42:18 +02:00
libgc libgc: fix build under uClibc 2014-04-23 15:25:03 +02:00
libgcrypt libgcrypt: bump to version 1.6.1 2014-07-12 11:54:45 +02:00
libgeotiff
libglade libglade: add license information 2014-06-25 22:42:52 +02:00
libglib2 package: remove references to uClibc 0.9.32 2014-07-10 16:15:59 +02:00
libgpg-error
libgpgme libgpgme: disable all tests 2014-07-12 20:47:38 +02:00
libgsasl
libgtk2 libgtk2: add license information 2014-06-25 22:44:11 +02:00
libhid libhid: add license information 2014-06-25 22:44:39 +02:00
libical libical: add license information 2014-06-25 22:48:09 +02:00
libiconv libiconv: add license information 2014-07-01 23:42:12 +02:00
libid3tag
libidn
libinput libinput: bump version 2014-06-11 17:24:02 +02:00
libiqrf libiqrf: add license information 2014-06-25 22:50:23 +02:00
libiscsi
libjpeg libjpeg: bump to version 9a 2014-07-02 17:12:18 +02:00
libjson
libksba libksba: new package 2014-06-09 14:58:37 +02:00
libllcp
liblo
liblockfile
liblog4c-localtime liblog4c-localtime: add license information 2014-07-01 23:43:01 +02:00
liblogging liblogging: enable systemd compatibility libs 2014-04-16 19:56:14 +02:00
libmad
libmatroska
libmbim libmbim: bump to 1.8.0 2014-03-06 22:58:42 +01:00
libmbus libmbus: add license information 2014-07-01 23:45:08 +02:00
libmcrypt
libmhash
libmicrohttpd libmicrohttpd: bump to version 0.9.37 2014-06-02 22:00:29 +02:00
libmms libmms: add license information 2014-07-01 23:55:41 +02:00
libmnl
libmodbus
libmodplug libmodplug: version bump 0.8.8.5 2014-04-03 21:25:12 +02:00
libmpd
libmpdclient libmpdclient: new package 2014-07-08 07:43:17 +02:00
libmpeg2
libndp libndp: bump to 1.3 2014-06-29 10:32:29 +02:00
libnetfilter_acct packages: fix the header package name 2014-06-24 15:35:47 +02:00
libnetfilter_conntrack packages: fix the header package name 2014-06-24 15:35:47 +02:00
libnetfilter_cthelper packages: fix the header package name 2014-06-24 15:35:47 +02:00
libnetfilter_cttimeout packages: fix the header package name 2014-06-24 15:35:47 +02:00
libnetfilter_log packages: fix the header package name 2014-06-24 15:35:47 +02:00
libnetfilter_queue packages: fix the header package name 2014-06-24 15:35:47 +02:00
libnfc
libnfnetlink
libnfs
libnftnl libnftnl: bump to version 1.0.2 2014-06-25 22:30:40 +02:00
libnl libnl: Move the pthread dependency menu comment 2014-07-09 15:28:20 +02:00
libnspr libnspr: security bump to version 4.10.6 2014-06-18 23:57:54 +02:00
libnss libnss: bump to version 3.16.3 2014-07-08 07:42:57 +02:00
liboauth liboauth: bump to version 1.0.3 2014-06-29 10:33:00 +02:00
libogg libogg: version bump 1.3.1 2014-04-03 21:25:21 +02:00
liboping
libosip2
libpcap libpcap: make dbus support deterministic 2014-06-18 23:56:45 +02:00
libpfm4
libplayer arch/arm: drop ARM(7TDMI/720T/740T) support 2014-05-08 16:53:49 +02:00
libplist
libpng libpng: bump to version 1.6.12 2014-06-18 13:57:55 +02:00
libpthread-stubs xlib_libpthread-stubs: Rename package to libpthread-stubs 2014-03-02 14:56:57 +01:00
libpthsem
libqmi libqmi: bump to 1.10.0 2014-06-02 14:01:56 +02:00
libqrencode
libraw libraw: add license information 2014-07-09 00:08:05 +02:00
libraw1394 libraw1394: add license information 2014-06-25 22:52:18 +02:00
libreplaygain
libroxml
librsvg librsvg: add license information 2014-06-25 22:54:24 +02:00
librsync
librtlsdr librtlsdr: new package 2014-07-08 17:28:03 +02:00
libsamplerate
libseccomp
libsecret libsecret: not available on AVR32, compiler error 2014-02-24 09:04:21 +01:00
libsepol libsepol: really fix static library build 2014-02-20 22:50:42 +01:00
libserial
libsexy
libsha1 replace github with GitHub 2014-06-04 23:14:08 +02:00
libshairplay
libsigc
libsigsegv libsigsegv: not available on Microblaze 2014-04-16 20:59:14 +02:00
libsndfile
libsoc libsoc: bump to 0.6.2 2014-06-18 14:22:15 +02:00
libsocketcan libsocketcan: bump to 0.0.10 2014-03-24 15:17:33 +01:00
libsoup libsoup: fix build with host python3 2014-04-08 13:34:51 +02:00
libsoxr libsoxr: new package 2014-05-01 23:51:24 +02:00
libssh2
libstrophe libstrophe: fix detection of libxml2 2014-04-20 22:53:51 +02:00
libsvg
libsvg-cairo
libsvgtiny libsvgtiny: add license information 2014-06-25 22:55:34 +02:00
libsysfs libsysfs: add license information 2014-06-25 22:56:28 +02:00
libtasn1 libtasn1: bump to version 4.0 2014-06-27 13:10:42 +02:00
libtheora
libtirpc libtirpc: bump to 0.2.4 2014-06-30 23:34:56 +02:00
libtool libtool: use a different way to avoid autoreconfiguration 2014-04-17 23:37:47 +02:00
libtorrent
libtpl libtpl: bump version to v1.6.1 2014-04-26 11:35:29 +02:00
libubox libubox: Disable lua binding on no mmu 2014-04-08 00:56:30 +02:00
libuci libuci: remove MMU dependency with Lua binding 2014-04-19 19:10:46 +02:00
libungif
libunwind libunwind: depend on libatomic_ops when available 2014-05-16 16:11:20 +02:00
libupnp
liburcu liburcu: bump version to 0.8.4 2014-04-19 18:53:21 +02:00
libusb libusb: bump to version 1.0.19 2014-06-18 14:03:19 +02:00
libusb-compat
libv4l libv4l: Bump version to 1.0.1 2014-07-10 10:52:49 +02:00
libvncserver libvncserver: needs mmu 2014-02-19 23:17:00 +01:00
libvorbis
libvpx
libwebsockets libwebsockets: needs mmu 2014-06-03 22:34:05 +02:00
libxkbcommon
libxml2 host-libxml2: Prefer python2 when python3 is also installed 2014-04-16 19:30:30 +02:00
libxmlpp package: drop <PKG>_VERSION_MINOR variable 2014-03-17 23:50:08 +01:00
libxmlrpc libxmlrpc: needs threads 2014-03-11 15:43:18 +01:00
libxslt
libyaml libyaml: add license information 2014-07-01 23:56:05 +02:00
lighttpd lighttpd: security bump to version 1.4.35 2014-03-12 22:25:24 +01:00
linenoise
linknx
links links: add security fix for CVE-2013-6050 2014-06-18 13:53:43 +02:00
linphone linphone: arc: Undefine __arc__ when building for ARC processors 2014-04-12 17:41:15 +02:00
linux-firmware package/linux-firmware: install new Broadcom 43xxx firmware 2014-06-01 23:13:39 +02:00
linux-fusion linux-fusion: add license information 2014-07-09 00:04:34 +02:00
linux-headers linux-headers: bump 3.2.x series 2014-07-12 14:30:41 +02:00
linux-pam
linux-zigbee linux-zigbee: add missing comment for thread dependency 2014-06-09 14:39:18 +02:00
lite lite: add license information 2014-07-01 23:56:52 +02:00
live555 Bump live555 to 2014.05.27 2014-06-05 21:26:56 +02:00
ljlinenoise ljlinenoise: new package 2014-03-02 00:13:13 +01:00
ljsyscall ljsyscall: bump to version 0.10 2014-04-30 08:36:30 +02:00
lm-sensors
lmbench Revert "lmbench: fix build for xtensa" 2014-04-03 21:36:38 +02:00
localedef
lockdev
lockfile-progs packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
log4cplus
log4cxx
logrotate
logsurfer
lpc3250loader lpc3250loader: add license information 2014-07-01 23:59:25 +02:00
lpeg package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lpty package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lrandom package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lrzsz
lshw lshw: add license information 2014-07-02 00:00:17 +02:00
lsof lsof: bump to version 4.87 2014-06-29 17:36:29 +02:00
lsqlite3 package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lsuio lsuio: add license information 2014-06-25 23:02:25 +02:00
ltp-testsuite ltp-testsuite: does not build on NIOS II 2014-04-26 11:33:51 +02:00
ltrace
ltris package: normalize separator size to 80 2014-03-05 19:42:14 +01:00
lttng-babeltrace lttng-babeltrace: needs posix_fallocate 2014-05-23 14:44:26 +02:00
lttng-libust lttng-libust: add python as optional dependency 2014-04-19 18:53:56 +02:00
lttng-modules lttng-modules: bump version to 2.4.1 2014-04-19 18:53:40 +02:00
lttng-tools lttng-tools: bump version to 2.4.1 2014-04-19 18:53:49 +02:00
lua packages: make providers declare what they provide 2014-05-21 00:21:14 +02:00
lua-cjson package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lua-coat lua-coat: new package 2014-03-01 16:19:24 +01:00
lua-coatpersistent lua-coatpersistent: new package 2014-03-01 16:21:19 +01:00
lua-csnappy lua-csnappy: new package 2014-03-01 16:33:37 +01:00
lua-ev package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lua-messagepack lua-messagepack: new package 2014-03-01 16:22:41 +01:00
lua-msgpack-native package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lua-testmore lua-testmore: new package 2014-03-01 16:17:21 +01:00
luabitop
luacrypto luacrypto: luarocks conversion 2014-04-19 23:52:51 +02:00
luaexpat package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
luaexpatutils lua-expat: bump to version 1.3.0 2014-04-04 23:29:36 +02:00
luafilesystem luafilesystem: bump rockspec revision 2014-04-19 23:52:45 +02:00
luainterpreter package/luainterpreter: convert to the virtual-package infrastructure 2014-04-05 19:21:10 +02:00
luajit packages: make providers declare what they provide 2014-05-21 00:21:14 +02:00
luajson luajson: bump to version 1.3.3 2014-04-19 23:51:51 +02:00
lualogging lualogging: new package 2014-03-01 16:07:09 +01:00
luaposix package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
luarocks luarocks: remove luainterpreter dependency 2014-03-01 23:47:40 +01:00
luasec package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
luasocket package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
luasql-sqlite3 package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lunit package: normalize separator size to 80 2014-03-05 19:42:14 +01:00
lvm2 lvm2: bump to version 2.02.106 2014-05-23 22:05:54 +02:00
lxc lxc: disable lua and python 2014-07-06 22:52:30 +02:00
lz4 lz4: security bump to r119 2014-07-04 15:38:05 +02:00
lzip lzip: new package 2014-03-01 21:01:11 +01:00
lzlib package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
lzma
lzo lzo: bump to version 2.08 2014-06-29 16:39:45 +02:00
lzop
m4
macchanger macchanger: bump to version 1.6.0 2014-03-11 23:04:20 +01:00
madplay
make
makedevs makedevs: change version from 'undefined' to 'buildroot-$(BR2_VERSION)' 2014-06-14 19:10:18 +02:00
matchbox matchbox-keyboard: fix dependencies 2014-05-20 23:43:58 +02:00
mcrypt
mdadm mdadm: bump to version 3.3.1 2014-06-08 13:50:32 +02:00
media-ctl
mediastreamer
memstat memstat: add license information 2014-05-07 10:27:01 +02:00
memtester
mesa3d package/mesa3d: depend on udev 2014-06-11 22:11:31 +02:00
metacity metacity: add license information 2014-06-27 08:57:12 +02:00
midori midori: force host-python dependency for waf build-system 2014-05-26 15:08:10 +02:00
mii-diag
minicom
minidlna package/minidlna: Bump version to 1.1.3 2014-06-13 14:38:50 +02:00
mkpasswd mkpasswd: change version from 'undefined' to 'buildroot-$(BR2_VERSION)' 2014-06-14 19:10:25 +02:00
mmc-utils package/mmc-utils: requires kernel headers >= 3.0 2014-03-01 19:48:34 +01:00
mobile-broadband-provider-info python-posix-ipc and mobile-broadband-provider-info: fix package .mk name 2014-03-15 22:22:29 +01:00
modem-manager modem-manager: install to staging 2014-03-15 22:59:04 +01:00
mongoose mongoose: provide libmongoose.a static library 2014-05-27 14:38:10 +02:00
mongrel2 mongrel2: bump to version v1.9.1 2014-04-22 23:31:13 +02:00
monit monit: uses fork(), disable for nommu 2014-05-28 08:55:30 +02:00
mpc
mpd package: remove references to uClibc 0.9.32 2014-07-10 16:15:59 +02:00
mpfr
mpg123 mpg123: bump to version 1.20.1 2014-06-18 13:56:31 +02:00
mplayer mplayer: Add support for ARC 2014-05-23 15:34:11 +02:00
mrouted
msgpack msgpack: disable for ARC 2014-06-18 14:20:27 +02:00
msmtp msmtp: bump to version 1.4.32 2014-03-11 23:02:57 +01:00
mtd packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
mtdev
mtdev2tuio
mtools mtools: needs mmu 2014-03-29 09:06:25 +01:00
mtr package: remove references to uClibc 0.9.32 2014-07-10 16:15:59 +02:00
musepack musepack: add license information 2014-07-08 23:52:50 +02:00
musl musl: bump to version 1.1.3 2014-06-26 13:51:34 +02:00
mutt mutt: Add options for imap/pop3 support, enable optional iconv/OpenSSL support 2014-04-14 23:35:47 +02:00
mxml
mysql mysql: disable for AVR32 2014-06-01 21:51:17 +02:00
nano
nanocom
nasm nasm: add license information 2014-06-25 23:03:41 +02:00
nbd nbd: update icense information 2014-06-26 17:10:59 +02:00
ncdu
ncftp ncftp: clarify the NCFTP_RUN_AUTOCONF hook. 2014-02-25 22:11:18 +01:00
ncmpc ncmpc: bump to version 0.23 2014-07-12 20:48:39 +02:00
ncurses ncurses: enable parallel build 2014-06-01 22:50:30 +02:00
ndisc6 ndisc6: add license information 2014-06-25 23:04:19 +02:00
ne10 ne10: bump version to 1.0.0 2014-04-24 22:43:06 +02:00
neard
neardal
neon
net-tools
netatalk netatalk: add support for ACLs 2014-06-18 14:19:58 +02:00
netcat
netperf
netplug netplug: add license information 2014-06-25 23:04:35 +02:00
netsnmp netsnmp: cleanup configure flags handling 2014-05-16 22:31:21 +02:00
netstat-nat
nettle arch/arm: drop ARM(7TDMI/720T/740T) support 2014-05-08 16:53:49 +02:00
network-manager network-manager: bump to 0.9.10.0 2014-07-06 21:50:13 +02:00
newt slang: needs mmu 2014-05-26 15:01:38 +02:00
nfacct
nfs-utils nfs-utils: add license information 2014-05-07 14:02:16 +02:00
nftables nftables: bump to version 0.3 2014-06-25 22:30:50 +02:00
ngircd ngircd: switch site now that berlios is gone 2014-06-18 14:04:22 +02:00
ngrep
nmap nmap: bump to version 6.46 2014-05-08 21:18:53 +02:00
nodejs nodejs: fix build when python3 is selected in Buildroot 2014-05-21 10:34:29 +02:00
noip
nss-mdns nss-mdns: add license information 2014-07-02 00:02:21 +02:00
ntfs-3g ntfs-3g: bump to version 2014.2.15 2014-03-05 19:40:42 +01:00
ntp ntpd: drop default /etc/default/ntpd file 2014-07-09 16:00:50 +02:00
numactl
nut nut: now needs C++ support 2014-06-02 13:20:15 +02:00
nuttcp
ocf-linux
ocrad
ofono ofono: add init script 2014-04-28 21:48:53 +02:00
ola protobuf: host-protobuf can only be built on certain architectures 2014-05-12 22:20:44 +02:00
olsr olsr: bump to version 0.6.6.2 2014-06-18 13:54:13 +02:00
omap-u-boot-utils packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
omniorb omniorb: force python interperter 2014-04-14 23:14:11 +02:00
on2-8170-libs
on2-8170-modules
open2300 open2300: add license information 2014-06-25 23:08:08 +02:00
opencore-amr opencore-amr: new package 2014-07-01 14:45:46 +02:00
opencv opencv: add license information 2014-07-08 23:51:22 +02:00
opengl package/libgl: introduce as a new virtual package for full-openGL providers 2014-04-17 22:59:40 +02:00
openntpd openntpd: add SysV initscript and user 2014-07-08 14:16:51 +02:00
openobex
openocd openocd: add license information 2014-06-25 23:09:51 +02:00
openpgm blackfin: 2012R1 toolchain is gone, remove kludges 2014-06-18 14:01:03 +02:00
openpowerlink openpowerlink: do not override CMAKE_BUILD_TYPE 2014-06-01 22:19:43 +02:00
openssh openssh: add license information 2014-05-07 10:36:59 +02:00
openssl openssl: security bump to version 1.0.1h 2014-06-05 21:26:30 +02:00
openswan openswan: fix possible build failure 2014-04-03 21:40:07 +02:00
opentyrian package .mk files: use 80 # signs in header 2014-05-01 22:32:37 +02:00
opentyrian-data package .mk files: use 80 # signs in header 2014-05-01 22:32:37 +02:00
openvpn openvpn: disable plugins for static builds 2014-07-09 15:46:33 +02:00
opkg opkg: bump to version 0.2.2 and update upstream url 2014-06-29 10:38:41 +02:00
oprofile oprofile: bump to version 0.9.9 2014-06-03 23:34:26 +02:00
opus
opus-tools opus-tools: bump to version 0.1.9 2014-06-18 13:56:37 +02:00
orbit orbit: bump to version 2.2.1 2014-04-19 23:52:10 +02:00
orc orc: bump version 2014-06-23 11:52:54 +02:00
ortp
owl-linux
p11-kit p11-kit: fix build against linuxthreads 2014-05-11 22:14:54 +02:00
p910nd p910nd: bump to version 0.97 2014-06-11 14:29:36 +02:00
pango pango: add license information 2014-06-25 23:10:32 +02:00
parted parted: fix nommu build 2014-06-30 23:34:49 +02:00
patch
pax-utils pax-utils: needs largefile support 2014-06-18 23:59:47 +02:00
pciutils pciutils: disallow on Blackfin 2014-05-20 22:20:35 +02:00
pcmanfm pcmanfm: add license information 2014-07-02 00:30:28 +02:00
pcre pcre: bump to version 8.35 2014-04-05 14:45:18 +02:00
pcsc-lite pcsc-lite: not available for static builds 2014-03-11 23:34:44 +01:00
perf perf: Fix compilation without libelf for post-3.10 kernels 2014-05-05 21:53:19 +02:00
perl perl-net-ssleay: fix build 2014-07-01 15:05:31 +02:00
perl-module-build host-perl-module-build: new package 2014-02-23 22:37:34 +01:00
perl-mojolicious perl-mojolicious: bump to version 5.08 2014-06-23 23:19:53 +02:00
perl-net-ssleay package/perl-net-ssleay: fix buildsystem for cross-compilation 2014-07-14 13:08:40 +02:00
perl-xml-libxml perl-xml-libxml: fix build 2014-07-01 15:00:18 +02:00
perl-xml-namespacesupport perl-xml-namespacesupport: new package 2014-06-29 10:49:50 +02:00
perl-xml-parser perl-xml-parser: fix build 2014-03-01 12:55:53 +01:00
perl-xml-sax perl-xml-sax: new package 2014-06-29 10:50:14 +02:00
perl-xml-sax-base perl-xml-sax-base: new package 2014-06-29 10:50:10 +02:00
php php: fix phar build failure for CLI 2014-07-08 15:23:17 +02:00
php-geoip php-geoip: new package 2014-06-22 21:55:32 +02:00
php-gnupg php-gnupg: force gnupg detection 2014-03-01 20:40:08 +01:00
php-imagick php-imagick: propagate BR2_USE_MMU dependency 2014-05-17 23:25:34 +02:00
php-ssh2
php-yaml
php-zmq
picocom packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
pifmrds package/pifmrds: new package 2014-06-29 10:57:15 +02:00
pinentry pinentry: Some toolchains need -pthread in the linker command line 2014-07-04 15:07:26 +02:00
pixman pixman: Version bump 0.32.4 2014-04-03 21:23:49 +02:00
pkgconf pkgconf: don't double prefix lib/include paths with sysroot 2014-06-29 12:41:00 +02:00
poco mysql: disable for AVR32 2014-06-01 21:51:17 +02:00
polarssl polarssl: security bump to version 1.2.11 2014-07-12 11:48:55 +02:00
polkit
poppler poppler/Config.in: indentation cleanup 2014-03-08 00:10:45 +01:00
popt blackfin: 2012R1 toolchain is gone, remove kludges 2014-06-18 14:01:03 +02:00
portaudio
portmap portmap: prevent selecting the package when rpcbind is selected 2014-06-29 18:18:49 +02:00
postgresql postgresql: disable spinlock support for microblaze (el/be) 2014-05-16 09:54:23 +02:00
powervr package/powervr: convert to the virtual-package infrastructure 2014-04-05 19:21:03 +02:00
pppd pppd: install to staging 2014-03-15 22:39:07 +01:00
pptp-linux pptp-linux: bump to version 1.8.0 2014-04-03 20:19:17 +02:00
prboom prboom: add license information 2014-07-02 00:30:55 +02:00
procps-ng packages: fix the header package name 2014-06-24 15:35:47 +02:00
proftpd proftpd: fix largefile file size printing 2014-04-24 13:36:09 +02:00
protobuf protobuf: host-protobuf can only be built on certain architectures 2014-05-12 22:20:44 +02:00
protobuf-c protobuf-c: update license information 2014-06-27 08:54:45 +02:00
proxychains-ng proxychains-ng: add license information 2014-06-26 09:46:56 +02:00
psmisc psmisc: bump to version 22.21 2014-06-18 14:02:10 +02:00
psplash psplash: install systemd services 2014-06-13 14:38:50 +02:00
ptpd
ptpd2 ptpd2: handle snmp optional dep 2014-04-05 14:44:52 +02:00
pulseaudio pulseaudio: uses fork(), not available on noMMU platforms 2014-05-17 23:27:42 +02:00
pv pv: fix minisetlocale related build failure 2014-02-20 23:23:47 +01:00
pwgen pwgen: add host utilities menu entry 2014-07-01 15:11:42 +02:00
python python: improve isolation of build environment and error handling 2014-07-09 13:18:58 +02:00
python-bottle python-bottle: security bump to version 0.12.7 2014-06-05 21:22:19 +02:00
python-configobj
python-crc16
python-dialog
python-dpkt python-dpkt: add license information 2014-06-26 11:41:15 +02:00
python-id3 python-id3: add license information 2014-06-26 09:47:50 +02:00
python-ipy
python-json-schema-validator
python-keyring
python-libconfig python-libconfig: new package 2014-03-29 18:26:19 +01:00
python-m2crypto python-m2crypto: requires host-python2 2014-04-05 16:41:15 +02:00
python-mad python-mad: add license information 2014-06-26 13:07:08 +02:00
python-meld3
python-msgpack msgpack: disable for ARC 2014-06-18 14:20:27 +02:00
python-netifaces python-netifaces: add license information 2014-05-07 13:20:43 +02:00
python-nfc python-nfc: add license information 2014-07-02 00:31:34 +02:00
python-posix-ipc python-posix-ipc and mobile-broadband-provider-info: fix package .mk name 2014-03-15 22:22:29 +01:00
python-protobuf protobuf: host-protobuf can only be built on certain architectures 2014-05-12 22:20:44 +02:00
python-pyasn python-pyasn: update license information 2014-05-07 13:27:19 +02:00
python-pycrypto python-pycrypto: allow to build with Python 3 2014-02-19 09:02:07 +01:00
python-pygame python-pygame: add license information 2014-06-26 13:49:13 +02:00
python-pyparsing
python-pypcap pypcap: new package 2014-04-11 22:01:23 +02:00
python-pyrex host-python-pyrex: use the HOST_*_NEEDS_HOST_PYTHON infrastructure 2014-04-15 23:18:20 +02:00
python-pyro
python-pysnmp python-pysnmp{, -apps, -mibs}: allow to build with Python 3 2014-02-19 09:02:15 +01:00
python-pysnmp-apps python-pysnmp{, -apps, -mibs}: allow to build with Python 3 2014-02-19 09:02:15 +01:00
python-pysnmp-mibs python-pysnmp{, -apps, -mibs}: allow to build with Python 3 2014-02-19 09:02:15 +01:00
python-pyusb
python-pyzmq
python-serial python-serial: add license information 2014-05-07 13:41:18 +02:00
python-setuptools python-setuptools: add license information 2014-05-07 13:40:49 +02:00
python-simplejson python-simplejson: security bump to version 3.5.3 2014-06-30 23:34:41 +02:00
python-thrift
python-tornado
python-versiontools
python3 python3: improve isolation of build environment and error handling 2014-07-09 13:19:20 +02:00
qdecoder qdecoder: autoreconf and fix c99 detection 2014-05-09 16:23:38 +02:00
qemu
qextserialport qextserialport: use TARGET_MAKE_ENV when running make and qmake 2014-03-27 23:20:33 +01:00
qhull qhull: do not override CMAKE_BUILD_TYPE 2014-06-01 22:21:05 +02:00
qjson
qt qt: remove gcc 4.6.x specific kludge 2014-07-10 16:21:06 +02:00
qt5 qt5base: fix typo 2014-07-10 17:00:21 +02:00
qtuio github packages: use tarball download via github helper iso git clone 2014-05-05 21:54:28 +02:00
quagga quagga: bump to version 0.99.23 2014-07-08 10:47:22 +02:00
quota quota: add license information 2014-07-08 23:47:43 +02:00
qwt qwt: use TARGET_MAKE_ENV when running make and qmake 2014-03-26 17:04:52 +01:00
radvd radvd: bump to version 1.14 2014-06-29 10:34:23 +02:00
ramsmp ramsmp: not available on !MMU, needs fork 2014-02-27 09:07:39 +01:00
ramspeed
rapidjson
rdesktop rdesktop: security bump to version 1.8.2 2014-05-23 14:46:09 +02:00
read-edid read-edid: add license information 2014-07-02 00:32:48 +02:00
readline readline: bump to version 6.3 2014-03-01 14:46:59 +01:00
redis
rings package/luainterpreter: rename the _HAS and _PROVIDES variables 2014-04-05 19:20:55 +02:00
rng-tools
rp-pppoe
rpcbind rpcbind : add startup script 2014-06-30 23:35:01 +02:00
rpi-firmware package/rpi-firmware: bump 2014-06-01 23:12:16 +02:00
rpi-userland rpi-userland: cleanup *_CONF_OPT 2014-06-08 15:10:53 +02:00
rpm rpm: add license information 2014-07-02 00:33:30 +02:00
rrdtool
rsh-redone rsh-redone: add license information 2014-07-02 00:35:23 +02:00
rsync rsync: bump to version 3.1.1 2014-07-10 11:29:12 +02:00
rsyslog replace references to Busybox with BusyBox 2014-06-01 23:58:43 +02:00
rt-tests rt-test: add license information 2014-07-02 00:37:07 +02:00
rtai rtai: install to staging 2014-04-12 23:07:43 +02:00
rtmpdump rtmpdump: bump version 2014-05-04 21:44:11 +02:00
rtorrent
rtptools
rubix rubix: add license information 2014-06-26 16:33:42 +02:00
ruby ruby: remove rubygems 2014-06-09 12:06:39 +02:00
sam-ba
samba samba: security bump to version 3.6.24 2014-06-23 16:19:56 +02:00
samba4 samba4: security bump to version 4.1.9 2014-06-23 16:19:51 +02:00
sane-backends sane-backends: add license information 2014-06-26 16:34:26 +02:00
sawman sawman: add license information 2014-07-02 00:37:52 +02:00
schifra
sconeserver mysql: disable for AVR32 2014-06-01 21:51:17 +02:00
scons scons: force host-python dependency to be python2 2014-04-05 16:40:16 +02:00
screen
sdl sdl: disable x11 in host-sdl 2014-04-18 21:53:35 +02:00
sdl_gfx
sdl_image sdl_image: add host version 2014-02-19 16:13:15 +01:00
sdl_mixer sdl_mixer: drop custom target install 2014-03-16 21:49:41 +01:00
sdl_net
sdl_sound
sdl_ttf
sdparm
sed
ser2net
setserial setserial: add license information 2014-07-08 23:46:22 +02:00
sg3_utils sg3_utils: bump to version 1.39 2014-06-14 18:38:28 +02:00
shared-mime-info shared-mime-info: add license information 2014-06-26 16:35:10 +02:00
simicsfs simicsfs: new package 2014-06-13 14:38:50 +02:00
sispmctl sispmctl: new package 2014-06-09 14:38:38 +02:00
slang slang: needs mmu 2014-05-26 15:01:38 +02:00
slirp
smack replace github with GitHub 2014-06-04 23:14:08 +02:00
smartmontools
smcroute smcroute: needs MMU 2014-06-03 20:57:57 +02:00
smstools3 package .mk files: use 80 # signs in header 2014-05-01 22:32:37 +02:00
snappy snappy: needs autoreconf 2014-06-02 21:17:10 +02:00
snmppp packages: fix the header package name 2014-06-24 15:35:47 +02:00
snowball-hdmiservice
snowball-init
socat socat: add optional openssl and readline support 2014-03-11 11:48:28 +01:00
socketcand socketcand: add license information 2014-06-26 16:59:24 +02:00
sound-theme-borealis
sound-theme-freedesktop
sox sox: new package 2014-07-01 14:51:05 +02:00
spawn-fcgi spawn-fcgi: bump to version 1.6.4 2014-06-08 13:50:17 +02:00
speex arch/arm: drop ARM(7TDMI/720T/740T) support 2014-05-08 16:53:49 +02:00
spice cegui06: need dynamic library support 2014-02-26 21:55:24 +01:00
spice-protocol
sqlcipher sqlcipher: fix passing CFLAGS/LDFLAGS to configure 2014-05-12 22:48:58 +02:00
sqlite package/sqlite: Bump version to 3.8.5 2014-06-09 11:16:31 +02:00
squashfs squashfs: add license information 2014-06-26 17:00:56 +02:00
squid squid: bump to version 3.4.6 2014-07-01 16:59:41 +02:00
sredird sredird: add license information 2014-06-26 17:01:34 +02:00
sshfs
sshpass sshpass: new package 2014-06-08 17:53:51 +02:00
sstrip
startup-notification startup-notification: add license information 2014-06-27 08:49:46 +02:00
statserial statserial: add license information 2014-06-26 17:02:23 +02:00
strace strace: fix ptrace {PEEK, POKE}USER arguments decoding on xtensa 2014-06-19 17:58:54 +02:00
stress
strongswan strongswan: bump to version 5.1.3 2014-06-02 22:30:21 +02:00
stunnel stunnel: bump to version 5.02 2014-06-18 14:22:43 +02:00
subversion
sudo
sunxi-boards sunxi-boards: bump version 2014-04-20 22:57:02 +02:00
sunxi-cedarx
sunxi-mali sunxi-mali: use only -I${includedir} as pkg-config Cflags 2014-06-08 18:52:14 +02:00
sunxi-mali-prop
sunxi-tools sunxi-tools: bump version 2014-04-20 22:58:29 +02:00
supervisor supervisor: add runtime dependency on python-setuptools 2014-06-11 22:17:59 +02:00
swig
sylpheed package: drop <PKG>_VERSION_MINOR variable 2014-03-17 23:50:08 +01:00
synergy synergy: add license information 2014-06-26 17:03:01 +02:00
sysklogd sysklogd: add license information 2014-07-02 00:38:20 +02:00
sysprof sysprof: add license information 2014-06-26 17:03:33 +02:00
sysstat sysstat: bump to version 11.0.0 2014-06-18 14:02:15 +02:00
systemd systemd: rework network/tty units installation 2014-06-29 10:54:57 +02:00
sysvinit packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
taglib taglib: needs wchar 2014-04-08 09:50:19 +02:00
tar
tcl tcl: needs threads 2014-05-08 23:14:17 +02:00
tclap tclap: fix syntax error in Config.in 2014-06-14 19:08:48 +02:00
tcllib tcl: bump to version 8.6.1 2014-04-09 00:57:19 +02:00
tcpdump
tcping
tcpreplay tcpreplay: use pcap-config 2014-06-19 13:19:37 +02:00
texinfo texinfo: add license information 2014-07-08 23:44:24 +02:00
tftpd
thrift thrift: disable for ARC 2014-05-29 23:18:59 +02:00
thttpd thttpd: add license information 2014-07-02 00:39:00 +02:00
ti-gfx ti-gfx: bump to version 5_01_01_01 if EABIhf is used 2014-06-11 12:55:41 +02:00
ti-uim
ti-utils ti-utils: add license information 2014-06-27 08:56:00 +02:00
tidsp-binaries tidsp-binaries: add license information 2014-05-07 13:43:04 +02:00
tiff
time
tinyhttpd tinyhttpd: add license information 2014-07-02 00:39:39 +02:00
tinymembench
tinyxml
tmux tmux: needs mmu 2014-05-02 14:56:58 +02:00
tn5250
torsmo torsmo: add license information 2014-07-08 23:42:44 +02:00
trace-cmd package/trace-cmd: bump to version 2.3.2 2014-06-08 18:44:57 +02:00
transmission transmission: add license information 2014-06-26 17:06:52 +02:00
tree
tremor
tslib tslib: switch homepage now that berlios is gone 2014-06-18 14:04:00 +02:00
tstools tstools: switch homepage now that berlios is gone 2014-06-18 14:04:08 +02:00
tvheadend package/tvheadend: Add optional dependency to libiconv 2014-06-11 15:18:20 +02:00
twolame twolame: new package 2014-07-01 14:43:02 +02:00
tz system/timezone: check localtime exists 2014-05-22 23:52:18 +02:00
tzdata package/tzdata: bump version for some new timezones 2014-06-02 08:36:57 +02:00
tzdump tzdump: new host package 2014-04-09 00:25:19 +02:00
uboot-tools uboot-tools: bump to version 2014.04 2014-05-12 00:01:13 +02:00
ucl package/ucl: new package 2014-05-03 21:43:25 +02:00
uclibc uclibc: remove BR2_UCLIBC_ARM_TYPE 2014-07-10 16:17:12 +02:00
udev udev: replace "echo -en" with printf 2014-05-16 22:38:27 +02:00
udisks Merge branch 'next' 2014-02-28 14:30:23 +01:00
udpcast udpcast: add license information 2014-07-02 00:42:23 +02:00
uemacs
ulogd ulogd: forcibly disable mysql when not present 2014-05-08 16:52:33 +02:00
unionfs
upx package/upx: new package 2014-05-03 21:45:44 +02:00
urg
usb_modeswitch usb_modeswitch: bump to version 2.2.0 2014-06-02 22:29:46 +02:00
usb_modeswitch_data usb_modeswitch_data: bump to version 20140529 2014-06-02 22:29:57 +02:00
usbmount usbmount: add license information 2014-07-08 23:41:33 +02:00
usbredir
usbutils
ushare
ussp-push
util-linux util-linux: fix installation of shared libraries to not mess with pure static lib 2014-06-13 15:09:38 +02:00
ux500-firmware
vala vala: remove deprecated target package 2014-05-01 23:34:44 +02:00
valgrind valgrind: fix build for glibc 2.19 2014-06-19 17:56:55 +02:00
vde2
vim vim: bump to version 7.4-333 2014-06-18 14:01:52 +02:00
vlc vlc: security bump to version 2.1.4 2014-06-18 13:55:57 +02:00
vo-aacenc arch/arm: drop ARM(7TDMI/720T/740T) support 2014-05-08 16:53:49 +02:00
vorbis-tools
vpnc
vsftpd packages: replace command install by $(INSTALL) 2014-06-08 17:56:54 +02:00
vtun
w_scan package/w_scan: needs kernel headers >= 3.3 2014-06-04 22:59:18 +02:00
wavpack
wayland package/wayland: bump version 2014-06-02 13:08:17 +02:00
webkit package/webkit: Fix OpenGL-related dependencies 2014-05-20 00:31:42 +02:00
webp
webrtc-audio-processing webrtc-audio-processing: add license information 2014-07-02 00:43:21 +02:00
weston Revert "package/weston: libxkbcommon is optional" 2014-06-09 14:28:13 +02:00
wget wget: add optional libuuid dependency 2014-07-01 13:28:33 +02:00
whetstone
which
whois whois: add extra libs for libiconv 2014-06-26 14:42:49 +02:00
wipe
wireless_tools wireless tools: bump to version 30.pre9 2014-06-11 16:01:02 +02:00
wireless-regdb wireless-regdb: bump to version 2014.06.13 2014-06-18 14:03:37 +02:00
wireshark wireshark: security bump to version 1.10.8 2014-06-14 18:38:38 +02:00
wmctrl
wpa_supplicant wpa_supplicant: disable for avr32 2014-06-22 22:29:25 +02:00
wsapi wsapi: bump to version 1.6.1 2014-04-19 23:52:17 +02:00
wvdial
wvstreams
x11r7 xserver_xorg-server: drop host-xfont_font-util dependency 2014-07-09 16:57:18 +02:00
x11vnc x11vnc: add license information 2014-06-26 17:10:05 +02:00
xavante
xbmc package/xbmc: use poweroff to poweroff the RPi 2014-06-08 15:48:05 +02:00
xbmc-addon-xvdr xbmc-addon-xvdr: bump to a version compatible with XBMC Gotham 2014-06-08 15:07:02 +02:00
xbmc-pvr-addons package/xbmc-pvr-addons: Bump version, use gotham branch 2014-06-09 11:17:44 +02:00
xenomai
xerces xerces: add license information 2014-05-07 13:46:08 +02:00
xfsprogs
xinetd
xl2tp xl2tp: bump to version 1.3.6 2014-03-11 23:04:59 +01:00
xmlstarlet
xscreensaver xscreensaver: add missing indirect dependencies from libgtk2 2014-02-20 19:20:46 +01:00
xterm xterm: add license information 2014-07-02 00:44:00 +02:00
xvkbd xvkbd: add license information 2014-07-02 00:47:12 +02:00
xz fs/common.mk: unbreak .xz compression when host-xz isn't built 2014-06-04 08:33:17 +02:00
yaffs2utils package .mk files: use 80 # signs in header 2014-05-01 22:32:37 +02:00
yajl
yasm
yavta
zd1211-firmware
zeromq blackfin: 2012R1 toolchain is gone, remove kludges 2014-06-18 14:01:03 +02:00
zic package/zic: bump version for misc fixes 2014-06-02 08:37:49 +02:00
zlib
zlog zlog: new package 2014-03-03 21:50:02 +01:00
zmqpp github packages: use tarball download via github helper iso git clone 2014-05-05 21:54:28 +02:00
znc znc: not available on !MMU systems, uses fork() 2014-06-11 12:53:03 +02:00
zsh
zxing
zyre zyre: remove spurious dependency on filemq 2014-07-03 16:30:36 +02:00
Config.in ccrypt: new package 2014-07-10 10:53:40 +02:00
Config.in.host pwgen: add host utilities menu entry 2014-07-01 15:11:42 +02:00
Makefile.in Makefile: add BR2_DL_DIR to EXTRA_ENV 2014-07-02 17:15:52 +02:00
pkg-autotools.mk infra: fix autotools .la fixing when no .la files are present 2014-07-06 22:22:52 +02:00
pkg-cmake.mk infra: consistently use double dollar signs inside inner-xxx-targets 2014-06-14 19:09:54 +02:00
pkg-download.mk pkg-infra: add possiblity to check downloaded files against known hashes 2014-07-04 23:35:19 +02:00
pkg-generic.mk legal-info: depend on patch rather than extract 2014-07-08 17:38:15 +02:00
pkg-luarocks.mk infra: consistently use double dollar signs inside inner-xxx-targets 2014-06-14 19:09:54 +02:00
pkg-perl.mk infra/pkg-perl: add possibility to pass extra env at configure time 2014-07-14 13:06:59 +02:00
pkg-python.mk infra: consistently use double dollar signs inside inner-xxx-targets 2014-06-14 19:09:54 +02:00
pkg-utils.mk legal-info: rename legal-warning-pkg-savednothing helper 2014-06-22 22:04:56 +02:00
pkg-virtual.mk pkg-virtual: simplify definition of FOO_VERSION to 'virtual' 2014-06-14 19:10:08 +02:00