aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-07-15ekiga, opal: bump PRKoen Kooi
2010-07-15ipkg-utils: convert mtime to int before comparing itEnrico Scholz
The st_mtime attribute (which is a float) is compared against a value from the timestamp database, which was stored as an integer there. When working on a filesystem with precise timestamps the comparision will fail nearly everytime hence. Although it might be possible to enhance the database to store the fractional part too, this will complicate things more than we would gain by this change. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15encodings/font-util: swapped inter-DEPENDSEnrico Scholz
'encodings' uses font-util's pkg-config file to determine location of the X11 font directory. When 'font-util' is not staged yet (as it was the case), it will use buildhost information which point to something like /usr/share/X11 (which is outside of the staging dir) and which are not writable. This results into an empty 'encodings' package on first bitbake run in a pristine tree; 'encodings' must be rebuilt so that it can use font-util information from previous runs. As 'font-util' itself does not require 'encodings' during build-time, there were swapped the DEPENDS. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Cc: David-John Willis <John.Willis@Distant-earth.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-15freetype: build with system zlibEnrico Scholz
Problems mentioned in 4187d3df8838506f6578a2b0f2fb98f98c41e151 (Aug 2006) seem to went away and build succeeds with system zlib now. Using system libraries is preferable because it saves space and allows better tracking of security issues. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15freetype: updated to 2.3.12Enrico Scholz
That's (nearly) a copy of the old 2.3.11 recipe. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15dbus: use $(LIBTOOL) to install 'dbus-daemon'Enrico Scholz
Depending on autotools/libtool version and configure flags, dbus-daemon will be built sometimes below .libs/ and sometimes in base directory. Using 'libtool --mode=install' is a portable way to deal with this. Changing Makefile.am to use native automake methods to install this files would be a better but more invasive fix. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15ekiga: raise defaultpref for angstromKoen Kooi
2010-07-15ekiga git: bump to current headKoen Kooi
2010-07-15ptlib: add 2.8.2Koen Kooi
2010-07-15ekiga: add 3.2.7Koen Kooi
2010-07-15ekiga git: lower default prefKoen Kooi
2010-07-15opal: add 3.8.2Koen Kooi
2010-07-14php: make sed avoid unaccessible .pc files left by quiltDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-14gcc 4.1.x: patch Makefile.in for cross compile badnessFrans Meulenbroeks
When compiling gcc target code make passes -I(GMPINC) but this one points to the host dir (it is set to HOST_GMPINC which in oe points to tmp/sysroots/i686-linux/usr/include) This patch breaks the env var $(INCLUDES) in two and only uses the TARGET specific part for compiling libgcc and the crt stuff. This has been fully tested with gcc 4.1.2. For 4.1.0 and 4.1.0 it is verified that the patch applies properly Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-07-14clamav 0.96.1: Add a patch to drop @CFLAGS@ from libclamav.pc.in, bump PRTom Rini
@CFLAGS@ doesn't belong in pkgconfig files Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-14libc-client: remove extra "openssl" from the include pathDenys Dmytriyenko
Since normally OpenSSL headers are already included from "openssl" directory, don't add it to the path again, which breaks the build with external toolchains. Thanks to Pierluigi Passaro for suggesting the fix: http://e2e.ti.com/support/embedded/f/354/p/53964/198615.aspx Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-14ipsec-tools: Add a patch to not 'install' vmbuf.h twiceTom Rini
Patch taken form pld-linux.org Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-14gcc-configure-common.inc: Disable multilib generation.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com>
2010-07-14openjdk-6-6b18: Remove vestigial thumbee.patch.Xerxes Rånby
2010-07-14openjdk-6-6b18: Add ARM Linux Shark CPU features detection code.Xerxes Rånby
2010-07-14icedtea6-native_1.7.3: backport patch for building without jar in systemMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-07-14gdb: stop conflicting with binutilsDmitry Eremin-Solenikov
To stop gdb file conflicts with binutils (in different ways) move removing of bfd/opcodes/libiberty stuff to gdb-common.inc. Also bump PRs to force rebuild. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-07-14jamvm-initial 1.4.5,1.5.0: Fixed binary to be called in script.Robert Schuster
2010-07-14jamvm 1.4.5 - 1.5.3: Fixed packaging of libjvm.soRobert Schuster
2010-07-14cacao 0.99.3: Fixed packaging of libjvm.so.Robert Schuster
cacao 0.99.4: Dito.
2010-07-14jamvm-initial 1.4.5: Face random crashes with a silent retry.Robert Schuster
jamvm-initial 1.5.0: Dito.
2010-07-14llvm-common: Fixed installation path of helper script (led to issues in ↵Robert Schuster
OpenJDK build), bumped PR.
2010-07-13perl_5.8.8.bb: Don't use hostperl's $Config{cppflags} with cross compiler.Graham Gower
Fixes /usr/local/include Badness. make[2]: Entering directory `/home/grg/oe2/tmp/work/mipsel-oe-linux/perl-5.8.8-r34/perl-5.8.8/ext/Errno' hostperl -I/home/grg/oe2/tmp/work/mipsel-oe-linux/perl-5.8.8-r34/perl-5.8.8/Cross/../fake_config_library -MConfig Errno_pm.PL Errno.pm CROSS COMPILE Badness: /usr/local/include in INCLUDEPATH: /usr/local/include No error definitions found at Errno_pm.PL line 216. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-13gtk+-2.20.0,gtk+-2.20.1: Fix case where /usr/bin/nm was being generated into ↵Khem Raj
libtool. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-14xserver-common_1.33: add xinput-calibrator to SHR RDEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14task-shr-feed: add missing shr-splash themes to feedSebastian Krzyszkowiak
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14frameworkd: bump SRCREV, remove applied patchesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14libphone-ui: bump SRCREV, remove applied patchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14freesmartphone: bump cornucopia SRCREV, remove aplied patch from fsogsmd and ↵Martin Jansa
use FSO_CORNUCOPIA_SRCREV again in mdbus2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14linux(-kexecboot): bump SRCREV in git version and update defconfigMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14linux-openmoko-2.6.34: bump SRCREV, try to disable UBI debug and reenable ↵Martin Jansa
background thread (seems to work now) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-07-14linux-2.6.34: add tqm8540 configurationDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-07-14linux.inc: add KERNEL_DEVICETREE_tqm8540 definitionDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-07-14u-boot: switch lite5200 to current u-boot and drop u-boot 2010.03 which had ↵Dmitry Eremin-Solenikov
no other users Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-07-14u-boot: add a recipe for fresh release of u-boot. Also make it default for ↵Dmitry Eremin-Solenikov
tqm8540 board Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-07-13Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2010-07-13python-django: added recipe for 1.2.1, based on 1.0.2 recipe.Tom Hayward
2010-07-13python 2.6: generated new python-2.6-manifest.inc for python-numbersTom Hayward
2010-07-13u-boot_git: Change default console for OMAP3EVMRoger Monk
* Change ttyS2 -> ttyS0 * bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-13libtimedate-perl: don't depend on target packagesHenning Heinold
* bump PR
2010-07-12quilt-native: Remove RDEPENDS on libtimedate-perl-nativeKhem Raj
* quilt-native is build quite early. Its not sensible to depend on natve packages which inturn uses quilt to patch. * Thanks to woglinge for finding it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-12llvm2.7: Make ARMv4 compatible llvm pr7608Xerxes Rånby
2010-07-12llvm2.7: workaround llvm pr5201 / icedtea6 pr399 for ARM and PPCXerxes Rånby