]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
14 years agolibgtk2: break the dependency of host-libgtk2 on host-cairo
Thomas Petazzoni [Sun, 21 Feb 2010 12:11:00 +0000 (13:11 +0100)]
libgtk2: break the dependency of host-libgtk2 on host-cairo

Making a full build of libgtk2 for the host is a pain, since it
requires host-cairo, which it turns requires a full X.org stack to be
compiled for the host.

Moreover, building libgtk2 for the host completely is useless: we only
need gdk-pixbuf-csource and gtk-update-icon-cache.

In this patch, we add a new
host-libgtk2-2.12.12-reduce-dependencies.patch, that is only applied
to libgtk2 when being built for the host. This patch removes a lot of
dependencies in configure.in, which allows to:

 * run make and make install in gdk-pixbuf/, which compiles and
   installs the gdk-pixbuf library and the gdk-pixbuf-csource utility

 * run make gtk-update-icon-cache in gtk/, which compiles the
   gtk-update-icon-cache utility, which is then installed manually

The compilation and installation steps of libgtk2 for the host are
therefore overriden, so as to not use the default behaviour, which
would attempt to build the full gtk library.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agodependencies: add gzip and bzip2 as base dependencies
Thomas Petazzoni [Sat, 20 Feb 2010 18:31:39 +0000 (19:31 +0100)]
dependencies: add gzip and bzip2 as base dependencies

They are needed to uncompress the tarballs we download. bzip2, for
instance, is not necessarly installed by default on basic Debian
systems.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoace_of_penguins: mark as BROKEN
Thomas Petazzoni [Sat, 20 Feb 2010 18:21:37 +0000 (19:21 +0100)]
ace_of_penguins: mark as BROKEN

This package is BROKEN in the way it compiles make-imglib and text2c
for the host while being in cross-compiled mode. It does not use
CC_FOR_BUILD and CFLAGS_FOR_BUILD as it should.

No upstream release has been made since 2001 and since it is a
relatively useless package, I don't think it's worth the trouble to
sanitize its build system.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoace_of_penguins: add dependency on host-libpng
Thomas Petazzoni [Sat, 20 Feb 2010 17:23:35 +0000 (18:23 +0100)]
ace_of_penguins: add dependency on host-libpng

libpng is needed on the host to build the make-imglib utility, built
during the compilation of ace_of_penguins for the target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibpng: enable compilation on the host
Thomas Petazzoni [Sat, 20 Feb 2010 17:23:04 +0000 (18:23 +0100)]
libpng: enable compilation on the host

libpng is needed on the host to build ace_of_penguins.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agopackage infrastructure: add LD_LIBRARY_PATH
Thomas Petazzoni [Sat, 20 Feb 2010 17:20:38 +0000 (18:20 +0100)]
package infrastructure: add LD_LIBRARY_PATH

During the compilation of target or host packages, host tools might be
used, and in turn, they might use host libraries installed in
$(HOST_DIR)/usr/lib. Therefore, we pass a LD_LIBRARY_PATH variable
when building packages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoxfont_font-util: convert to the autotools infrastructure
Thomas Petazzoni [Sat, 20 Feb 2010 17:20:14 +0000 (18:20 +0100)]
xfont_font-util: convert to the autotools infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agozlib: enable compilation on the host
Thomas Petazzoni [Sat, 20 Feb 2010 17:19:06 +0000 (18:19 +0100)]
zlib: enable compilation on the host

zlib is needed on the host, to build xlib_libfontenc on the host, to
build xapp_mkfontscale on the host, in order to finally build xfonts
encodings on the target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoxlib_libfontenc: enable compilation on the host
Thomas Petazzoni [Sat, 20 Feb 2010 17:17:43 +0000 (18:17 +0100)]
xlib_libfontenc: enable compilation on the host

xlib_libfontenc is required to build xapp_mkfontscale on the host,
which in turn is needed to build font encodings for the target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoxfont_encoding: add mkfontscale on the host as dependency
Thomas Petazzoni [Sat, 20 Feb 2010 17:15:46 +0000 (18:15 +0100)]
xfont_encoding: add mkfontscale on the host as dependency

mkfontscale on the host is needed to build xfont_encoding, therefore
we add host-xapp_mkfontscale as a dependency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoxapp_mkfontscale: enable compilation for the host and fix deps
Thomas Petazzoni [Sat, 20 Feb 2010 17:14:56 +0000 (18:14 +0100)]
xapp_mkfontscale: enable compilation for the host and fix deps

mkfontscale on the host is required to build xfonts-encoding for the
target.

We also fix the dependencies. xlib_libX11 is not needed to compile
xapp_mkfontscale. However, xproto_xproto is needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibxcb: fix build with Buildroot compiled xsltproc
Thomas Petazzoni [Sat, 20 Feb 2010 17:13:18 +0000 (18:13 +0100)]
libxcb: fix build with Buildroot compiled xsltproc

Make sure that libxcb depends on host-xsltproc, since xsltproc is
required for the compilation of libxcb.

Moreover, remove the XSLTPROC=/usr/bin/xsltproc variable definition,
which was assuming that XSLTPROC was installed on the host. xsltproc
should just be part of the PATH.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibxslt: enable compilation on host
Thomas Petazzoni [Sat, 20 Feb 2010 17:12:34 +0000 (18:12 +0100)]
libxslt: enable compilation on host

Compiling libxcb (from the X.org stack) requires xsltproc on the host,
which is part of libxslt.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibxml2: do not apply libtool patch when compiling for host
Thomas Petazzoni [Sat, 20 Feb 2010 17:11:37 +0000 (18:11 +0100)]
libxml2: do not apply libtool patch when compiling for host

The libtool patch is not applied when building for the target because
it does not apply, so do not attempt to apply it when building for the
host. This fixes libxml2 build for the host.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoccache: remove cleanup of documentation
Thomas Petazzoni [Sat, 20 Feb 2010 16:13:55 +0000 (17:13 +0100)]
ccache: remove cleanup of documentation

The cleanup of documentation is handled in a global way, in the main
Makefile.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoautomake: add build dependency on host-autoconf
Thomas Petazzoni [Sat, 20 Feb 2010 16:09:05 +0000 (17:09 +0100)]
automake: add build dependency on host-autoconf

automake for the target fails to build if autoconf is not installed on
the host:

checking whether autoconf is installed... no
configure: error: Autoconf 2.58 or better is required.
    Please make sure it is installed and in your PATH.
make: *** [/home/test/brbuilttest/build/automake-1.10/.stamp_configured] Error 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoCHANGES: add ace_of_penguins, rubix and xboard
Peter Korsgaard [Fri, 19 Feb 2010 10:30:54 +0000 (11:30 +0100)]
CHANGES: add ace_of_penguins, rubix and xboard

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoxboard: remove package
Thomas Petazzoni [Thu, 18 Feb 2010 23:29:12 +0000 (00:29 +0100)]
xboard: remove package

This package requires Xaw3d, that has never been packaged in
Buildroot. As no-one seems to be using this package, it's probably not
worth the effort of packaging Xaw3d, a old-looking widget
toolkit. Therefore, just drop the package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoFix build failure of rubix
Thomas Petazzoni [Sun, 14 Feb 2010 13:22:16 +0000 (14:22 +0100)]
Fix build failure of rubix

Add a patch to use strstr() instead of index().

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoAdd libxpm as a dependency of ace_of_penguins
Thomas Petazzoni [Sun, 14 Feb 2010 13:20:45 +0000 (14:20 +0100)]
Add libxpm as a dependency of ace_of_penguins

ace_of_penguins fails to build when xlib_libXpm is not selected. Add
it has a dependency. However, contrary to normal dependencies to
libraries (where we use 'select') we use 'depends on' here, otherwise
the X.org server will be get selected automatically without the user
noticing.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoMerge branch 'misc-fixes3' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Thu, 18 Feb 2010 21:02:03 +0000 (22:02 +0100)]
Merge branch 'misc-fixes3' of git://git.busybox.net/~tpetazzoni/git/buildroot

14 years agoalsa-utils: force the variant of ncurses library
Thomas Petazzoni [Thu, 18 Feb 2010 18:08:41 +0000 (19:08 +0100)]
alsa-utils: force the variant of ncurses library

Two variants of the ncurses library exist: the normal one, and the
ncursesw one, which has support for wide char. Currently, Buildroot
only builds the normal variant (the second variant requires
--enable-widec while compiling ncurses).

Unfortunately, when libncursesw is installed on the host, the
configure script of alsa-utils finds /usr/bin/ncursesw5-config and
thinks that the target has this version. Unfortunately, as this is not
the case, it causes a configure failure when trying to link a sample
program against libpanelw (which is part of ncurses).

Therefore, we force the libncurses variant used by alsa-utils to the
normal variant.

Later on, if needed, support for the wide-char variant of the
libncurses library could be added.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agokernel-headers: bump 2.6.32.x version
Peter Korsgaard [Thu, 18 Feb 2010 13:35:10 +0000 (14:35 +0100)]
kernel-headers: bump 2.6.32.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoat91sam9260pf_defconfig: use standard download dir location
Peter Korsgaard [Thu, 18 Feb 2010 10:57:37 +0000 (11:57 +0100)]
at91sam9260pf_defconfig: use standard download dir location

Based on patch by Roo <roo.watt@gmail.com>

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoalsa-utils: alsamixer need libform, libmenu & libpanel (from ncurses)
Julien Boibessot [Thu, 11 Feb 2010 16:31:25 +0000 (17:31 +0100)]
alsa-utils: alsamixer need libform, libmenu & libpanel (from ncurses)

Without this patch alsamixer complains about missing libs and
ldd says:
        libform.so.5 => not found
        libmenu.so.5 => not found
        libpanel.so.5 => not found
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0x4000e000)
        libasound.so.2 => /usr/lib/libasound.so.2 (0x40056000)
        ... <cut>

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoat91boostrap makefile, correct typo in line continuation character.
Rob Alley [Wed, 27 Jan 2010 13:29:40 +0000 (02:29 +1300)]
at91boostrap makefile, correct typo in line continuation character.

The rule to copy the resulting binary file into the binary directory had
a typo in the line continuation character that results in a spurious error
message being produced.

Signed-off-by: Rob Alley <Rob.Alley@navmanwireless.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'uclibc-iconv-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Wed, 17 Feb 2010 10:26:55 +0000 (11:26 +0100)]
Merge branch 'uclibc-iconv-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot

14 years agogstreamer-good: add speex dependancy
Julien Boibessot [Fri, 12 Feb 2010 22:47:37 +0000 (23:47 +0100)]
gstreamer-good: add speex dependancy

Otherwise, even if speex is selected, as gstreamer is compiled first,
speex plugin is not activated/built.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add alsa-lib, rsync, tcl and xproto_trapproto
Peter Korsgaard [Wed, 17 Feb 2010 10:23:43 +0000 (11:23 +0100)]
CHANGES: add alsa-lib, rsync, tcl and xproto_trapproto

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'misc-fixes1' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Wed, 17 Feb 2010 10:22:26 +0000 (11:22 +0100)]
Merge branch 'misc-fixes1' of git://git.busybox.net/~tpetazzoni/git/buildroot

14 years agoUpdates rsync source repository
Julien Boibessot [Thu, 11 Feb 2010 12:46:47 +0000 (13:46 +0100)]
Updates rsync source repository

rsync source repository has moved (?).
Bump version while we are at it.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoget_linux_config.sh: sets THIS_MINOR to 0 if not valid.
Julien Boibessot [Tue, 9 Feb 2010 16:11:04 +0000 (17:11 +0100)]
get_linux_config.sh: sets THIS_MINOR to 0 if not valid.

Sets THIS_MINOR to 0 if not valid, ie when processing a Linux config file
which does not have a minor number extension;
ex: "<name>-linux-2.6.<major>.config"
Otherwise bash is raising an error/exception (line 59) and script can not
complete.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'misc-fixes2' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Wed, 17 Feb 2010 10:15:08 +0000 (11:15 +0100)]
Merge branch 'misc-fixes2' of git://git.busybox.net/~tpetazzoni/git/buildroot

14 years agoCHANGES: add argus/at/libpcap
Peter Korsgaard [Wed, 17 Feb 2010 10:10:23 +0000 (11:10 +0100)]
CHANGES: add argus/at/libpcap

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoTemporary fix for alsa-lib breakage with --disable-pcm
Thomas Petazzoni [Sun, 14 Feb 2010 11:01:13 +0000 (12:01 +0100)]
Temporary fix for alsa-lib breakage with --disable-pcm

The current version of alsa-lib (1.0.22) does not build when
--disable-pcm is used at configure time. I've reported the issue at
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913.

In the mean time, we can prevent the user from not selecting PCM
support by using the following patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoBump TCL version and switch to the autotools infrastructure
Thomas Petazzoni [Sat, 13 Feb 2010 14:51:28 +0000 (15:51 +0100)]
Bump TCL version and switch to the autotools infrastructure

The version of TCL is bumped from 8.4.9 to 8.4.19, which fixes the
build breakage reported by Maxime Ripard <maxime.ripard@anandra.org>
on January, 6th, 2010.

The tcl-strtod patch is kept since it is still needed, the two other
patches are no longer useful.

At the same time, the package is converted to the autotools
infrastructure.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoFix dependencies for TrapProto
Thomas Petazzoni [Sat, 13 Feb 2010 14:49:04 +0000 (15:49 +0100)]
Fix dependencies for TrapProto

The .pc file of TrapProto says that it depends on xt, even through it
doesn't depend on it at compile time. However, if xt isn't present
when TrapProto has been installed, the compilation of Xserver fails
telling that there is a missing dependency in TrapProto on Xt.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agogtk-doc: add gtk-doc.m4 to satisfy aclocal
Thomas Petazzoni [Sat, 8 Aug 2009 22:46:46 +0000 (00:46 +0200)]
gtk-doc: add gtk-doc.m4 to satisfy aclocal

When packages using gtk-doc are autoreconfigured, aclocal complains
because it cannot find the macros defined in gtk-doc.m4. We could
compile the gtk-doc package for the host, but it depends on
gnome-doc-utils, which depends on libxml2, libxslt, and other packages
as well.

Since we don't care about the documentation, all is needed is in fact
the gtk-doc.m4, so that the configure script can be generated, and we
can use the --disable-gtk-doc to not generate the documentation.

To solve this, we include a gtk-doc.m4 file in package/automake/, and
it gets installed in $(STAGING_DIR)/usr/share/aclocal/ during the
installation of the host automake (used for autoreconfiguration of
packages).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoAdd patch to fix uClibc build failure with locale enabled
Thomas Petazzoni [Sat, 13 Feb 2010 11:25:52 +0000 (12:25 +0100)]
Add patch to fix uClibc build failure with locale enabled

This patch fixes the undefined reference to `__iconv_codesets'
reported at
http://www.mail-archive.com/uclibc@uclibc.org/msg04970.html. The patch
has been taken from the upstream Git repository, and will be part of
uClibc 0.9.30.3. In the mean time, let's integrate it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoat: fix compile breakage when flex isn't on the target
Thomas Petazzoni [Tue, 9 Feb 2010 23:21:04 +0000 (00:21 +0100)]
at: fix compile breakage when flex isn't on the target

Add a patch that makes sure config.h gets included in a file that uses
some of the NEEDS_* macros. The yywrap() function was missing when
flex was not available on the target, even though this configuration
is supposed to be supported by at (and handled by NEEDS_YYWRAP).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoargus: fix compile breakage
Thomas Petazzoni [Tue, 9 Feb 2010 23:20:45 +0000 (00:20 +0100)]
argus: fix compile breakage

Add a patch that includes pcap.h instead of hardcoding an incorrect
prototype for a function provided by libpcap.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoCreate $(STAGING_DIR)/usr/bin unconditionnally
Thomas Petazzoni [Tue, 9 Feb 2010 21:44:15 +0000 (22:44 +0100)]
Create $(STAGING_DIR)/usr/bin unconditionnally

This fixes the build of libcap, with external toolchain, when it is
the first package being built.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoupdate for 2010.02-rc1 2010.02_rc1
Peter Korsgaard [Tue, 9 Feb 2010 15:54:30 +0000 (16:54 +0100)]
update for 2010.02-rc1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: release: use git archive
Peter Korsgaard [Tue, 9 Feb 2010 15:34:04 +0000 (16:34 +0100)]
Makefile: release: use git archive

Create tarballs with git-archive so we're sure they don't contain
anything not in git (E.G. local backup configs).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump lighttpd to 1.4.26
Gustavo Zacarias [Tue, 9 Feb 2010 14:30:06 +0000 (11:30 -0300)]
Bump lighttpd to 1.4.26

Closes #1063.

lighttpd 1.4.26 fixes:

* Request parser handling for splitted header data
* FD leak in mod_cgi
* Segfault with broken configs in mod_rewrite/mod_redirect
* An OOM/DoS vulnerability (CVE-2010-0295)

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: remove broken asterisk package
Peter Korsgaard [Tue, 9 Feb 2010 11:21:37 +0000 (12:21 +0100)]
package: remove broken asterisk package

Has been marked as broken for more than one year.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoliboil: fix build on arm with softfloat
Julien Boibessot [Mon, 8 Feb 2010 17:39:19 +0000 (18:39 +0100)]
liboil: fix build on arm with softfloat

This patch, gotten from liboil git (recent commit), fixes the problem.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain/gdb: remove external source toolchain leftover
Peter Korsgaard [Tue, 9 Feb 2010 10:48:17 +0000 (11:48 +0100)]
toolchain/gdb: remove external source toolchain leftover

Commit 65e99014 (Remove external source toolchain options) removed
external source-based toolchain support, but there was still a check
for it in gdb.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain/gdb: get rid of another legacy and unused variable
Yann E. MORIN [Mon, 8 Feb 2010 15:56:08 +0000 (16:56 +0100)]
toolchain/gdb: get rid of another legacy and unused variable

BR2_VENDOR_GDB_VERSION and VENDOR_GDB_VERSION are no longer settable.
The only user is gdb, and it's totally useless in this case.

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agonbd: convert to Makefile.autotools.in format
Peter Korsgaard [Tue, 9 Feb 2010 10:40:47 +0000 (11:40 +0100)]
nbd: convert to Makefile.autotools.in format

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agordesktop: convert to Makefile.autotools.in format
Peter Korsgaard [Mon, 8 Feb 2010 20:05:38 +0000 (21:05 +0100)]
rdesktop: convert to Makefile.autotools.in format

And also adapt X depency. Rdesktop only needs libX11/Xt, and long term
we should be able to use the X stuff without having a X server on the
target.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: remove openswan
Peter Korsgaard [Mon, 8 Feb 2010 16:20:41 +0000 (17:20 +0100)]
package: remove openswan

As noticed back when it was marked as broken 1 year ago.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain/gdb: get rid of legacy & unused variables
Yann E. MORIN [Mon, 8 Feb 2010 15:39:55 +0000 (16:39 +0100)]
toolchain/gdb: get rid of legacy & unused variables

The BR2_VENDOR_SUFFIX and VENDOR_SUFFIX variables are no longer settable.
The only user is gdb, and is totally useless in this case.

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agonewt: needs slang
Peter Korsgaard [Mon, 8 Feb 2010 14:32:52 +0000 (15:32 +0100)]
newt: needs slang

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: get rid of "binary" for external toolchain
Peter Korsgaard [Mon, 8 Feb 2010 10:01:04 +0000 (11:01 +0100)]
toolchain: get rid of "binary" for external toolchain

We no longer have an option for external source based toolchains,
so get rid of "binary".

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agofbdump: don't add target program prefix
Peter Korsgaard [Thu, 4 Feb 2010 11:11:37 +0000 (12:11 +0100)]
fbdump: don't add target program prefix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: ser2net is a new package
Peter Korsgaard [Wed, 3 Feb 2010 20:26:48 +0000 (21:26 +0100)]
CHANGES: ser2net is a new package

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agonbd: add server patches missing from 6aac003
Peter Korsgaard [Wed, 3 Feb 2010 19:57:30 +0000 (20:57 +0100)]
nbd: add server patches missing from 6aac003

Somehow these patches never got added.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: #1027 is closed
Peter Korsgaard [Wed, 3 Feb 2010 16:27:51 +0000 (17:27 +0100)]
CHANGES: #1027 is closed

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump bind to 9.5.1-P2
Gustavo Zacarias [Mon, 1 Feb 2010 16:53:12 +0000 (13:53 -0300)]
Bump bind to 9.5.1-P2

Closes #1015.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomtd: don't put mtd options in a seperate submenu
Peter Korsgaard [Wed, 3 Feb 2010 14:14:43 +0000 (15:14 +0100)]
mtd: don't put mtd options in a seperate submenu

Similar to other packages.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotarget/jffs2: Don't select BR2_PACKAGE_MTD
Peter Korsgaard [Wed, 3 Feb 2010 14:11:41 +0000 (15:11 +0100)]
target/jffs2: Don't select BR2_PACKAGE_MTD

Mtd-utils on the target are not a requirement to using jffs2.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomtd: tweak default values
Peter Korsgaard [Wed, 3 Feb 2010 14:09:50 +0000 (15:09 +0100)]
mtd: tweak default values

Don't enable uncommon tools by default.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomtd: zlib/lzo is only needed for mkfs.jffs2
Peter Korsgaard [Wed, 3 Feb 2010 14:08:47 +0000 (15:08 +0100)]
mtd: zlib/lzo is only needed for mkfs.jffs2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomtd: host support cleanup
Peter Korsgaard [Wed, 3 Feb 2010 14:02:25 +0000 (15:02 +0100)]
mtd: host support cleanup

Build host version in build/mtd-utils-<VERSION>-host like other host
packages, and install into host/usr/sbin.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomtd-utils: bump version, get rid of obsolete git version
Peter Korsgaard [Wed, 3 Feb 2010 13:18:23 +0000 (14:18 +0100)]
mtd-utils: bump version, get rid of obsolete git version

ubimirror is gone, ubiformat/ubinize/ubirename/ubirsvol are new.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: add 1.16.x specific defconfig
Peter Korsgaard [Sun, 31 Jan 2010 21:13:45 +0000 (22:13 +0100)]
busybox: add 1.16.x specific defconfig

Closes #1003.

Several config options have gotten renamed in 1.16, making the 1.13.x
defconfig not enable the stuff we want.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add #1009
Peter Korsgaard [Fri, 29 Jan 2010 14:01:04 +0000 (15:01 +0100)]
CHANGES: add #1009

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump php to 5.2.12
Gustavo Zacarias [Fri, 29 Jan 2010 13:03:34 +0000 (10:03 -0300)]
Bump php to 5.2.12

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.27.x / 2.6.32.x stable versions
Peter Korsgaard [Fri, 29 Jan 2010 09:59:52 +0000 (10:59 +0100)]
kernel-headers: bump 2.6.27.x / 2.6.32.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoPATCH: Add more config options to alsa, bump version
William Wagner [Thu, 28 Jan 2010 18:07:27 +0000 (18:07 +0000)]
PATCH: Add more config options to alsa, bump version

Signed-off-by: William Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: fix unstripped binary installation
Lionel Landwerlin [Wed, 27 Jan 2010 01:09:04 +0000 (02:09 +0100)]
package: fix unstripped binary installation

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodbus: fix target installation with BR2_HAVE_DEVFILES
Lionel Landwerlin [Wed, 27 Jan 2010 01:09:03 +0000 (02:09 +0100)]
dbus: fix target installation with BR2_HAVE_DEVFILES

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibxslt: fix dependency on libxml
Lionel Landwerlin [Wed, 27 Jan 2010 01:09:02 +0000 (02:09 +0100)]
libxslt: fix dependency on libxml

[Peter: fix indentation]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoreadline: convert to autotools infrastructure
Lionel Landwerlin [Wed, 27 Jan 2010 01:08:58 +0000 (02:08 +0100)]
readline: convert to autotools infrastructure

[Peter: renamed patches to get picked up by infrastructure]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agozlib: fix headers installation in target directory
Lionel Landwerlin [Wed, 27 Jan 2010 01:08:49 +0000 (02:08 +0100)]
zlib: fix headers installation in target directory

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobash: fix configuration
Lionel Landwerlin [Sun, 17 Jan 2010 22:40:54 +0000 (23:40 +0100)]
bash: fix configuration

Patch bash32-011 modifies the configure.in script. Therefor we need to
run autoconf before launching the configure script. Otherwise, once
the configure script called, the makefile's dependencies over
configure.in will relaunch autoconf without options/environnement
variables we usually set when calling configure.

[Peter: use our own host-autoconf instead of what's on the host]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoRevert "Revert "gvfs: update to version 1.4.0""
Peter Korsgaard [Thu, 28 Jan 2010 16:31:36 +0000 (17:31 +0100)]
Revert "Revert "gvfs: update to version 1.4.0""

This reverts commit 70ce96305cb19254576f670e896a66f3e3ba6eff.

Now that we have glib2 2.22.4, we can take the gvfs 1.4.0 update.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibxml2: bump to version 2.7.6
Sagaert Johan [Thu, 26 Nov 2009 15:51:11 +0000 (16:51 +0100)]
libxml2: bump to version 2.7.6

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosawman: bump to 1.4.3
Lionel Landwerlin [Wed, 20 Jan 2010 00:05:34 +0000 (01:05 +0100)]
sawman: bump to 1.4.3

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: some cleanup in config file
Lionel Landwerlin [Wed, 20 Jan 2010 00:05:30 +0000 (01:05 +0100)]
directfb: some cleanup in config file

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibglib2: bump to 2.22.4
Lionel Landwerlin [Sat, 26 Dec 2009 16:00:41 +0000 (17:00 +0100)]
libglib2: bump to 2.22.4

[Peter: updated to 2.22.4 instead which is so far only on ftp.gnome.org,
 fixed build without IPv6 support]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobash: remove CC variable when calling make
Lionel Landwerlin [Sat, 26 Dec 2009 14:03:28 +0000 (15:03 +0100)]
bash: remove CC variable when calling make

So "/opt/whatever_toolchain/gcc --sysroot $(STAGING_DIR)" isn't
stripped to "/opt/whatever_toolchain/gcc", making gcc to look at
$(ORIGINAL_TOOLCHAIN_DIRECTORY)/usr/include instead of
$(STAGING_DIR)/usr/include. For more CC is already filled when
running the configure script.

This problem should only be visible with an external toolchain.

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoser2net: bump version
Peter Korsgaard [Thu, 28 Jan 2010 15:30:37 +0000 (16:30 +0100)]
ser2net: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoNew package ser2net request
Francisco Gonzalez [Wed, 16 Dec 2009 16:40:23 +0000 (17:40 +0100)]
New package ser2net request

[Peter: whitespace fixes / cleanups]
Signed-off-by: Francisco Gonzalez <gzmorell@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoat: bump version, fix make install, convert to Makefile.autotools.in format
Peter Korsgaard [Thu, 28 Jan 2010 15:03:06 +0000 (16:03 +0100)]
at: bump version, fix make install, convert to Makefile.autotools.in format

Make install would fail if target != host, as it tried to use host strip
for install -s.

Patch 1-5 from ptxdist.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoat: fix build when host doesn't have sendmail
Peter Korsgaard [Wed, 27 Jan 2010 15:31:44 +0000 (16:31 +0100)]
at: fix build when host doesn't have sendmail

Reported by Noel Vellemans.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add flex, gperf and webkit
Peter Korsgaard [Wed, 27 Jan 2010 13:59:49 +0000 (14:59 +0100)]
CHANGES: add flex, gperf and webkit

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowebkit: fix dependencies on host tools flex and gperf
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:57 +0000 (11:12 +0100)]
webkit: fix dependencies on host tools flex and gperf

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowebkit: convert to newstyle autotools infrastructure
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:56 +0000 (11:12 +0100)]
webkit: convert to newstyle autotools infrastructure

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogperf: add gperf-host package (required by webkit)
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:55 +0000 (11:12 +0100)]
gperf: add gperf-host package (required by webkit)

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogperf: convert to newstyle autotools infrastructure
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:54 +0000 (11:12 +0100)]
gperf: convert to newstyle autotools infrastructure

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoflex: add flex-host package (required by webkit)
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:53 +0000 (11:12 +0100)]
flex: add flex-host package (required by webkit)

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoflex: convert to autotools infrastructure
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:52 +0000 (11:12 +0100)]
flex: convert to autotools infrastructure

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoflex: bump to 2.5.35
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:51 +0000 (11:12 +0100)]
flex: bump to 2.5.35

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoflex: fix prog-ar patch
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:50 +0000 (11:12 +0100)]
flex: fix prog-ar patch

Could not apply when missing top level Makefile, which is also
regenerated by the configure script.

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump iw package to 0.9.19
Gustavo Zacarias [Mon, 25 Jan 2010 13:42:50 +0000 (10:42 -0300)]
Bump iw package to 0.9.19

Closes #973.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump netstat-nat to 1.4.10
Gustavo Zacarias [Tue, 26 Jan 2010 14:47:42 +0000 (11:47 -0300)]
Bump netstat-nat to 1.4.10

Closes #967.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump dnsmasq to 2.52
Gustavo Zacarias [Tue, 26 Jan 2010 14:36:07 +0000 (11:36 -0300)]
Bump dnsmasq to 2.52

Closes #961.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosdl: needs tslib to be compiled first when selected.
Julien Boibessot [Tue, 26 Jan 2010 12:04:43 +0000 (13:04 +0100)]
sdl: needs tslib to be compiled first when selected.

If SDL is built before tslib, then SDL can't detect it at configure
time and so touchscreen's support in SDL is crappy.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>