kumquat-buildroot/package
Thomas Petazzoni 7dfa3b3fb4 autotools: fix autoreconf check
The autoreconf check was incorrect, missing a $ sign to properly
reference a package-specific variable. There was no visible effect
until now since :

 * The existing syntax allowed to access the value defined in the
   package specific .mk file, so when AUTORECONF was set to YES by a
   package, it was working.

 * The default value in Makefile.autotools.in was NO. In fact, when a
   package .mkf file wasn't defining the AUTORECONF variable, the
   Makefile.autotools.in test was testing the empty string against
   'YES', which was false, leading to the AUTORECONF not being done,
   which was the desired effect.

However, in a later patch, we intend to change this default value.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-02 23:24:21 +02:00
..
acpid acpid: remove unused legacy patches 2009-01-26 15:28:05 +00:00
alsamixergui package/alsamixergui: fix build 2009-11-30 11:25:30 +01:00
argus argus: convert to the autotools infrastructure 2010-04-13 16:55:38 +02:00
at at: fix compile breakage when flex isn't on the target 2010-02-10 00:44:29 +01:00
atk atk: convert to autotools infrastructure for host package 2009-12-15 19:57:35 +01:00
autoconf autoconf: add AUTOCONF variable setting 2010-05-02 09:41:29 +02:00
automake autoconf: add missing AUTOMAKE variable setting 2010-05-02 09:40:49 +02:00
avahi Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} 2010-04-11 06:01:08 +02:00
axel Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} 2010-04-11 06:01:08 +02:00
bash Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
beecrypt
berkeleydb Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
bind package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args 2010-03-22 14:29:00 +01:00
bison bison: convert to the autotools infrastructure 2010-04-13 16:55:33 +02:00
blackbox package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
bmon package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
boa buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
bootutils Bump bootutils 2009-12-25 10:34:58 +00:00
bridge-utils package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
bsdiff package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
busybox busybox: 1.16.1 fixes for ash and cpio 2010-05-01 21:19:19 +02:00
bzip2 bzip2: convert to gentargets, add host package, bump version 2010-04-09 11:03:55 +02:00
cairo cairo: get rid of old patches 2010-04-26 21:52:50 +02:00
cdrkit cdrkit: new package 2010-04-09 11:03:55 +02:00
cloop cloop: new package 2010-04-09 11:03:55 +02:00
cmake cmake: new package 2010-04-09 11:03:55 +02:00
config kconfig: fix oldconfig to generate .config.cmd 2009-08-03 10:07:54 +02:00
coreutils Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
cramfs cramfs: fix installation 2010-04-17 04:36:22 +02:00
ctorrent ctorrent: build with ssl support if available 2009-08-31 07:23:59 +02:00
cups buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
customize Remove the "project" feature 2009-09-16 20:28:25 +02:00
cvs buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
dash buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
dbus dbus: fix target installation with BR2_HAVE_DEVFILES 2010-01-28 22:54:44 +01:00
dbus-glib dbus-glib: fix host-dbus-glib build 2009-12-15 23:44:44 +01:00
dbus-python package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
devmem2 package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
dhcp Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
dialog Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
diffutils Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
dillo buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
directfb directfb: some cleanup in config file 2010-01-28 17:11:07 +01:00
directfb-examples
distcc buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
divine divine: new package 2009-09-11 13:47:22 +02:00
dmalloc buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
dmraid dmraid must now require lvm2 and not dm 2009-06-20 07:19:19 +02:00
dnsmasq dnsmasq: fix CFLAGS 2010-04-01 17:44:28 +02:00
docker host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
dosfstools dosfstools: unbreak build 2010-03-07 00:13:53 +01:00
dropbear package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
e2fsprogs e2fsprogs: add support for host package 2010-04-09 11:03:55 +02:00
ed package: get rid of editors subdir 2010-04-26 22:03:37 +02:00
eeprog eeprog: Convert to gentargets 2010-05-01 15:09:18 +02:00
enchant host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
ethtool package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
expat package: fix host build for packages with own libtool patch 2009-12-30 13:48:02 +01:00
ezxml package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
fakeroot fakeroot: convert to the autotools infrastructure 2010-04-09 11:04:33 +02:00
fbdump fbdump: don't add target program prefix 2010-02-04 12:11:37 +01:00
fbset package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
fbv fbv: add patch to support bgr555 framebuffer format. 2010-04-08 09:53:47 +02:00
fconfig package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
file Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
findutils findutils: convert to the autotools infrastructure 2010-04-13 16:55:46 +02:00
fis package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
flex flex: install in the staging directory 2010-02-23 20:34:32 +01:00
fltk package/fltk: needs libXt 2009-11-30 11:00:28 +01:00
fontconfig fontconfig: convert to autotools infrastructure for host package 2009-12-15 19:57:36 +01:00
freetype freetype: bump to 2.3.12 2010-03-22 23:58:54 +01:00
fuse libfuse: bump version number to 2.8.1 2009-12-07 23:08:27 +01:00
gadgetfs-test package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
games package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args 2010-03-22 14:29:00 +01:00
gamin gamin: fix build with !BR2_LARGEFILE and python enabled 2009-11-23 11:42:47 +01:00
gawk Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
genext2fs genext2fs: new package 2010-04-09 11:03:54 +02:00
genromfs genromfs: add new package 2010-04-09 11:03:54 +02:00
gettext Get rid of useless OpenMP related code 2010-04-11 21:10:35 +02:00
gmp gmp/mpfr: make sure host builds add source targets to HOST_SOURCE 2010-02-25 17:27:50 +01:00
gmpc gmpc: add dependency on host-intltool 2010-02-23 20:34:32 +01:00
gnuconfig Update config.{guess,sub} unconditionally 2010-04-11 05:59:59 +02:00
gob2 gob2: update dependency on flex 2010-02-23 20:34:33 +01:00
gperf gperf: add gperf-host package (required by webkit) 2010-01-27 14:57:20 +01:00
gqview host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
grep package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args 2010-03-22 14:29:00 +01:00
gtk2-engines package: get rid of redundant malloc related configure presets 2009-12-06 19:58:45 +01:00
gtk2-themes gtk2-themes: fix typo 2009-09-01 15:46:44 +02:00
gtkperf
gvfs Revert "Revert "gvfs: update to version 1.4.0"" 2010-01-28 17:33:03 +01:00
gzip Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
hal hal: add missing includes 2009-12-16 16:29:02 +01:00
haserl haserl: Add lua option 2010-05-01 22:36:02 +02:00
hdparm Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} 2010-04-11 06:01:08 +02:00
hostapd hostapd: Bump to 0.7.2 2010-04-30 16:16:38 +02:00
hotplug package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
hwdata package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
i2c-tools i2c-tools: convert to the generic package infrastructure 2009-12-15 19:57:40 +01:00
icu buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
ifplugd package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
imagemagick imagemagick: use internal libtool 2010-02-23 20:34:34 +01:00
input-tools package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
intltool intltool: new package 2010-02-23 20:34:32 +01:00
iostat package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
iperf iperf: update to 2.0.4 2010-03-22 14:18:36 +01:00
ipkg ipkg: remove useless configure options 2010-04-13 16:55:42 +02:00
iproute2 iproute2: needs ipv6 2009-03-04 20:16:26 +00:00
ipsec-tools Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
iptables iptables: bump version 2010-03-31 11:00:55 +02:00
iw iw: needs host-pkg-config 2010-04-01 17:43:08 +02:00
java classpath: trivial Config.in whitespace fix 2010-03-30 16:07:28 +02:00
jpeg jpeg: convert to autotools infrastructure 2009-12-30 13:48:02 +01:00
kexec kexec: bump version to fix build failure 2010-02-23 20:34:35 +01:00
kismet Bump kismet package to 2010-01-R1 2010-01-20 11:10:08 +01:00
l2tp package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
leafpad leafpad: needs libgtk2 2009-11-23 13:02:54 +01:00
less Bump less to 436 and migrate to Makefile.autotools.in 2010-03-25 11:47:38 +01:00
libaio libaio: convert to the GENTARGETS infrastructure 2010-04-08 18:07:51 +02:00
libarchive libarchive: add conditional dependency on zlib 2009-10-23 10:15:11 +02:00
libart libart: get rid of superfluous configure args 2009-10-27 21:52:32 +01:00
libatomic_ops Add libatomic_ops 1.2 needed by libdrm Intel support 2010-04-14 17:03:58 +02:00
libcap libcap: new package 2010-04-09 11:03:54 +02:00
libcgi libcgi: convert to the autotools infrastructure 2010-04-13 16:55:29 +02:00
libcgicc libcgicc: convert to the autotools infrastructure 2010-04-13 16:55:17 +02:00
libconfig package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libconfuse package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libcurl package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args 2010-03-22 14:29:00 +01:00
libdaemon host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
libdnet package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libdrm libdrm: enable/disable features according to driver selection 2010-04-14 17:04:47 +02:00
libelf libelf: bump version 2009-10-26 08:31:34 +01:00
liberation package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libevent libevent: only install event_rpcgen.py if python support is enabled 2009-09-19 21:31:57 +02:00
libeXosip2 libeXosip: do not re-run targets at every invocation of 'make' 2010-02-23 20:34:55 +01:00
libfloat deprecate libfloat, package is obsolete 2009-01-26 00:14:56 +00:00
libgcrypt libgcrypt: bump to 1.4.5 2010-03-29 13:43:56 +02:00
libglade host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
libglib2 libglib2: bump version 2010-03-16 16:30:00 +01:00
libglib12 buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libgpg-error buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libgtk2 libgtk2: get rid of old patches 2010-04-26 21:46:48 +02:00
libgtk12 buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libiconv package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libidn host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
liblockfile Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
libmicrohttpd libmicrohttpd: cleanup Config.in 2009-09-21 17:46:06 +02:00
libnl Revert "libnl: handle all installed libraries" 2009-10-26 19:15:11 +01:00
liboil get rid of broken nios2 support 2010-03-30 17:19:59 +02:00
libosip2 libosip2: convert to the autotools infrastructure 2010-04-13 16:55:13 +02:00
libpcap libpcap: fix wireless handling 2009-12-09 14:00:55 +01:00
libpng libpng: bump version 2010-03-18 16:42:21 +01:00
libraw1394 libraw1394: convert to the autotools infrastructure 2010-04-13 16:55:21 +02:00
librsync package: add librsync 2010-03-22 17:27:13 +01:00
libsexy libsexy: remove trailing newline from r24996 2009-01-26 06:30:59 +00:00
libsoup libsoup: remove --without-html-dir 2010-02-23 20:34:56 +01:00
libsysfs libsysfs: convert to the autotools infrastructure 2010-04-13 16:55:26 +02:00
libtool libtool: added LIBTOOLIZE variable to point on $(HOST_DIR)/usr/bin/libtoolize 2010-05-02 09:33:59 +02:00
libungif libungif: convert to autotools infrastructure 2009-12-30 14:05:46 +01:00
libupnp libupnp: needs largefile support in toolchain 2009-10-04 21:34:10 +02:00
libusb libusb: bump version, convert to autotools, add -compat lib 2010-04-06 21:55:14 +02:00
libusb-compat libusb: bump version, convert to autotools, add -compat lib 2010-04-06 21:55:14 +02:00
libxml2 libxml2: bump version 2010-03-29 17:42:12 +02:00
libxml-parser-perl libxml-parser-perl: new package 2010-02-23 20:33:44 +01:00
libxslt package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args 2010-03-22 14:29:00 +01:00
lighttpd package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args 2010-03-22 14:29:00 +01:00
links buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
linux-fusion Remove the "project" feature 2009-09-16 20:28:25 +02:00
lite
lm-sensors package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
lmbench Add lmbench 2010-03-23 23:07:30 +01:00
lockfile-progs package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
logrotate logrotate: use standard wchar comment 2010-04-02 12:40:32 +02:00
lrzsz buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
lsof package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
ltp-testsuite Remove the "project" feature 2009-09-16 20:28:25 +02:00
ltrace Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} 2010-04-11 06:01:08 +02:00
lua lua: fix pkgconfig installation 2010-05-02 23:22:45 +02:00
lvm2 lvm2: prevent dmsetup from being re-installed every time 2010-02-23 20:34:55 +01:00
lzma lzma: convert the host package to the autotools infrastructure 2010-04-09 11:03:56 +02:00
lzo lzo: convert to autotools infrastructure for host package 2009-12-15 19:57:38 +01:00
lzop lzop: new package 2009-04-09 09:46:54 +00:00
m4 m4: convert to autotools infrastructure for host package 2009-12-15 19:57:39 +01:00
make buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
makedevs makedevs: convert to a more normal way of building packages 2010-04-19 22:46:39 +02:00
matchbox Fix build of matchbox-keyboard and matchbox-wm 2010-05-01 22:11:41 +02:00
mdadm mdadm: update to 2.6.9 2010-03-22 23:57:34 +01:00
memstat memstat: bump to 0.8 and migrate to Makefile.package.in 2010-03-22 14:08:29 +01:00
memtester package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
metacity package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
microcom Remove BR2_PREFER_IMA 2010-04-11 05:59:59 +02:00
microperl package/microperl: fix build 2009-11-30 22:31:50 +01:00
microwin package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
midori host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
mii-diag package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
module-init-tools buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
modutils buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
mpfr gmp/mpfr: make sure host builds add source targets to HOST_SOURCE 2010-02-25 17:27:50 +01:00
mrouted package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
mtd mtd: Add missing 'mtdinfo' 2010-04-19 23:24:57 +02:00
multimedia alsa-utils: alsamixer needs WCHAR 2010-04-26 23:01:14 +02:00
mutt buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
mysql_client package: get rid of database subdir 2010-04-26 21:57:11 +02:00
nano package: get rid of editors subdir 2010-04-26 22:03:37 +02:00
nbd nbd: convert to Makefile.autotools.in format 2010-02-09 11:40:47 +01:00
ncftp ncftp: needs largefile support in toolchain 2009-10-03 22:01:08 +02:00
ncurses Create $(TARGET_DIR)/usr/lib when installing 2009-11-30 16:06:30 +01:00
neon neon: fix ssl option dependency 2009-12-23 13:40:56 +01:00
netcat package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
netkitbase package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
netkittelnet netkittelnet: fix typo introduced in 8d65822f9d 2009-11-23 13:48:35 +01:00
netperf Add new netperf package 2010-03-25 11:54:22 +01:00
netplug package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
netsnmp Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} 2010-04-11 06:01:08 +02:00
netstat-nat Bump netstat-nat to 1.4.10 2010-01-27 14:36:24 +01:00
newt newt: needs slang 2010-02-08 15:32:52 +01:00
nfs-utils buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
ng-spice-rework ng-spice-rework: needs X11 / libXaw support 2009-11-23 13:54:05 +01:00
ntfs-3g ntfs-3g: get rid of special target install handling 2009-10-07 10:16:31 +02:00
ntfsprogs ntfsprogs: new package 2009-08-01 23:17:48 +02:00
ntp buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
olsr olsr: rework on top of the generic infrastructure 2009-12-15 19:57:30 +01:00
openntpd openntpd: convert to Makefile.autotools.in format 2009-11-15 22:54:25 +01:00
openssh
openssl openssl: fix build without ipv6 support 2010-04-15 16:26:15 +02:00
openvpn Bump openvpn to 2.1.1 2010-01-20 11:10:32 +01:00
oprofile rename TOOL_BUILD_DIR to TOOLCHAIN_DIR 2009-09-23 09:15:27 +02:00
pango pango: re-enable thai module 2010-02-24 22:45:29 +01:00
patch patch: convert to the autotools infrastructure and bump version 2010-04-13 16:55:08 +02:00
pciutils pciutils: convert to the generic-tools infrastructure 2010-04-15 14:07:35 +02:00
pcmanfm host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
pcmcia package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
pcre Bump pcre to 7.9 2009-12-06 16:28:12 +01:00
php php: bump version 2010-03-31 10:44:45 +02:00
pixman pixman: bump version 2010-04-08 21:35:20 +02:00
pkg-config pkg-config: convert to autotools infrastructure for host package 2009-12-15 19:57:31 +01:00
popt package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
portage python: needs WCHAR support in toolchain 2010-04-19 14:38:45 +02:00
portmap package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
pppd Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} 2010-04-11 06:01:08 +02:00
pptp-linux Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} 2010-04-11 06:01:08 +02:00
procps package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
proftpd buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
psmisc package: get rid of redundant malloc related configure presets 2009-12-06 19:58:45 +01:00
python python: needs WCHAR support in toolchain 2010-04-19 14:38:45 +02:00
qt Guess build system and remove BR2_GNU_BUILD_SUFFIX 2010-04-11 21:10:33 +02:00
quagga Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
radvd radvd: bump version 2010-04-06 07:43:03 +02:00
rdesktop rdesktop: convert to Makefile.autotools.in format 2010-02-09 11:39:22 +01:00
readline readline: convert to autotools infrastructure 2010-01-28 22:31:27 +01:00
rp-pppoe Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} 2010-04-11 06:01:08 +02:00
rpm rpm: needs XML support in libneon 2010-01-18 15:14:18 +01:00
rsync Updates rsync source repository 2010-02-17 11:19:56 +01:00
ruby buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
rxvt buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
samba samba: bump version 2010-04-26 21:44:31 +02:00
sawman sawman: bump to 1.4.3 2010-01-28 17:12:36 +01:00
screen * Simplify the screen install, no versioned binaries, no symlink to versioned binary 2009-01-03 16:30:09 +00:00
sdl sdl: needs tslib to be compiled first when selected. 2010-01-26 13:17:43 +01:00
sdl_gfx sdl_gfx: new package 2009-07-18 11:30:12 +02:00
sdl_image SDL_image: fix runtime libjpeg failure 2009-11-23 23:05:23 +01:00
sdl_mixer buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
sdl_net sdl_net: rename back to SDL_net 2009-09-01 16:44:06 +02:00
sdl_sound Add SDL_sound package 2009-09-20 10:05:15 +02:00
sdl_ttf SDL_ttf needs freetype to be built and installed first. 2010-01-25 22:20:46 +01:00
sed Do not let packages remove man pages, info pages and documentation 2010-04-11 06:01:08 +02:00
ser2net ser2net: bump version 2010-01-28 16:30:37 +01:00
setserial setserial: convert to the autotools infrastructure 2010-04-13 16:55:03 +02:00
sfdisk sfdisk: fix build with !BR2_LARGEFILE 2009-11-23 15:10:53 +01:00
shared-mime-info shared-mime-info: do not depend on phony target in hook 2010-02-23 20:34:51 +01:00
slang package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
smartmontools smartmontools: convert to the autotools infrastructure 2010-04-13 16:55:04 +02:00
socat buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
spawn-fcgi Bump spawn-fcgi to 1.6.3 2009-11-22 20:42:14 +01:00
sqlite package: get rid of database subdir 2010-04-26 21:57:11 +02:00
squashfs squashfs: new package 2010-04-09 11:03:54 +02:00
squashfs3 squashfs3: new package 2010-04-09 12:21:00 +02:00
squid squid: don't use susv3 legacy functions 2010-03-24 09:00:57 +01:00
sshfs Add fuse-sshfs package 2009-12-08 09:53:37 +01:00
startup-notification package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
strace package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
stunnel buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
sudo buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
sylpheed sylpheed: add dependency on libgtk2 2010-02-24 22:45:29 +01:00
synergy synergy: needs C++ support 2009-10-27 22:12:33 +01:00
sysklogd sysklogd: needs largefile support 2009-11-23 16:31:35 +01:00
sysstat package: Add sysstat tools 2009-10-20 23:12:23 +02:00
sysvinit package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
tar tar: convert to the autotools infrastructure 2010-04-13 16:55:34 +02:00
tcl Bump TCL version and switch to the autotools infrastructure 2010-02-13 16:13:38 +01:00
tcpdump libpcap, tcpdump: bump version and autotoolify 2009-10-27 09:28:40 +01:00
tcpreplay add tcpreplay tool 2009-12-06 22:09:23 +01:00
tftpd buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
thttpd buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
tiff host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
tinyhttpd package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
tn5250 buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
torsmo torsmo: needs X11 support 2009-11-23 15:16:41 +01:00
tslib tslib: fix plugin linking 2010-05-01 22:55:23 +02:00
ttcp package/: convert to DOWNLOAD helper 2009-01-16 11:42:52 +00:00
udev udev: fix udev-volume-id staging install 2009-12-16 09:57:13 +01:00
udpcast udpcast: convert to the autotools infrastructure 2010-04-13 16:55:00 +02:00
uemacs package: get rid of editors subdir 2010-04-26 22:03:37 +02:00
usb_modeswitch usb_modeswitch: use GENTARGETS instead of AUTOTARGETS 2010-04-06 21:55:30 +02:00
usbmount package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
usbutils usbutils need libusb-compat 2010-04-21 16:02:29 +02:00
util-linux util-linux: fix kconfig typo 2009-10-30 00:20:17 +01:00
valgrind valgrind: fix build without largefile support 2009-10-03 22:15:04 +02:00
vim package: get rid of editors subdir 2010-04-26 22:03:37 +02:00
vpnc package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
vsftpd vsftpd: create .configured stamp file 2009-10-03 23:00:30 +02:00
vtun vtun: convert to the autotools infrastructure 2010-04-13 16:54:56 +02:00
webif
webkit webkit: mention build failure with old linuxthread toolchains 2010-02-23 20:34:57 +01:00
wget wget: needs WCHAR support in toolchain 2010-03-22 15:13:02 +01:00
which package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
wipe wipe: fix build without largefile support 2009-10-03 22:22:08 +02:00
wireless-tools package/: convert to DOWNLOAD helper 2009-01-16 11:42:52 +00:00
wpa_supplicant Bump wpa_supplicant to 0.6.10, enable nl80211 2010-01-20 11:08:14 +01:00
x11r7 Make Mesa3D optional for X11 2010-05-01 22:19:26 +02:00
x11vnc x11vnc: cleanup useless config options 2010-04-13 16:54:59 +02:00
xerces package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
xfsprogs xfsprogs: bump version 2009-12-22 08:51:43 +01:00
xstroke package/xstroke: needs X11 support 2009-11-23 11:19:42 +01:00
xvkbd package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
zlib zlib: enable compilation on the host 2010-02-23 20:08:11 +01:00
buildroot-libtool.patch
Config.in package: get rid of editors subdir 2010-04-26 22:03:37 +02:00
Makefile.autotools.in autotools: fix autoreconf check 2010-05-02 23:24:21 +02:00
Makefile.in external toolchains: take into account architecture variant 2010-04-17 02:09:38 +02:00
Makefile.package.in Do not remove documentation on a per-package basis 2010-04-11 06:01:08 +02:00