]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
13 years agoUpdate for 2011.02-rc2 2011.02_rc2
Peter Korsgaard [Thu, 24 Feb 2011 09:10:16 +0000 (10:10 +0100)]
Update for 2011.02-rc2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosynergy: fix build
Peter Korsgaard [Thu, 24 Feb 2011 08:43:52 +0000 (09:43 +0100)]
synergy: fix build

Closes #3307

Synergy needs libXtst, a toolchain with wchar support and was missing
an include for exit().

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoquagga: fix build with snmp support
Gustavo Zacarias [Mon, 21 Feb 2011 19:25:06 +0000 (16:25 -0300)]
quagga: fix build with snmp support

Closes #3277

Quagga's snmp support tries to link with libcrypto from openssl by
default.
That's a bad no no since snmp might have ssl support disabled
and openssl won't be around.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agomakedevs: fix cases where (start != 0)
Thomas De Schampheleire [Wed, 23 Feb 2011 16:44:41 +0000 (17:44 +0100)]
makedevs: fix cases where (start != 0)

The makedevs script did not always generate the requested set of device names / minor number series.
* If start != 0, then requesting (count) devices would generate only (count - start)
* If start != 0 && increment != 1, then requesting minors starting with (minor) would generate minors starting with (minor + (start * (increment - 1)))

This patch fixes the code and updates the usage text with extra examples.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoopenssl: fix libdir issue
Gustavo Zacarias [Thu, 3 Feb 2011 12:55:48 +0000 (09:55 -0300)]
openssl: fix libdir issue

Closes #3205

OpenSSL's build system tries to be too wise for it's own good when
guessing what libdir should be.
This causes problems like the one reported in bug #3205 so just specify
libdir to point to /lib (since it's prefixed it would finally be
/usr/lib) since it should be present on 32 and 64 bit targets.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: update with recent changes
Peter Korsgaard [Wed, 23 Feb 2011 22:30:33 +0000 (23:30 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agometacity: fix build, bump version
Peter Korsgaard [Wed, 23 Feb 2011 21:37:47 +0000 (22:37 +0100)]
metacity: fix build, bump version

Metacity no longer built after libgtk2 was updated, so fix it by bumping
the version. We unfortunately cannot move to the latest version, as
these have extra dependencies we don't have in BR yet
(libcanberra-gtk + gnome-doc-utils).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agou-boot: drop old 2009.xx versions
Peter Korsgaard [Wed, 23 Feb 2011 15:46:07 +0000 (16:46 +0100)]
u-boot: drop old 2009.xx versions

We use 'make tools' to build a mkimage for the host if needed by the
kernel (uImage) without having u-boot configured, but that only works
since the 2010.03 release:

http://git.denx.de/?p=u-boot.git;a=commit;h=c7c0d542a1990

So drop the old 2009.xx versions rather than having the build break
for people.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodocs: cross toolchain is now installed into host/usr/bin.
Peter Korsgaard [Wed, 23 Feb 2011 15:34:49 +0000 (16:34 +0100)]
docs: cross toolchain is now installed into host/usr/bin.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodocs: make xconfig now uses libqt4
Peter Korsgaard [Wed, 23 Feb 2011 15:25:55 +0000 (16:25 +0100)]
docs: make xconfig now uses libqt4

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/multimedia: mark festival packages as broken
Peter Korsgaard [Tue, 22 Feb 2011 23:40:11 +0000 (00:40 +0100)]
package/multimedia: mark festival packages as broken

After spending a couple of hours on it today, I'm still unable to get
speech-tools to build and install properly with a uClibc toolchain.

So I'm giving up. Mark the entire thing broken as the text-to-speech
stuff is unlikely to be used very much on the kind of small systems
we're targetting.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agofs/skeleton: mount /proc before remounting rw
ANDY KENNEDY [Thu, 27 Jan 2011 18:10:46 +0000 (12:10 -0600)]
fs/skeleton: mount /proc before remounting rw

inittab ordering causes mount to fail on remount,rw.  inittab
changed to mount /proc first.

Signed-off-by: Andy Kennedy <Andy.Kennedy@AdTran.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/gcc/4.2.4: Add missing hunk to gcc 4.2.4 libgcc patch.
Will Newton [Fri, 18 Feb 2011 12:55:55 +0000 (12:55 +0000)]
toolchain/gcc/4.2.4: Add missing hunk to gcc 4.2.4 libgcc patch.

This patch is required to build gcc 4.2.4 libgcc with dwarf2
unwinding support enabled.

Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agonfs-utils: needs largefile support
Peter Korsgaard [Sun, 20 Feb 2011 22:31:38 +0000 (23:31 +0100)]
nfs-utils: needs largefile support

Even though ./configure has a --disable-largefile, functions like
statfs64 is used in several places, breaking the build on toolchains
without largefile support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agonfs-utils: bump version, convert to autotargets
Peter Korsgaard [Sun, 20 Feb 2011 21:39:04 +0000 (22:39 +0100)]
nfs-utils: bump version, convert to autotargets

Fixes build when host doesn't have rpcgen.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobind: disable parallel build
Peter Korsgaard [Sun, 20 Feb 2011 13:35:23 +0000 (14:35 +0100)]
bind: disable parallel build

The build system of bind seems to have issues with (highly) parallel
builds, breaking the build with errors like:

libtool: link: `nothreads/condition.lo' is not a valid libtool object

So disable parallel builds.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibmicrohttpd: bump version
Peter Korsgaard [Sat, 19 Feb 2011 22:50:33 +0000 (23:50 +0100)]
libmicrohttpd: bump version

The old 0.4.2 version doesn't seem to be available on the GNU mirrors
anymore, so change to the slightly-less-ancient 0.4.6 version.

We're not moving to the new 0.9.x series yet, as that one needs an
external libgnutls for https support, which we don't have a BR
package for yet.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibmicrohttpd: make https support optional
Peter Korsgaard [Sat, 19 Feb 2011 22:37:40 +0000 (23:37 +0100)]
libmicrohttpd: make https support optional

Libmicrohttpd works nicely without https support, so make it optional.
Also ensure the cross-libgcrypt-config is found, rather than whatever
is installed on the host.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosquashfs: fix zlib dependency
Peter Korsgaard [Sat, 19 Feb 2011 19:46:50 +0000 (20:46 +0100)]
squashfs: fix zlib dependency

The 'gzip' compression supports just needs zlib, and not the gzip package.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: add option for ffmpeg support
Peter Korsgaard [Sat, 19 Feb 2011 19:42:02 +0000 (20:42 +0100)]
mpd: add option for ffmpeg support

For all the special file formats supported by ffmpeg.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoolsr: fix build
Peter Korsgaard [Fri, 18 Feb 2011 13:17:34 +0000 (14:17 +0100)]
olsr: fix build

Pass TARGET_CONFIGURE_OPTS in the environment rather than as make arguments,
so the olsr build system can append to CFLAGS / LDFLAGS - Otherwise build
fails when the wrong linker flags are used to create the plugin .so's.

Also pass ARCH, so the olsr build system choses the right libdir / PIC
settings for the target, rather than for the host.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agokernel-headers: bump 2.6.36.x / 2.6.37.x stable versions
Peter Korsgaard [Fri, 18 Feb 2011 12:23:43 +0000 (13:23 +0100)]
kernel-headers: bump 2.6.36.x / 2.6.37.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotaglib: fix build
Peter Korsgaard [Fri, 18 Feb 2011 11:30:00 +0000 (12:30 +0100)]
taglib: fix build

The old libtool version gets confused about rpath, which breaks the build.
FIx it by up upgrading to 1.5.22 (package is not compatible with libtool
2.x, so we cannot just autoreconf).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/multimedia: remove vlc
Peter Korsgaard [Thu, 17 Feb 2011 13:16:13 +0000 (14:16 +0100)]
package/multimedia: remove vlc

It has been marked as broken for close to 1 year (aa3439e6a3f), without
any effort to fix it, so remove it from the tree.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/games: remove ace_of_penguins
Peter Korsgaard [Thu, 17 Feb 2011 13:13:34 +0000 (14:13 +0100)]
package/games: remove ace_of_penguins

It has been marked as broken for close to 1 year (7452b4edfa1c), without
any effort to fix it, so remove it from the tree.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: use program_invocation_name option from BR config
Yann E. MORIN [Tue, 15 Feb 2011 23:41:42 +0000 (00:41 +0100)]
toolchain/ct-ng: use program_invocation_name option from BR config

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage: apply libtool patch where possible
Peter Korsgaard [Thu, 17 Feb 2011 12:57:16 +0000 (13:57 +0100)]
package: apply libtool patch where possible

Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Notice: php not changed, as it uses a very old 1.5 version for the
embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/x11r7: apply libtool patch where possible
Peter Korsgaard [Thu, 17 Feb 2011 12:56:10 +0000 (13:56 +0100)]
package/x11r7: apply libtool patch where possible

Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/multimedia: apply libtool patch where possible
Peter Korsgaard [Thu, 17 Feb 2011 12:52:47 +0000 (13:52 +0100)]
package/multimedia: apply libtool patch where possible

Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Notice: libmad/libid3tag/madplay/taglib not changed, as they use a very
old 1.5 version, where our buildroot-libtool-v1.5.patch doesn't apply.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agonews.html: add 2011.02-rc1 announcement link
Peter Korsgaard [Tue, 15 Feb 2011 11:07:39 +0000 (12:07 +0100)]
news.html: add 2011.02-rc1 announcement link

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoUpdate for 2011.02-rc1 2011.02_rc1
Peter Korsgaard [Mon, 14 Feb 2011 21:36:21 +0000 (22:36 +0100)]
Update for 2011.02-rc1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoMakefile: remove dead code (TARGET_SKELETON_PATCH)
Bjørn Forsman [Fri, 11 Feb 2011 23:25:33 +0000 (00:25 +0100)]
Makefile: remove dead code (TARGET_SKELETON_PATCH)

TARGET_SKELETON_PATCH is no longer in use, so remove it.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoopenssh: security bump to version 5.8p1
Gustavo Zacarias [Fri, 11 Feb 2011 13:27:18 +0000 (10:27 -0300)]
openssh: security bump to version 5.8p1

http://www.openssh.com/txt/legacy-cert.adv
CVE-2011-0539

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: update with recent changes
Peter Korsgaard [Sun, 13 Feb 2011 21:58:31 +0000 (22:58 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage: add xmlstarlet package
Nate Ford [Fri, 11 Feb 2011 09:26:24 +0000 (10:26 +0100)]
package: add xmlstarlet package

[Peter: don't link statically, only depend on iconv if !BR_ENABLE_LOCALE]
Signed-off-by: Nate Ford <nford@westpond.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibcue: fix build on uClibc with locale support enabled
Peter Korsgaard [Fri, 11 Feb 2011 09:17:34 +0000 (10:17 +0100)]
libcue: fix build on uClibc with locale support enabled

Caused by a name clash between cue_scanner.c and stdio.h.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoimagemagick: bump version
Peter Korsgaard [Fri, 11 Feb 2011 08:20:19 +0000 (09:20 +0100)]
imagemagick: bump version

The 6.6.7-4 version is no longer available upstream.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agomysql_client : Add /usr/lib/mysql directory in ld.so.conf file
Fabien Marteau [Thu, 10 Feb 2011 10:12:49 +0000 (11:12 +0100)]
mysql_client : Add /usr/lib/mysql directory in ld.so.conf file

Add /usr/lib/mysql directory in ld.so.conf file

Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: new features
Gustavo Zacarias [Thu, 10 Feb 2011 17:58:14 +0000 (14:58 -0300)]
mpd: new features

* Add libcue support (.cue file parsing)
* Add lame support (mp3 encoding)
* Fix slight typo in Config.in wrt LIBCUEFILE

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolame: new package
Gustavo Zacarias [Thu, 10 Feb 2011 17:58:13 +0000 (14:58 -0300)]
lame: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibcue: new package
Gustavo Zacarias [Thu, 10 Feb 2011 17:58:12 +0000 (14:58 -0300)]
libcue: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agomplayer: bump version to fix build error
Bjørn Forsman [Thu, 10 Feb 2011 16:47:15 +0000 (17:47 +0100)]
mplayer: bump version to fix build error

Bump mplayer to the first version that fixes this issue:

file.c:23:5: warning: "HAVE_MMAP" is not defined
file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c:77:5: warning: "HAVE_MMAP" is not defined
file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c:124:5: warning: "HAVE_MMAP" is not defined
file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c: In function 'av_file_map':
file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function)
file.c:50: error: (Each undeclared identifier is reported only once
file.c:50: error: for each function it appears in.)
make[2]: *** [file.o] Error 1

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotarget gcc: fix recompilation issue
Gustavo Zacarias [Thu, 10 Feb 2011 14:19:09 +0000 (11:19 -0300)]
target gcc: fix recompilation issue

gcc_target wants uclibc_target which is now first stage uclibc (not
real, from the NPTL build stage addition).
This triggers gcc-final to be rebuilt (albeit cached) and reinstalled,
thus touching all the stamps around and triggering a rebuild of
gcc_target.
Switch to $(STAMP_DIR)/gcc_libs_target_installed instead so that we only
depend on the last stage of cross gcc being installed to rebuild.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobusybox 1.18.3: add wget and build system patches
Gustavo Zacarias [Thu, 10 Feb 2011 14:19:08 +0000 (11:19 -0300)]
busybox 1.18.3: add wget and build system patches

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: use soft-float option from BR config
Yann E. MORIN [Wed, 9 Feb 2011 22:57:22 +0000 (23:57 +0100)]
toolchain/ct-ng: use soft-float option from BR config

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: use processor variant from BR config
Yann E. MORIN [Wed, 9 Feb 2011 22:57:21 +0000 (23:57 +0100)]
toolchain/ct-ng: use processor variant from BR config

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: use MMU option from the BR config
Yann E. MORIN [Wed, 9 Feb 2011 22:57:20 +0000 (23:57 +0100)]
toolchain/ct-ng: use MMU option from the BR config

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: update to crosstool-NG 1.10.0
Yann E. MORIN [Wed, 9 Feb 2011 22:57:19 +0000 (23:57 +0100)]
toolchain/ct-ng: update to crosstool-NG 1.10.0

Update the default .config file.
Remove now unnecessary patches.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoConfig.in: use kent.dl.sourceforge.net by default
Peter Korsgaard [Wed, 9 Feb 2011 22:09:48 +0000 (23:09 +0100)]
Config.in: use kent.dl.sourceforge.net by default

Easynews has been down for a number of days, and it is no longer in the
mirror list, so use the mirror from the University of Kent instead by
default.

At the same time fix the link to the sf mirror list.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoqt: make QT_QMAKE variable point to HOST_DIR now
Gustavo Zacarias [Wed, 9 Feb 2011 19:02:17 +0000 (16:02 -0300)]
qt: make QT_QMAKE variable point to HOST_DIR now

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolinks: bump to version 2.3pre1
Gustavo Zacarias [Wed, 9 Feb 2011 18:22:40 +0000 (15:22 -0300)]
links: bump to version 2.3pre1

* Switch to links 2.3pre1.
* Enable graphics mode via directfb.

TODO: Support X11 mode, maybe linuxfb (requires gpm).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodirectfb: fixup directfb-config for correctness
Gustavo Zacarias [Wed, 9 Feb 2011 18:22:39 +0000 (15:22 -0300)]
directfb: fixup directfb-config for correctness

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoopenssl: security bump to 1.0.0d
Gustavo Zacarias [Wed, 9 Feb 2011 14:33:03 +0000 (11:33 -0300)]
openssl: security bump to 1.0.0d

CVE-2011-0014
http://www.openssl.org/news/secadv_20110208.txt

OCSP stapling vulnerability in OpenSSL

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: fix mpd.conf installation check
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:53 +0000 (10:25 -0300)]
mpd: fix mpd.conf installation check

If target /etc/mpd.conf exists the evaluation will be fail thus breaking
the build process. Fix it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: fix libao support
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:52 +0000 (10:25 -0300)]
mpd: fix libao support

libao output must be explicitly enabled, so fix it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosquid: bump to version 3.1.11
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:51 +0000 (10:25 -0300)]
squid: bump to version 3.1.11

Many small fixes, see
http://www.squid-cache.org/Versions/v3/3.1/changesets/SQUID_3_1_11.html

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosqlite: bump to version 3.7.5
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:50 +0000 (10:25 -0300)]
sqlite: bump to version 3.7.5

See http://www.sqlite.org/releaselog/3_7_5.html

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoiw: bump to version 0.9.22
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:49 +0000 (10:25 -0300)]
iw: bump to version 0.9.22

New antenna configuration and wds peer commands.
New mesh functionality.
Misc fixes.

See http://www.spinics.net/lists/linux-wireless/msg64061.html

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobusybox: bump to version 1.18.3
Gustavo Zacarias [Wed, 9 Feb 2011 12:00:47 +0000 (09:00 -0300)]
busybox: bump to version 1.18.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoe2fsprogs: bump to 1.41.14 and fixup
Gustavo Zacarias [Fri, 7 Jan 2011 15:24:53 +0000 (12:24 -0300)]
e2fsprogs: bump to 1.41.14 and fixup

Bump e2fsprogs to version 1.41.14

Also export libblkid properly for util-linux to use.

[Peter: install pkg-config files]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agomicroperl compile fix with ccache enabled
Martin Hicks [Tue, 8 Feb 2011 21:12:14 +0000 (16:12 -0500)]
microperl compile fix with ccache enabled

Just a simple quote problem with $(HOSTCC)

Signed-off-by: Martin Hicks <mort@bork.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoAdd support for DirectFB EP9x driver
Thomas Petazzoni [Tue, 8 Feb 2011 07:46:28 +0000 (08:46 +0100)]
Add support for DirectFB EP9x driver

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoDo not mention toolchain/uClibc/uClibc.config-locale
Thomas Petazzoni [Tue, 8 Feb 2011 07:45:42 +0000 (08:45 +0100)]
Do not mention toolchain/uClibc/uClibc.config-locale

The uClibc configuration file toolchain/uClibc/uClibc.config-locale
does not exist anymore.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agocmake: add patch to fix FindQt4 issue
Thomas Petazzoni [Tue, 8 Feb 2011 07:45:17 +0000 (08:45 +0100)]
cmake: add patch to fix FindQt4 issue

The FindQt4 module of CMake insists on having uic, even if the QtGui
module isn't part of the requirements to build the program. This isn't
correct, as Qt doesn't build/install the uic program when QtGui is
disabled (uic is used to generate some UI code).

This has been fixed upstream in
http://cmake.org/gitweb?p=cmake.git;a=commit;h=43cb9b8276a70d153d56a69d5c61daaf2bc51b78. This
commit will be part of the upcoming 2.8.4 CMake release, but in the
mean time, let's include it in Buildroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agocmake: bump to 2.8.3
Thomas Petazzoni [Tue, 8 Feb 2011 07:45:16 +0000 (08:45 +0100)]
cmake: bump to 2.8.3

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agokernel-headers: bump 2.6.35.x longterm version
Peter Korsgaard [Tue, 8 Feb 2011 13:46:57 +0000 (14:46 +0100)]
kernel-headers: bump 2.6.35.x longterm version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosocat: convert to AUTOTARGETS
Peter Korsgaard [Mon, 7 Feb 2011 18:32:46 +0000 (19:32 +0100)]
socat: convert to AUTOTARGETS

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoqt: move host programs and specs in HOST_DIR
Thomas Petazzoni [Mon, 7 Feb 2011 17:18:00 +0000 (18:18 +0100)]
qt: move host programs and specs in HOST_DIR

The Qt build system installs all host programs (uic, rcc, moc, qmake,
etc.) in the same base directory as the headers and libraries, but
that's not great for Buildroot.

So we now move the host programs and the mkspecs files to the
$(HOST_DIR), and create a qt.conf, which tells qmake where everything
is located.

Tested with Qmake and Cmake as build system for a simple Qt
application.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoAdd gst-omapfb package
Felipe Contreras [Sun, 6 Feb 2011 23:45:05 +0000 (01:45 +0200)]
Add gst-omapfb package

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoAdd dsp-tools package
Felipe Contreras [Sun, 6 Feb 2011 23:45:04 +0000 (01:45 +0200)]
Add dsp-tools package

[Peter: add tidsp-binaries dependency, cleanup]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoAdd gst-dsp package
Felipe Contreras [Sun, 6 Feb 2011 23:45:03 +0000 (01:45 +0200)]
Add gst-dsp package

[Peter: add tidsp-binaries to _DEPENDENCIES]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoAdd tidsp-binaries package
Felipe Contreras [Sun, 6 Feb 2011 23:45:02 +0000 (01:45 +0200)]
Add tidsp-binaries package

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoopenssl: pass LDFLAGS to fix incorrect link
Thomas Petazzoni [Mon, 7 Feb 2011 09:55:04 +0000 (10:55 +0100)]
openssl: pass LDFLAGS to fix incorrect link

We already pass the LD variable to openssl in order to use gcc as the
driver for the link process, instead of directly using the ld
linker. However, we were not passing LDFLAGS so that the compiler
flags are passed, which means that with multilib toolchains, the
incorrect library variant could be used at link time, leading to
invalid binaries (partly ARMv4, partly ARMv5) or broken compilation
(when the build took place in soft-float, but the link stage takes
place against hard-float libraries).

This fixes a problem reported on IRC by amo-ej1 when compiling ssh on
PowerPC e500v2 with a CodeSourcery toolchain ("crtbegin.o uses hard
float, sshd uses soft float").

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agogdb: add support for Blackfin gdbserver
Mike Frysinger [Mon, 7 Feb 2011 05:49:12 +0000 (00:49 -0500)]
gdb: add support for Blackfin gdbserver

This requires removing "deprecated" markings from gdb-6.6, but this isn't
that big of a deal.  That is the last version with Blackfin support at the
moment and we're in the process of getting mainlined.

[Peter: only mark as undeprecated on bfin]
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoinitial support for Blackfin processors
Mike Frysinger [Mon, 7 Feb 2011 05:49:11 +0000 (00:49 -0500)]
initial support for Blackfin processors

[Peter: don't allow MMU on bfin]
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodebugging: do not require no stripping
Mike Frysinger [Mon, 7 Feb 2011 05:49:10 +0000 (00:49 -0500)]
debugging: do not require no stripping

The stripping options operate on the final image and not the intermediate
builds, so requiring stripping to be disabled just to enable debugging
options doesn't make much sense.  Especially when working with gdbserver:
only the host needs the debugging information to be available.  The board
can run & debug perfectly fine without it.

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobusybox: 1.18.2 fixes for ping, tar and udhcp
Peter Korsgaard [Sun, 6 Feb 2011 20:48:53 +0000 (21:48 +0100)]
busybox: 1.18.2 fixes for ping, tar and udhcp

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobarebox: add option to build bareboxenv for target
Peter Korsgaard [Sun, 6 Feb 2011 20:40:19 +0000 (21:40 +0100)]
barebox: add option to build bareboxenv for target

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodocs: add missing info about Bazaar (bzr) download method
Bjørn Forsman [Sun, 6 Feb 2011 19:02:05 +0000 (20:02 +0100)]
docs: add missing info about Bazaar (bzr) download method

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodocs: fix $(PKG)_SITE_METHOD names (UPPER CASE => lower case)
Bjørn Forsman [Sun, 6 Feb 2011 19:02:04 +0000 (20:02 +0100)]
docs: fix $(PKG)_SITE_METHOD names (UPPER CASE => lower case)

Currently, the documentation says $(PKG)_SITE_METHOD should have upper
case names such as SVN or GIT, but the implementation only accepts lower
case svn or git. This fixes the documentation.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agogst-ffmpeg: needs liboil
Peter Korsgaard [Fri, 4 Feb 2011 21:26:55 +0000 (22:26 +0100)]
gst-ffmpeg: needs liboil

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agogstreamer: update to the latest gstreamer +plugins packages
Felipe Contreras [Fri, 4 Feb 2011 18:25:12 +0000 (20:25 +0200)]
gstreamer: update to the latest gstreamer +plugins packages

liboil is not needed not used any more. orc _can_ be used instead, but
it's not needed.

[Peter: get rid of liboil selects]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agontp: only install init script if ntpd is enabled
Peter Korsgaard [Fri, 4 Feb 2011 19:00:35 +0000 (20:00 +0100)]
ntp: only install init script if ntpd is enabled

Further more:
- Rename to S49ntp to match other packages
- Fix start target to run ntpd, and only try ntpdate if available

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agontp: add ntpdate option
Gustavo Zacarias [Thu, 3 Feb 2011 20:45:57 +0000 (17:45 -0300)]
ntp: add ntpdate option

Closes #2935

Add ntpdate option and make ntpd optional.

Based on incomplete patch by Frederik Pasch <fpasch@googlemail.com>

Also enable crypto when openssl is enabled.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobusybox: add 1.18.2 libbb fix
Peter Korsgaard [Fri, 4 Feb 2011 18:49:50 +0000 (19:49 +0100)]
busybox: add 1.18.2 libbb fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobusybox: add 1.18.2 modprobe fix
Gustavo Zacarias [Thu, 3 Feb 2011 20:45:56 +0000 (17:45 -0300)]
busybox: add 1.18.2 modprobe fix

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopython: fix modules_lib_dirs typo in patch-2.7-005-stagng-headers-libs.patch
Mark Wickham [Fri, 4 Feb 2011 18:45:46 +0000 (19:45 +0100)]
python: fix modules_lib_dirs typo in patch-2.7-005-stagng-headers-libs.patch

Closes #3169

Typo in modules_lib_dirs section of patch specified modules_include_dirs
instead of modules_lib_dirs.  This matters if PYTHON_MODULES_LIB
is not passed into the script.

Signed-off-by: Mark Wickham <markw@digi.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosawman: bump version
Peter Korsgaard [Thu, 3 Feb 2011 21:51:43 +0000 (22:51 +0100)]
sawman: bump version

Old version no longer builds after directfb bump.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobzip2: don't hide on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
Peter Korsgaard [Thu, 3 Feb 2011 19:44:45 +0000 (20:44 +0100)]
bzip2: don't hide on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS

Quite a lot of packages select bzip2 (for its libbz2 library), so don't
hide it even though busybox DOES have a bzip2 applet - Otherwise
kconfig complains.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agocdrkit: drop host-cmake dependencies
Gustavo Zacarias [Thu, 27 Jan 2011 14:21:34 +0000 (11:21 -0300)]
cdrkit: drop host-cmake dependencies

Now that it's been converted to cmaketargets it doesn't need the
host-cmake dependencies since this are fulfilled in the infrastructure.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibpng: bump to version 1.4.5
Gustavo Zacarias [Thu, 27 Jan 2011 14:21:32 +0000 (11:21 -0300)]
libpng: bump to version 1.4.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodocumentation: update buildroot internal toolchain usage
Gustavo Zacarias [Wed, 2 Feb 2011 13:05:57 +0000 (10:05 -0300)]
documentation: update buildroot internal toolchain usage

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain: introduce HOST_DIR option
Gustavo Zacarias [Wed, 2 Feb 2011 13:05:56 +0000 (10:05 -0300)]
toolchain: introduce HOST_DIR option

Allow the user to define HOST_DIR in the config menu.

This way when building an internal toolchain a separate (maybe shared)
output directory may be defined and the toolchain can be used by
multiple users and/or projects.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: update with recent changes and resolved issues
Peter Korsgaard [Wed, 2 Feb 2011 21:44:21 +0000 (22:44 +0100)]
CHANGES: update with recent changes and resolved issues

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodnsmasq: idn support requires wchar
Gustavo Zacarias [Wed, 2 Feb 2011 12:22:24 +0000 (09:22 -0300)]
dnsmasq: idn support requires wchar

IDN support requires wchar, otherwise libintl will fail to build.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibidn: bump to version 1.19
Gustavo Zacarias [Wed, 2 Feb 2011 12:22:23 +0000 (09:22 -0300)]
libidn: bump to version 1.19

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibart: bump to version 2.3.21
Gustavo Zacarias [Wed, 2 Feb 2011 12:22:22 +0000 (09:22 -0300)]
libart: bump to version 2.3.21

Bump libart to version 2.3.21 and update patch accordingly.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoimagemagick: bump to version 6.6.7-4
Gustavo Zacarias [Wed, 2 Feb 2011 12:22:21 +0000 (09:22 -0300)]
imagemagick: bump to version 6.6.7-4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodirectfb: bump to version 1.4.11
Gustavo Zacarias [Wed, 2 Feb 2011 12:22:20 +0000 (09:22 -0300)]
directfb: bump to version 1.4.11

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoMakefile: savedefconfig: save in O= directory for out-of-tree builds
Peter Korsgaard [Wed, 2 Feb 2011 14:33:10 +0000 (15:33 +0100)]
Makefile: savedefconfig: save in O= directory for out-of-tree builds

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>