Peter Korsgaard [Thu, 22 Jan 2009 10:04:30 +0000 (10:04 -0000)]
toolchain/gcc: fix target-gcc for 4.3.x
Includes are in include-fixed and GCC_LIB_SUBDIR needs to be set like for
the rest of 4.x
Daniel Laird [Thu, 22 Jan 2009 08:09:53 +0000 (08:09 -0000)]
package/multimedia/gst-plugins-good/Config.in
Use select instead of depends on as it makes clear what people
need rather than hiding options based on choices they dont
know they need to make.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Ulf Samuelsson [Thu, 22 Jan 2009 07:53:24 +0000 (07:53 -0000)]
Add simple way to enable most (but not all) targets for testing purposes
Ulf Samuelsson [Thu, 22 Jan 2009 07:51:28 +0000 (07:51 -0000)]
Make sure ln command does not break if link exist
Ulf Samuelsson [Thu, 22 Jan 2009 07:39:12 +0000 (07:39 -0000)]
Fix AVR32 u.boot build bug
Peter Korsgaard [Wed, 21 Jan 2009 20:45:10 +0000 (20:45 -0000)]
libconfuse: fix build by removing -Werror flag
Peter Korsgaard [Wed, 21 Jan 2009 20:31:47 +0000 (20:31 -0000)]
openssl: fix build without largefile support
Peter Korsgaard [Wed, 21 Jan 2009 19:20:13 +0000 (19:20 -0000)]
directfb: fix compilation error on ppc (linux/config.h is long gone)
Peter Korsgaard [Wed, 21 Jan 2009 19:20:08 +0000 (19:20 -0000)]
directfb: bump version and convert to Makefile.autotools.in format
Patch by Sven Neumann <s.neumann@phase-zero.de>
Peter Korsgaard [Wed, 21 Jan 2009 15:49:17 +0000 (15:49 -0000)]
directfb: tarball moved to Old/
Peter Korsgaard [Wed, 21 Jan 2009 15:49:06 +0000 (15:49 -0000)]
u-boot: unbreak target tools
Got broken by r24697.
Daniel Laird [Wed, 21 Jan 2009 13:33:21 +0000 (13:33 -0000)]
package/multimedia/gst-plugins-good/gst-plugins-good.mk
package/multimedia/gst-plugins-good/Config.in
gst-plugins-good does not build unless some package dependencies are forced.
This patch allows you to turn off some of the plugins with these dependencies and hides
others that require some packages (like PNG/JPEG)
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Ulf Samuelsson [Wed, 21 Jan 2009 07:09:41 +0000 (07:09 -0000)]
Remove reference to query_modules in oprofile, does not exist in linux-2.6. oprofile now builds for ARM
Ulf Samuelsson [Wed, 21 Jan 2009 00:27:11 +0000 (00:27 -0000)]
add patch form cgicc'upstream, build now completes\!
Ulf Samuelsson [Wed, 21 Jan 2009 00:21:43 +0000 (00:21 -0000)]
include string.h when building cgicc, add libcgicc-unpacked, and clean up libcgicc.mk - still does not build OK
Ulf Samuelsson [Wed, 21 Jan 2009 00:17:03 +0000 (00:17 -0000)]
add kismet-unpacked target, fix lack of include for memset etc.
Ulf Samuelsson [Tue, 20 Jan 2009 22:38:39 +0000 (22:38 -0000)]
Fix circular dependency
Ulf Samuelsson [Tue, 20 Jan 2009 22:25:55 +0000 (22:25 -0000)]
Make libbz2.so point at libbz2.so.1.0.4 in /usr/lib (correct) instead of in /lib
Ulf Samuelsson [Tue, 20 Jan 2009 21:34:46 +0000 (21:34 -0000)]
Bump xerces-c to latest stable, ARM build now completes
Ulf Samuelsson [Tue, 20 Jan 2009 21:33:57 +0000 (21:33 -0000)]
Bump lzma to latest stable, ARM build now completes
Ulf Samuelsson [Tue, 20 Jan 2009 21:32:43 +0000 (21:32 -0000)]
Libraries for dbus-glib are in /usr/lib, depend on expat
Peter Korsgaard [Tue, 20 Jan 2009 20:06:36 +0000 (20:06 -0000)]
mtd/mtd-utils: mkfs.jffs2: fix device_table handling
Peter Korsgaard [Tue, 20 Jan 2009 19:26:54 +0000 (19:26 -0000)]
busybox: 1.13.2 tar fix
Peter Korsgaard [Tue, 20 Jan 2009 14:17:58 +0000 (14:17 -0000)]
mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as well
The host stuff seems pretty broken though as we don't build a host version
of liblzo.
Peter Korsgaard [Tue, 20 Jan 2009 09:29:50 +0000 (09:29 -0000)]
mplayer: fix non-largefile build
Peter Korsgaard [Tue, 20 Jan 2009 09:12:06 +0000 (09:12 -0000)]
mplayer: fix configure for powerpc-linux
Peter Korsgaard [Tue, 20 Jan 2009 09:11:57 +0000 (09:11 -0000)]
mplayer: force cross-compile mode
Peter Korsgaard [Tue, 20 Jan 2009 08:51:15 +0000 (08:51 -0000)]
libmad: unbreak build with gcc-4.3.x
libmad used the long deprecated -fforce-mem gcc flag, which no longer is
recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
Ulf Samuelsson [Tue, 20 Jan 2009 08:11:26 +0000 (08:11 -0000)]
U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty string is not allowed
Hans-Christian Egtvedt [Tue, 20 Jan 2009 06:17:12 +0000 (06:17 -0000)]
mplayer: add patch to fix compilation against alsa-lib 1.0.18
This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a
grab of the change from mplayer repository. It also refreshes the other patches
so they apply clean.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Ulf Samuelsson [Mon, 19 Jan 2009 22:42:03 +0000 (22:42 -0000)]
Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 patches if using an at91
Ulf Samuelsson [Mon, 19 Jan 2009 21:27:04 +0000 (21:27 -0000)]
Fix some bugs in advanced linux configuration, remove some arbitrary combinations of major/minor directly supported, general cleanup
Peter Korsgaard [Mon, 19 Jan 2009 12:34:38 +0000 (12:34 -0000)]
busybox: 1.13.2 depmod fix
Peter Korsgaard [Mon, 19 Jan 2009 12:34:33 +0000 (12:34 -0000)]
toolchain/kernel-headers: bump 2.6.27 / 2.6.28 versions
Peter Korsgaard [Mon, 19 Jan 2009 09:18:46 +0000 (09:18 -0000)]
toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCs
gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure
fails to detect that, breaking the build.
Work around it by detecting the host gcc version (and store in HOSTCC_VERSION)
and set the proper configure variables for gcc < 4.2.0.
Peter Korsgaard [Sun, 18 Jan 2009 14:22:30 +0000 (14:22 -0000)]
lsof, m4: use variables from BR instead of uclibc
UCLIB_HAS_.* is not defined in Buildroot space, so the conditions always
evaluate to the same result. Use appropriate Buildroot variables.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter Korsgaard [Sun, 18 Jan 2009 14:20:18 +0000 (14:20 -0000)]
Kconfig: remove 'default n' and 'default no' (see r22874)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Ulf Samuelsson [Sun, 18 Jan 2009 10:57:23 +0000 (10:57 -0000)]
Cleanup libgtk2, and prepare for 2.15
Ulf Samuelsson [Sun, 18 Jan 2009 10:53:06 +0000 (10:53 -0000)]
Change use of rint, which is only supported for X86 in uClibc to generic rounding
Ulf Samuelsson [Sun, 18 Jan 2009 10:51:53 +0000 (10:51 -0000)]
The liboil Makefile will use "-mcpu=vfp" when building for ARM.
The VFP is only available for a few ARM CPUs at the moment,
so this breaks the liboil build.
A patch is available upstream which only enables "-mfpu=vfp"
if "--enable-vfp" is given to "configure".
Autotools needs to be run for liboil for this to take effect.
A new configuration BR2_VFP_FLOAT is added to allow enabling vfp.
If this is "yes", then "-mfpu=vfp" is added to CFLAGS.
Thomas Lundquist [Sun, 18 Jan 2009 09:26:28 +0000 (09:26 -0000)]
Getting rid of a bit more configure options that's been centralized.
Thomas Lundquist [Sun, 18 Jan 2009 00:05:57 +0000 (00:05 -0000)]
Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.
Thomas Lundquist [Sat, 17 Jan 2009 10:11:12 +0000 (10:11 -0000)]
Easier with one place for configure options for disabling gtk-doc
Ulf Samuelsson [Sat, 17 Jan 2009 02:13:15 +0000 (02:13 -0000)]
Ensure glib-1.2 builds a static library
Ulf Samuelsson [Sat, 17 Jan 2009 00:19:06 +0000 (00:19 -0000)]
Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is selected
Ulf Samuelsson [Fri, 16 Jan 2009 22:45:31 +0000 (22:45 -0000)]
Update buildall.sh script
Ulf Samuelsson [Fri, 16 Jan 2009 22:39:05 +0000 (22:39 -0000)]
Update broken AVR32 toolchain, and update configs for this, deprecate all but latest AVR32 toolchain
Ulf Samuelsson [Fri, 16 Jan 2009 22:06:49 +0000 (22:06 -0000)]
Fix legacy strings for alsa-utils & remove man pages
Ulf Samuelsson [Fri, 16 Jan 2009 21:19:50 +0000 (21:19 -0000)]
libeXosip2 requires libosip2
Ulf Samuelsson [Fri, 16 Jan 2009 21:18:08 +0000 (21:18 -0000)]
Fix libglib2 build when LIBICONV is selected, clean up versioning
Peter Korsgaard [Fri, 16 Jan 2009 19:45:21 +0000 (19:45 -0000)]
docs/download.html: cleanup and mention releases
Peter Korsgaard [Fri, 16 Jan 2009 19:45:16 +0000 (19:45 -0000)]
docs/news.html: announce 2009.02-rc1
Peter Korsgaard [Fri, 16 Jan 2009 14:56:57 +0000 (14:56 -0000)]
buildroot: bump version for release
Peter Korsgaard [Fri, 16 Jan 2009 14:21:24 +0000 (14:21 -0000)]
toolchain/uClibc: mark 0.9.29 as recent
Peter Korsgaard [Fri, 16 Jan 2009 14:13:50 +0000 (14:13 -0000)]
toolchain/gcc: mark old versions as deprecated
Peter Korsgaard [Fri, 16 Jan 2009 14:13:46 +0000 (14:13 -0000)]
toolchain/gcc: default to 4.3.2 for !AVR32
Peter Korsgaard [Fri, 16 Jan 2009 13:56:23 +0000 (13:56 -0000)]
package: remove tinylogin
It's ancient and upstream is gone, people should just use the login stuff
in busybox instead.
Peter Korsgaard [Fri, 16 Jan 2009 13:27:08 +0000 (13:27 -0000)]
xerces: tarball moved to archive.apache.org
Peter Korsgaard [Fri, 16 Jan 2009 13:23:56 +0000 (13:23 -0000)]
quagga: tarball moved to attic/ subdir
Peter Korsgaard [Fri, 16 Jan 2009 13:21:33 +0000 (13:21 -0000)]
openswan: tarball moved to old/ subdir
Peter Korsgaard [Fri, 16 Jan 2009 12:34:44 +0000 (12:34 -0000)]
package/mpfr: fix make source-check/external-deps issue
Peter Korsgaard [Fri, 16 Jan 2009 12:34:40 +0000 (12:34 -0000)]
package/dm: fix DOWNLOAD fallout
Peter Korsgaard [Fri, 16 Jan 2009 12:30:07 +0000 (12:30 -0000)]
DOWNLOAD: don't use := assignment for function implementation
:= causes the function parameters to get evaluated at definition time
instead of implementation time, which is kind of silly for a function.
Fixes make source-check / external-deps
Peter Korsgaard [Fri, 16 Jan 2009 12:07:53 +0000 (12:07 -0000)]
buildroot: convert remaining WGET users to DOWNLOAD helper
Peter Korsgaard [Fri, 16 Jan 2009 11:48:43 +0000 (11:48 -0000)]
target/: convert to DOWNLOAD helper
Peter Korsgaard [Fri, 16 Jan 2009 11:47:05 +0000 (11:47 -0000)]
toolchain/: convert to DOWNLOAD helper
Peter Korsgaard [Fri, 16 Jan 2009 11:42:52 +0000 (11:42 -0000)]
package/: convert to DOWNLOAD helper
Peter Korsgaard [Fri, 16 Jan 2009 10:27:48 +0000 (10:27 -0000)]
buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper
This is the long requested backup mirror support. So far only enabled
for Makefile.autotools.in, but there's no reason why we cannot use
DOWNLOAD everywhere.
Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
Peter Korsgaard [Fri, 16 Jan 2009 10:27:39 +0000 (10:27 -0000)]
BR2_PRIMARY_SITE: move to Mirrors and Download locations menu
Peter Korsgaard [Fri, 16 Jan 2009 10:27:27 +0000 (10:27 -0000)]
Makefile: update copyright
Daniel Laird [Fri, 16 Jan 2009 09:02:51 +0000 (09:02 -0000)]
package/freetype/freetype.mk: Fix editing of freetype-config
Found that the editing of freetypr-config was not quite enough.
Changed it and looked at freetype-config --cflags, --libs and got the values
I expected.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Ulf Samuelsson [Thu, 15 Jan 2009 23:19:28 +0000 (23:19 -0000)]
Update kernel snapshot version
Ulf Samuelsson [Thu, 15 Jan 2009 23:17:38 +0000 (23:17 -0000)]
Update package buildscript
Peter Korsgaard [Thu, 15 Jan 2009 19:36:06 +0000 (19:36 -0000)]
Makefile: implement make release
Peter Korsgaard [Thu, 15 Jan 2009 14:50:20 +0000 (14:50 -0000)]
docs/developer.html: People should ask on the list for commit access
Peter Korsgaard [Thu, 15 Jan 2009 14:50:17 +0000 (14:50 -0000)]
docs/copyright.txt: update year, add buildroot developers
Peter Korsgaard [Thu, 15 Jan 2009 14:50:14 +0000 (14:50 -0000)]
docs/about.html: new maintainer
Peter Korsgaard [Thu, 15 Jan 2009 14:50:11 +0000 (14:50 -0000)]
docs/footer.html: ask people to mail the list instead of Erik
And update the year while we're at it.
Peter Korsgaard [Thu, 15 Jan 2009 14:50:07 +0000 (14:50 -0000)]
docs/README: ask people to mail the list instead of Erik
Peter Korsgaard [Thu, 15 Jan 2009 14:50:03 +0000 (14:50 -0000)]
BR2_BANNER: set to 'Welcome to Buildroot'
Seems a bit more sensible as default.
Peter Korsgaard [Thu, 15 Jan 2009 08:43:33 +0000 (08:43 -0000)]
kernel-headers: mark 2.6.27 as RECENT, 2.6.26 as deprecated
Peter Korsgaard [Thu, 15 Jan 2009 08:33:35 +0000 (08:33 -0000)]
kernel-headers: default to 2.6.28
Peter Korsgaard [Thu, 15 Jan 2009 08:33:31 +0000 (08:33 -0000)]
kernel-headers: bump 2.6.27 version
Ulf Samuelsson [Thu, 15 Jan 2009 06:28:05 +0000 (06:28 -0000)]
Always create shared python library, if python is created, needed by multiple packages
Ulf Samuelsson [Wed, 14 Jan 2009 23:54:02 +0000 (23:54 -0000)]
Make acpid patch depend on VERSION
Ulf Samuelsson [Wed, 14 Jan 2009 23:53:20 +0000 (23:53 -0000)]
Change TTCP_BUILD_DIR to TTCP_DIR
Ulf Samuelsson [Wed, 14 Jan 2009 23:51:32 +0000 (23:51 -0000)]
Kismet needs dbus to build
Ulf Samuelsson [Wed, 14 Jan 2009 23:50:44 +0000 (23:50 -0000)]
Bump vpnc version and remove build of man pages, which breaks when cross compiling
Ulf Samuelsson [Wed, 14 Jan 2009 23:49:24 +0000 (23:49 -0000)]
libeXosip2 is dependent on libosip2
Ulf Samuelsson [Wed, 14 Jan 2009 22:52:31 +0000 (22:52 -0000)]
Update deprecated bmove to memmove in ttcp
Ulf Samuelsson [Wed, 14 Jan 2009 22:11:13 +0000 (22:11 -0000)]
Force use of HOST_GLIB instead of /usr/bin for libgtk2
Ulf Samuelsson [Wed, 14 Jan 2009 22:08:36 +0000 (22:08 -0000)]
Update deprecated bcopy,bcmp,bzero to mem* in mrouted
Ulf Samuelsson [Wed, 14 Jan 2009 22:07:17 +0000 (22:07 -0000)]
Remove references to sys/timeb.h in libupnp configure, ftime is removed from source already
Ulf Samuelsson [Wed, 14 Jan 2009 22:05:19 +0000 (22:05 -0000)]
Add mrouted-unpacked target
Daniel Laird [Wed, 14 Jan 2009 16:52:10 +0000 (16:52 -0000)]
package/multimedia/gstreamer/gstreamer.mk: Fix missing \
Fix stupid typo.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Daniel Laird [Wed, 14 Jan 2009 14:38:18 +0000 (14:38 -0000)]
package/multimedia/gstreamer
package/multimedia/gst-plugins-*: I do not want docs installed in rootfs.
Stop it installing the docs in the ROOTFS by using the same fix
as has been applied to cairo.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Thomas Lundquist [Wed, 14 Jan 2009 13:36:36 +0000 (13:36 -0000)]
Better to use the correct --without
Thomas Lundquist [Wed, 14 Jan 2009 12:26:30 +0000 (12:26 -0000)]
Woops, we do need /dev/null, not a directory with html in it.
Daniel Laird [Wed, 14 Jan 2009 08:31:41 +0000 (08:31 -0000)]
package/libidn/Config.in: Fix layout of text as per coding guidelines.
Update description to match required ->
help
Description
Empty line
Homepage
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Ulf Samuelsson [Tue, 13 Jan 2009 21:02:43 +0000 (21:02 -0000)]
Use HOST_GLIB for glib installation instead of /usr/bin