Peter Korsgaard [Sun, 24 Aug 2008 07:48:15 +0000 (07:48 -0000)]
libxml2: enable ipv6 support if enabled in buildroot
Ulf Samuelsson [Sat, 23 Aug 2008 20:45:42 +0000 (20:45 -0000)]
Update AT91 patches to latest Linux
Ulf Samuelsson [Sat, 23 Aug 2008 20:25:29 +0000 (20:25 -0000)]
Add configurations for current linux versions
Peter Korsgaard [Sat, 23 Aug 2008 13:08:37 +0000 (13:08 -0000)]
libxml2: use install-strip instead of install-exec for target install
Use install-strip so binaries gets stripped and man pages / header files
gets installed.
Peter Korsgaard [Sat, 23 Aug 2008 13:08:34 +0000 (13:08 -0000)]
libxml2: cleanup configure args
Peter Korsgaard [Sat, 23 Aug 2008 13:08:31 +0000 (13:08 -0000)]
libxml2: point to homepage instead of ftp site in help
Peter Korsgaard [Sat, 23 Aug 2008 13:08:28 +0000 (13:08 -0000)]
libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS option
Peter Korsgaard [Fri, 22 Aug 2008 14:42:00 +0000 (14:42 -0000)]
openchrome: fix install
Closes #4674.
Peter Korsgaard [Fri, 22 Aug 2008 14:24:53 +0000 (14:24 -0000)]
xorg: depend on WCHAR and LOCALE
Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless
this is enabled in the toolchain.
We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE
because of a strange recursion error with dbus, but now we atleast
inform the user what to do to get a working configuration.
The real solution is ofcause of fix xorg, but that's for another day.
Peter Korsgaard [Fri, 22 Aug 2008 14:24:51 +0000 (14:24 -0000)]
package: don't hide xorg/tinyx selection
Hiding xorg/tinyx selections until the user unselects "none" seems quite
unintuitive.
Peter Korsgaard [Fri, 22 Aug 2008 14:01:56 +0000 (14:01 -0000)]
Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling
Patch by Wade Berrier.
Peter Korsgaard [Fri, 22 Aug 2008 13:59:06 +0000 (13:59 -0000)]
gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs
Patch by Wade Berrier.
Peter Korsgaard [Thu, 21 Aug 2008 14:51:14 +0000 (14:51 -0000)]
sqlite: bump version
Peter Korsgaard [Thu, 21 Aug 2008 13:10:27 +0000 (13:10 -0000)]
ace_of_penguins: remove redundant configure settings
Reported by Hartleys.
Peter Korsgaard [Thu, 21 Aug 2008 05:08:53 +0000 (05:08 -0000)]
busybox: add 1.12.x and make it default
Peter Korsgaard [Wed, 20 Aug 2008 20:04:18 +0000 (20:04 -0000)]
u-boot: bump version
Peter Korsgaard [Wed, 20 Aug 2008 20:04:14 +0000 (20:04 -0000)]
u-boot: fix broken insert_define in Makefile
Patch by Markus Heidelberg <markus.heidelberg@web.de>
Peter Korsgaard [Wed, 20 Aug 2008 20:04:11 +0000 (20:04 -0000)]
u-boot: fix wrong syntax in Makefile
Patch by Markus Heidelberg <markus.heidelberg@web.de>
Some $(call insert_define, ..., ...) calls were lacking the comma after
the variable. That didn't lead to a syntax error but it didn't have any
effect on the output u-boot/include/config.h
Peter Korsgaard [Wed, 20 Aug 2008 14:28:58 +0000 (14:28 -0000)]
lzo: bump version and update to Makefile.autotools.in format
Bump LZO version and update makefile - tested with latest mtdutils.
Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
Peter Korsgaard [Wed, 20 Aug 2008 14:15:15 +0000 (14:15 -0000)]
rsync: bump version
Peter Korsgaard [Wed, 20 Aug 2008 14:15:10 +0000 (14:15 -0000)]
rsync: convert to Makefile.autotools.in format
Peter Korsgaard [Tue, 19 Aug 2008 15:01:36 +0000 (15:01 -0000)]
kernel-headers: rename aout patch so it gets applied to 2.6.25.15
Needed by valgrind.
Peter Korsgaard [Tue, 19 Aug 2008 15:01:33 +0000 (15:01 -0000)]
kernel-headers: bump 2.6.25.x / 2.6.26.x versions
Peter Korsgaard [Tue, 19 Aug 2008 09:40:23 +0000 (09:40 -0000)]
haserl: bump 0.9.x version
Peter Korsgaard [Tue, 19 Aug 2008 09:40:20 +0000 (09:40 -0000)]
haserl: don't install unneeded examples for 0.8.0 to target
Peter Korsgaard [Tue, 19 Aug 2008 09:40:18 +0000 (09:40 -0000)]
ifplugd: add missing newline
Peter Korsgaard [Sun, 17 Aug 2008 13:46:46 +0000 (13:46 -0000)]
speex: also compile static libraries
Peter Korsgaard [Sun, 17 Aug 2008 13:46:42 +0000 (13:46 -0000)]
speex: automate selection of arm specific optimizations
ARM version info according to wikipedia, hopefully I got it all correct.
Peter Korsgaard [Sun, 17 Aug 2008 13:20:31 +0000 (13:20 -0000)]
speex: fix target install
Use install-strip and clean up documentation files instead of
install-exec so files get stripped and manpages installed if
requested.
Peter Korsgaard [Sun, 17 Aug 2008 13:20:28 +0000 (13:20 -0000)]
speex: select libogg
Speex depends on libogg, so make it visible in Kconfig
Peter Korsgaard [Sun, 17 Aug 2008 13:20:25 +0000 (13:20 -0000)]
speex: convert to Makefile.autotools.in and bump version to 1.2rc1
Patch by Malek <souf_oued@yahoo.fr>
Peter Korsgaard [Sat, 16 Aug 2008 19:36:36 +0000 (19:36 -0000)]
pcre: fix target install
Use install-strip and clean up documentation files instead of
install-exec so files get stripped and manpages installed if
requested.
Peter Korsgaard [Sat, 16 Aug 2008 19:13:53 +0000 (19:13 -0000)]
fontconfig: remove redundant configure args
Patch by antialize / bug #4524.
Peter Korsgaard [Sat, 16 Aug 2008 12:32:57 +0000 (12:32 -0000)]
pcre: bump version
Peter Korsgaard [Sat, 16 Aug 2008 12:32:54 +0000 (12:32 -0000)]
pcre: fix compilation when C++ support is disabled
pcre will use host g++ is no cross g++ is available, so explicitly disable
c++ support in pcre if it isn't enabled in buildroot instead.
Peter Korsgaard [Sat, 16 Aug 2008 11:59:59 +0000 (11:59 -0000)]
pcre: add homepage to description
Peter Korsgaard [Sat, 16 Aug 2008 11:59:56 +0000 (11:59 -0000)]
Makefile.autotools.in: add missing continuation for PKG_CONF_OPT
The silent support added in r23041 was missing a shell continuation character
breaking PKG_CONF_OPT support - Fixed.
Peter Korsgaard [Thu, 14 Aug 2008 06:52:15 +0000 (06:52 -0000)]
target/device: enable uclibc globbing support
Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific
uclibc configs. Fixes globbing issue reported on the uclibc list.
Peter Korsgaard [Fri, 8 Aug 2008 18:15:29 +0000 (18:15 -0000)]
dnsmasq: bump version
fixes dns spoofing vulnerability.
Peter Korsgaard [Wed, 6 Aug 2008 12:56:31 +0000 (12:56 -0000)]
busybox: fix missing dependencies in unpacked and config rules
Aadds dependency to host-sed and $(PROJECT_BUILD_DIR) when running
make busybox-config and busybox-unpacked.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Peter Korsgaard [Wed, 6 Aug 2008 06:37:21 +0000 (06:37 -0000)]
busybox: additional 1.11.1 patches
Peter Korsgaard [Mon, 4 Aug 2008 19:08:48 +0000 (19:08 -0000)]
Makefile.autotools.in: remove extra newlines in MESSAGE macro
Peter Korsgaard [Mon, 4 Aug 2008 19:08:45 +0000 (19:08 -0000)]
Makefile.autotools.in: quiet configure on silent (-s) builds
Use --quiet configure argument when make is invoked with the -s (silent)
option.
Peter Korsgaard [Mon, 4 Aug 2008 19:08:41 +0000 (19:08 -0000)]
i2c-tools: cleanup clean target
Peter Korsgaard [Mon, 4 Aug 2008 19:08:38 +0000 (19:08 -0000)]
haserl: convert to Makefile.autotools.in format
Peter Korsgaard [Mon, 4 Aug 2008 19:08:35 +0000 (19:08 -0000)]
Makefile.autotools.in: fix patch dir for version specific subdir
Peter Korsgaard [Mon, 4 Aug 2008 19:08:26 +0000 (19:08 -0000)]
ethtool: don't specify STRIPPROG
The correct strip program gets picked up at configure time, so no need to
specify it at target install time.
Peter Korsgaard [Mon, 4 Aug 2008 19:08:21 +0000 (19:08 -0000)]
lua: select readline / ncurses
Peter Korsgaard [Mon, 4 Aug 2008 19:08:15 +0000 (19:08 -0000)]
avahi: select expat
Peter Korsgaard [Mon, 4 Aug 2008 19:08:12 +0000 (19:08 -0000)]
vpnc: select libgcrypt / libgpg_error
Peter Korsgaard [Mon, 4 Aug 2008 19:08:09 +0000 (19:08 -0000)]
argus: select libpcap
Peter Korsgaard [Mon, 4 Aug 2008 19:08:06 +0000 (19:08 -0000)]
ccache: expand help text
Peter Korsgaard [Mon, 4 Aug 2008 19:08:04 +0000 (19:08 -0000)]
ccache: cleanup configure args and respect BR2_HAVE_MANPAGES
Peter Korsgaard [Mon, 4 Aug 2008 19:08:01 +0000 (19:08 -0000)]
ccache: also remove target symlinks on clean
Peter Korsgaard [Mon, 4 Aug 2008 19:07:58 +0000 (19:07 -0000)]
ccache: cleanup config
Peter Korsgaard [Mon, 4 Aug 2008 19:07:51 +0000 (19:07 -0000)]
package: add package managers sub menu
Peter Korsgaard [Mon, 4 Aug 2008 19:07:48 +0000 (19:07 -0000)]
ltrace: expand help text
Peter Korsgaard [Mon, 4 Aug 2008 19:07:45 +0000 (19:07 -0000)]
ethtool: convert to Makefile.autotools.in format
Peter Korsgaard [Mon, 4 Aug 2008 19:07:41 +0000 (19:07 -0000)]
strace: convert to makefile.autotools.in format
Peter Korsgaard [Mon, 4 Aug 2008 19:07:38 +0000 (19:07 -0000)]
strace: also remove from target-utils on clean
Peter Korsgaard [Mon, 4 Aug 2008 19:07:36 +0000 (19:07 -0000)]
package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotations
Peter Korsgaard [Mon, 4 Aug 2008 19:07:33 +0000 (19:07 -0000)]
uClibc-0.9.29: remove double ARM subarch selection from defconfig
uclibc.mk unconditionally adds the ARM subarch config entries to the
config so remove them from the defconfig.
Peter Korsgaard [Mon, 4 Aug 2008 19:07:29 +0000 (19:07 -0000)]
dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Peter Korsgaard [Mon, 4 Aug 2008 19:07:26 +0000 (19:07 -0000)]
kernel-headers: remove ancient versions
Peter Korsgaard [Mon, 4 Aug 2008 19:07:24 +0000 (19:07 -0000)]
kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recent
Peter Korsgaard [Mon, 4 Aug 2008 19:07:21 +0000 (19:07 -0000)]
kernel-headers: add 2.6.26.x
Peter Korsgaard [Mon, 4 Aug 2008 19:07:18 +0000 (19:07 -0000)]
package: global largefile CFLAGS handling
Peter Korsgaard [Mon, 4 Aug 2008 19:07:05 +0000 (19:07 -0000)]
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
Peter Korsgaard [Mon, 4 Aug 2008 19:06:19 +0000 (19:06 -0000)]
busybox: default HIDE_OTHERS to y for all versions
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
by default for the snapshot version.
Peter Korsgaard [Mon, 4 Aug 2008 19:06:10 +0000 (19:06 -0000)]
strace: fix LARGEFILE typo
Patch by Claus Klein.
Peter Korsgaard [Mon, 4 Aug 2008 19:04:05 +0000 (19:04 -0000)]
sed: fix CPPFLAGS typo
Patch by Claus Klein.
Peter Korsgaard [Thu, 24 Jul 2008 13:38:39 +0000 (13:38 -0000)]
Makefile.autotools.in: fix make source-check/external-deps differently
The MAKELEVEL test is not that robust; It fails with the recent log
support or if buildroot is driven from an external Makefile.
Rework it to instead detect source-check/external-deps by the fact that
they set SPIDER.
Peter Korsgaard [Wed, 23 Jul 2008 12:08:53 +0000 (12:08 -0000)]
grep: make locale handling less verbose
As suggested by Bernhard.
Peter Korsgaard [Wed, 23 Jul 2008 10:35:59 +0000 (10:35 -0000)]
grep: cleanup configure args
Peter Korsgaard [Wed, 23 Jul 2008 10:35:56 +0000 (10:35 -0000)]
grep: fix target install and clean
Peter Korsgaard [Wed, 23 Jul 2008 10:35:53 +0000 (10:35 -0000)]
grep: gettext/libintl is only required if locale is enabled
Peter Korsgaard [Wed, 23 Jul 2008 10:35:50 +0000 (10:35 -0000)]
gettext: also remove from staging on -clean
Peter Korsgaard [Wed, 23 Jul 2008 06:01:50 +0000 (06:01 -0000)]
busybox: additional 1.11.1 fix
Peter Korsgaard [Tue, 22 Jul 2008 19:47:41 +0000 (19:47 -0000)]
vsftp: enable and fix linking
Patch by Wade Berrier.
It still errors out on sysdeputil.c for me, but this is no worse than
it was before, so committing.
Peter Korsgaard [Tue, 22 Jul 2008 14:11:01 +0000 (14:11 -0000)]
which: convert to Makefile.autotools.in format
Peter Korsgaard [Tue, 22 Jul 2008 13:59:42 +0000 (13:59 -0000)]
which: install into /usr/bin
Peter Korsgaard [Tue, 22 Jul 2008 13:59:39 +0000 (13:59 -0000)]
which: strip target binary
Peter Korsgaard [Tue, 22 Jul 2008 13:59:35 +0000 (13:59 -0000)]
which: needs readline
Patch by Wade Berrier.
Peter Korsgaard [Tue, 22 Jul 2008 11:19:07 +0000 (11:19 -0000)]
busybox: 1.11.1 patches
Peter Korsgaard [Mon, 21 Jul 2008 08:53:18 +0000 (08:53 -0000)]
sdl_mixer: run CONFIG_UPDATE on correct directory
The Makefile tried to update config.guess and config.sub in the wrong
directories, this patch updates the correct scripts making it possible to
compile on new systems.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Peter Korsgaard [Thu, 17 Jul 2008 20:01:44 +0000 (20:01 -0000)]
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Peter Korsgaard [Thu, 17 Jul 2008 13:25:35 +0000 (13:25 -0000)]
fuse: fix target install
Also copy libfuse.so symlink so fuse target isn't considered out of date
Peter Korsgaard [Thu, 17 Jul 2008 13:20:37 +0000 (13:20 -0000)]
freetype: fix target install and clean / dirclean
- target install didn't strip library
- clean didn't uninstall from staging / target
- dirclean target missing
Peter Korsgaard [Thu, 17 Jul 2008 13:20:23 +0000 (13:20 -0000)]
sqlite: fix target install and clean
- install -D isn't a good idea for symlinks as it replaces them with the
target files, leading to 3 copies of libsqlite.
- clean was missing include and pkgconfig files
Peter Korsgaard [Thu, 17 Jul 2008 13:20:05 +0000 (13:20 -0000)]
package: sdl_image package
Based on patch by artemys. Closes #4194
Peter Korsgaard [Thu, 17 Jul 2008 13:19:54 +0000 (13:19 -0000)]
zlib: cleanup and fix -clean target
Peter Korsgaard [Thu, 17 Jul 2008 13:19:42 +0000 (13:19 -0000)]
tiff: zlib and jpeg are needed at configure time
Peter Korsgaard [Thu, 17 Jul 2008 13:19:33 +0000 (13:19 -0000)]
tiff: cleanup and fix -clean target
Peter Korsgaard [Thu, 17 Jul 2008 09:55:27 +0000 (09:55 -0000)]
sdl_mixer: fix sdl dependency
Peter Korsgaard [Thu, 17 Jul 2008 09:55:23 +0000 (09:55 -0000)]
sdl_ttf: fix sdl dependency
Patch by artemys - Closes #4164.
Peter Korsgaard [Wed, 16 Jul 2008 14:37:43 +0000 (14:37 -0000)]
sdl_ttf: needs freetype
Update help text while we're at it.
Based on patch by artemys. Closes #4154.
Peter Korsgaard [Sun, 13 Jul 2008 06:32:58 +0000 (06:32 -0000)]
linux-advanced: add linux26-force like in the simple linux makefile
Patch by Brian Beattie.
Peter Korsgaard [Fri, 11 Jul 2008 22:19:21 +0000 (22:19 -0000)]
busybox: bump 1.11.x version
Peter Korsgaard [Fri, 11 Jul 2008 13:43:59 +0000 (13:43 -0000)]
package/Makefile.in: cleanup MAKE/MAKE1
The extra stuff doesn't seem to be needed, so lets just get rid of it.
Peter Korsgaard [Fri, 11 Jul 2008 13:43:56 +0000 (13:43 -0000)]
fuse: re-add missing --program-prefix
--program-prefix got errorously removed in the recent cleanup work.