Martin Banky [Tue, 12 Oct 2010 22:17:54 +0000 (15:17 -0700)]
buildroot.html: html code clean-up and other issues - Part2
The current DocType declaration was incorrect. It is neither xhtml strict nor
xhtml transitional. So, instead of dealing with that issue, converted it to
validated Html5.
Fixed white-space errors.
Removed validator html4.01 code.
Color corrected the code sections.
Removed redundant or useless html code.
Changed foo to libfoo, for consistency.
Changed page bookmarking to use header id's.
Re-flowed paragraphs to line break at 80 characters.
Re-formatted the code sections for consistency and correctness.
Kept all list items, headings, and href's on a single line (where possible).
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Tue, 12 Oct 2010 22:17:53 +0000 (15:17 -0700)]
buildroot.html: html code clean-up and other issues - Part1
The current DocType declaration was incorrect. It is neither xhtml strict nor
xhtml transitional. So, instead of dealing with that issue, converted it to
validated Html5.
Fixed white-space errors.
Removed validator html4.01 code.
Color corrected the code sections.
Removed redundant or useless html code.
Changed foo to libfoo, for consistency.
Changed page bookmarking to use header id's.
Re-flowed paragraphs to line break at 80 characters.
Re-formatted the code sections for consistency and correctness.
Kept all list items, headings, and href's on a single line (where possible).
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Tue, 12 Oct 2010 22:17:52 +0000 (15:17 -0700)]
stylesheet.css: cleaned up css code
Fixed indents, and removed redundent specifers and trailing spaces.
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 19 Oct 2010 07:45:48 +0000 (09:45 +0200)]
wpa_supplicant: unbreak dbus support after 0.7.3 bump
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 18 Oct 2010 20:42:59 +0000 (22:42 +0200)]
alsa-lib: bump version
Fixes gst-plugins-base build issue.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 18 Oct 2010 15:36:01 +0000 (17:36 +0200)]
vsftpd: fix build when libcap is enabled
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Wed, 6 Oct 2010 17:34:47 +0000 (14:34 -0300)]
pppd: convert to gentargets, properly add radius support, fix l2tp for 2.6.35 headers
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Wed, 6 Oct 2010 17:35:20 +0000 (14:35 -0300)]
wpa_supplicant: bump to 0.7.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Wed, 6 Oct 2010 17:31:33 +0000 (14:31 -0300)]
hostapd: bump to 0.7.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Mon, 4 Oct 2010 14:44:51 +0000 (11:44 -0300)]
openssl: Bump to 1.0.0a
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Wed, 6 Oct 2010 17:23:17 +0000 (14:23 -0300)]
net-snmp: broken with parallel jobs
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 18 Oct 2010 07:01:00 +0000 (09:01 +0200)]
haserl: bump 0.9.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Sun, 17 Oct 2010 21:32:37 +0000 (23:32 +0200)]
Makefile: move KERNEL_ARCH from kernel-headers to here
Closes #2707
It's not only for kernel headers, and the kernel headers .mk file
isn't included for crosstool-ng toolchain, which broke linux/u-boot/..
builds.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Sun, 17 Oct 2010 20:47:32 +0000 (22:47 +0200)]
startup-notification: ensure cross-X11 headers/libs are used
And not the host ones.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Sun, 17 Oct 2010 18:53:49 +0000 (20:53 +0200)]
torsmo: use correct variable for HELP2MAN preset
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Mike Frysinger [Fri, 15 Oct 2010 21:11:19 +0000 (17:11 -0400)]
gitignore: add ..config.tmp
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger [Fri, 15 Oct 2010 21:01:08 +0000 (17:01 -0400)]
toolchain: do not require full path
If the toolchain can be found via $PATH, then requiring the full path to
it is unnecessary.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Peter Korsgaard [Sat, 16 Oct 2010 20:20:21 +0000 (22:20 +0200)]
mtd: bump version
For mkfs.jffs2 bugfix.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Fri, 15 Oct 2010 08:39:23 +0000 (10:39 +0200)]
mtd: fix big endian crc calculation
Taken from upstream git.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 20:25:07 +0000 (22:25 +0200)]
CHANGES: #2389 is resolved
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 19:40:47 +0000 (21:40 +0200)]
prboom: re-add big endian fixup
Seems I misread configure.ac, the endianness detection is only used when
not cross compiling.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 18:59:07 +0000 (20:59 +0200)]
xapp_xmore: needs libXaw
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 18:57:49 +0000 (20:57 +0200)]
xapp_xmore: remove double libXprintUtil dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 18:53:39 +0000 (20:53 +0200)]
ng-spice-rework: mark as deprecated
It hasn't been updated since it got added (in 2008), and it doesn't
build for me, so mark it as deprecated.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 18:49:28 +0000 (20:49 +0200)]
xapp_xcursorgen: bump version
Needed for libpng 1.4.x support.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 18:46:49 +0000 (20:46 +0200)]
xapp_xinput: needs libXi
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 18:42:28 +0000 (20:42 +0200)]
torsmo: fix build when help2man is available on host
help2man doesn't work when cross compiling, as it wants to run
./program --help, so ensure torsmo doesn't try to use it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 18:31:04 +0000 (20:31 +0200)]
prboom: fix png support
Ensure libpng gets built before prboom so configure finds it, and fix
build with libpng 1.4.x (NULL defines removed).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 14 Oct 2010 18:08:29 +0000 (20:08 +0200)]
prboom: bump version
Special big endian handling is no longer needed and X option is gone.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 13 Oct 2010 20:10:52 +0000 (22:10 +0200)]
toolchain-crosstool-ng: fix arch for powerpc
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 11 Oct 2010 12:24:25 +0000 (14:24 +0200)]
busybox: bump 1.17.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Wed, 23 Jun 2010 20:22:16 +0000 (17:22 -0300)]
package: Add rrdtool package
[Peter: use hook to remove examples]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 7 Oct 2010 14:00:41 +0000 (16:00 +0200)]
avahi: ensure locale data is installed into /usr/share, not /usr/lib
Otherwise it won't be found / target-localepurge won't remove it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 7 Oct 2010 13:55:08 +0000 (15:55 +0200)]
package: add gst-ffmpeg
ffmpeg plugin for gstreamer.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 7 Oct 2010 07:54:00 +0000 (09:54 +0200)]
ffmpeg: add options for postproc/swscale
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 15:30:52 +0000 (17:30 +0200)]
libmpeg2: fix Config.in indentation/typo
Thanks to Thomas for noticing.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 15:10:26 +0000 (17:10 +0200)]
directfb: cleanup, use autotarget variables right away
Purely cosmetical.
Structure package like the other autotarget packages, and use
DIRECTFB_{CONF_OPT,DEPENDENCIES} right away instead of a number
of extra variables.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 14:44:57 +0000 (16:44 +0200)]
directfb: bump version, unbreak png support
The recent libpng bump broke png support in directfb, as it relied
on the legacy 1.2 interface. Fix it by bumping the directfb version,
and at the same time ensure that configure finds our cross-libpng-config
rather than what the host version the user might have in the path.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 19 Sep 2010 02:53:30 +0000 (19:53 -0700)]
genext2fs: bump to 1.4.1
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 19 Sep 2010 02:53:39 +0000 (19:53 -0700)]
nano: bump to 2.2.5
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 09:48:58 +0000 (11:48 +0200)]
gst-plugins-ugle: add option for mpeg2dec support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 09:44:19 +0000 (11:44 +0200)]
package: add libmpeg2
libmpeg2 is a mpeg1/mpeg2 video decoder library.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 09:45:47 +0000 (11:45 +0200)]
imagemagick: fix s/IMAGEMAGISK/IMAGEMAGICK/ typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 08:18:48 +0000 (10:18 +0200)]
xapp_xbacklight: needs libXrandr/Xrender
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 08:03:44 +0000 (10:03 +0200)]
xapp_twm: needs libX11/Xext/Xt/Xmu
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 6 Oct 2010 07:45:12 +0000 (09:45 +0200)]
dropbear: really fix xauth tweak since
dbcec2b2
Commit
d5576fd2 tried to fix this, but introduced a new typo.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 5 Oct 2010 21:14:35 +0000 (23:14 +0200)]
busybox: 1.17.x.config: enable microcom applet
So we can get rid of the deprecated microcom package.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:19:58 +0000 (00:19 -0700)]
libpng: bump to 1.4.4
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 5 Oct 2010 11:24:23 +0000 (13:24 +0200)]
libintl: needs wchar like gettext
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 5 Oct 2010 10:08:55 +0000 (12:08 +0200)]
ipsec-tools: breaks with parallel builds
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 5 Oct 2010 10:06:52 +0000 (12:06 +0200)]
hdparm: needs largefile support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 4 Oct 2010 19:11:10 +0000 (21:11 +0200)]
imagemagick: remove fixed jpeg+tiff dependencies, add optional deps
For fontconfig/freetype/jpeg/libpng/librsvg/libxml2/tiff.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 5 Oct 2010 06:52:40 +0000 (08:52 +0200)]
package: add librsvg package
librsvg is a svg renderer.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sat, 2 Oct 2010 20:51:22 +0000 (13:51 -0700)]
imagemagick: convert to autotargets and bump to 6.6.4
program-transform-name='s,,,' is needed, otherwise configure defines it
as $(platform)-$(cpu)-. During install, all executables are prepended
with this variable.
[Peter: disable libtool patch, remove unneeded/wrong staging install cmd]
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 4 Oct 2010 09:51:09 +0000 (11:51 +0200)]
jpeg: remove lgpl header
Buildroot as a whole is under GPL, so lets not expand each .mk file with
legal matter. The git history nicely shows the origin of each file, and
after the conversion to autotargets there basically isn't anything
left of the original file anymore.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sat, 2 Oct 2010 20:51:21 +0000 (13:51 -0700)]
jpeg: bump to 8b
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 4 Oct 2010 09:44:08 +0000 (11:44 +0200)]
scripts: get rid of outdated buildall script
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 4 Oct 2010 09:41:20 +0000 (11:41 +0200)]
package: get rid of ".. has no inherent support for AVR32" comments
These are probaly out of date by now, and lack of special handling for
avr32 doesn't mean that a package won't work on avr32, so remove them.
Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}'
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sat, 2 Oct 2010 22:06:24 +0000 (15:06 -0700)]
libeXosip2: convert to autotargets and bump to 3.3.0
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sat, 2 Oct 2010 22:06:23 +0000 (15:06 -0700)]
libosip2: change site location and bump to 3.3.0
Change the site location to debian mirror to get the latest debian patches.
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Paulius Zaleckas [Tue, 28 Sep 2010 11:52:15 +0000 (14:52 +0300)]
xterm: should select libXaw and bump to latest version
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Mon, 6 Sep 2010 19:08:47 +0000 (16:08 -0300)]
lighttpd: bump version
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Thu, 30 Sep 2010 12:46:13 +0000 (09:46 -0300)]
iw: bump version
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 4 Oct 2010 07:04:34 +0000 (09:04 +0200)]
toolchain/gcc: bump 4.4.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Sat, 2 Oct 2010 12:35:53 +0000 (14:35 +0200)]
kernel-headers: bump 2.6.32.x stable version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Fri, 1 Oct 2010 14:41:05 +0000 (16:41 +0200)]
toolchain/gdb: fix WCHAR typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Yann E. MORIN [Sun, 19 Sep 2010 19:54:09 +0000 (21:54 +0200)]
toolchain: add new toolchain backend: crosstool-NG
[Peter: indent Config.in, shuffle make targets around]
Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 30 Sep 2010 21:09:39 +0000 (23:09 +0200)]
sed: get rid of host-sed variant
And all the infrastructure surrounding it. A broken sed implementation
is quite rare nowadays, as seen by the fact that the current host-sed
support has been broken for a while, so just get rid of it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Yann E. MORIN [Mon, 20 Sep 2010 21:26:09 +0000 (23:26 +0200)]
package/tcl: fix for POSIX compliance
Using two '=' for string comparison is a bashism.
Revert to using one, as stated in POSIX 1003.1-2008.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Yann E. MORIN [Mon, 20 Sep 2010 21:26:08 +0000 (23:26 +0200)]
scripts: fix for POSIX compliance
Using two '=' for string comparison is a bashism.
Revert to using one, as stated in POSIX 1003.1-2008.
Of the three affected scripts, two are explicitly called vi #!/bin/bash.
Those two do not _need_ the fix, but gets it nonetheless, in case we
later switch to a POSIX-compliant shell for those scripts.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Yann E. MORIN [Mon, 20 Sep 2010 21:26:07 +0000 (23:26 +0200)]
skeleton: fix atstk1005, ststk100x and atngw100 for POSIX compliance
Using two '=' for string comparison is a bashism.
Revert to using one, as stated in POSIX 1003.1-2008.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Yann E. MORIN [Mon, 20 Sep 2010 21:26:06 +0000 (23:26 +0200)]
toolchain: fix helpers for POSIX compliance
Using two '=' for string comparison is a bashism.
Revert to using one, as stated in POSIX 1003.1-2008.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias [Thu, 30 Sep 2010 19:50:04 +0000 (21:50 +0200)]
quagga: bump version, fix conflicting options, enhance help
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 30 Sep 2010 12:44:14 +0000 (14:44 +0200)]
CHANGES: alpha/cris/ia64/sparc64 support removed
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Thu, 30 Sep 2010 12:41:38 +0000 (14:41 +0200)]
Merge branch 'for-2010.11/remove-deprecated-arch' of git://git.busybox.net/~tpetazzoni/git/buildroot
Yann E. MORIN [Tue, 28 Sep 2010 21:50:58 +0000 (23:50 +0200)]
Makefile: Force make to run serially in the top-level Makefile
The top-level Makefile can be executed in parallel, as it causes problems.
We can force make to be not parallel.
It's been reported many times, and recent discussions on IRC with kos_tom,
and user nick-named knee, led to this patch.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:13:57 +0000 (00:13 -0700)]
cvs: convert to autotargets
[Peter: no strip, remove _BINARY vars]
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:13:52 +0000 (00:13 -0700)]
acpid: convert to gentargets and bump to 2.0.6
Also, added acpi_listen to the target. It was being stripped, but not
copied.
acpi_listen is a simple shell-friendly tool which connects to acpid and
listens for events. When an event occurs, acpi_listen will print it on
stdout.
[Peter: no strip, install/remove man pages, add uninstall]
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 29 Sep 2010 20:40:31 +0000 (22:40 +0200)]
lockfile-progs: cleanup install/uninstall
Install/uninstall all programs (including mail-*), and use install -D
to copy to target.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:14:08 +0000 (00:14 -0700)]
lockfile-progs: convert to gentargets and bump to 0.1.15
[Peter: no strip, remove unused _BINARY var]
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:14:06 +0000 (00:14 -0700)]
liberation: convert to gentargets and bump to 1.06.0.
20100721
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:14:02 +0000 (00:14 -0700)]
gadgets-test: convert to gentargets
[Peter: fix aio dependency, add uninstall]
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:14:01 +0000 (00:14 -0700)]
fconfig: convert to gentargets and bump to
20080329
[Peter: no strip, remove _BINARY vars, add homepage URL]
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 29 Sep 2010 19:04:57 +0000 (21:04 +0200)]
libdaemon; bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 29 Sep 2010 12:47:04 +0000 (14:47 +0200)]
dosfstools: needs largefile support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Wed, 29 Sep 2010 10:36:07 +0000 (12:36 +0200)]
Merge branch 'for-2010.11/kernel-image-formats' of git://git.busybox.net/~tpetazzoni/git/buildroot
Thomas Petazzoni [Tue, 7 Sep 2010 13:08:07 +0000 (15:08 +0200)]
linux: fix uImage location on AVR32
On most architectures, the kernel image can be found in
arch/<ARCH>/boot, but on AVR32, it's in arch/<ARCH>/boot/images.
Issue initially reported by Joachim Pihl
<joachim.pihl@sensordevelopments.com>.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni [Wed, 1 Sep 2010 13:26:24 +0000 (15:26 +0200)]
linux: restrict output image formats to the appropriate arches
Some Linux kernel output image formats are available on some archs,
some not. For example 'uImage' is not supported on MIPS, so let's
prevent the user from making this selection.
Issue initially reported by Choi, David <David.Choi@Micrel.Com>.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor Yefremov [Tue, 28 Sep 2010 12:28:55 +0000 (14:28 +0200)]
fix buildroot.html typos
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 28 Sep 2010 12:43:25 +0000 (14:43 +0200)]
barebox/u-boot/linux: don't error out on missing config when make source
As it breaks 'make allyesconfig; make source', used for the source mirror.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 28 Sep 2010 12:03:51 +0000 (14:03 +0200)]
docs/news.html: typo, fix Thomas' family name
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 28 Sep 2010 10:06:31 +0000 (12:06 +0200)]
news.html: Announce developer day in Cambridge, UK
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Tue, 28 Sep 2010 07:22:19 +0000 (09:22 +0200)]
dropbear: fix xauth tweak since
dbcec2b2
The recent conversion to new-style hooks didn't actually enable the
xauth tweaking. Also rename to FIX_XAUTH as it just tweaks the path,
it doesn't disable anything.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:14:04 +0000 (00:14 -0700)]
hdparm: convert to gentargets and bump to 9.32
[Peter: remove stripping, get rid of _BINARY variables]
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 27 Sep 2010 21:14:31 +0000 (23:14 +0200)]
lm-sensors: full install, install into staging, make bins configurable
Use make install to install so we get libraries and man pages if enabled,
install into staging so other programs can find libsensors and add kconfig
options for each of the available programs.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Martin Banky [Sun, 26 Sep 2010 07:14:07 +0000 (00:14 -0700)]
lm-sensors: convert to gentargets and bump to 3.1.2
[Peter: remove stripping]
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 27 Sep 2010 20:26:15 +0000 (22:26 +0200)]
docs/buildroot.html: document Makefile wrapper in output dir
For out-of-tree builds.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 27 Sep 2010 20:19:37 +0000 (22:19 +0200)]
docs/buildroot.html: minor tweaks
- We have gconfig as well nowadays
- Variables like BUILDROOT_DL_DIR can also be set permanently in the
environment, and not just passed to make every time.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 27 Sep 2010 20:08:39 +0000 (22:08 +0200)]
CHANGES: update with recent development
Add changes from no-install-strip branch and add #2563.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard [Mon, 27 Sep 2010 16:08:51 +0000 (18:08 +0200)]
Merge branch 'for-2010.11/no-install-strip' of git://git.busybox.net/~tpetazzoni/git/buildroot