openembedded.git
13 years agolibgee: move to known-good revision
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 13:50:11 +0000 (15:50 +0200)]
libgee: move to known-good revision

13 years agoxserver-xorg: move from 1.8.99.904 to 1.8.99.905
Martin Jansa [Thu, 15 Jul 2010 13:23:21 +0000 (15:23 +0200)]
xserver-xorg: move from 1.8.99.904 to 1.8.99.905

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agouclibc: update git version, fixes ppc32 nptl error
Henning Heinold [Thu, 15 Jul 2010 12:48:27 +0000 (14:48 +0200)]
uclibc: update git version, fixes ppc32 nptl error

13 years agollvm2.7: force arm mode for now for armv4t
Martin Jansa [Thu, 15 Jul 2010 12:26:06 +0000 (14:26 +0200)]
llvm2.7: force arm mode for now for armv4t

* http://llvm.org/bugs/show_bug.cgi?id=6065
* other archs are probably also affected, feel free to add
* it's not clear if it's thumb2 or thumb1 only, because arm920t
  is affected and woglinde said his armv7 machine is not affected

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agousbmodeswitch: add 1.1.3
Koen Kooi [Thu, 15 Jul 2010 11:27:42 +0000 (13:27 +0200)]
usbmodeswitch: add 1.1.3

13 years agoangstrom-task-gnome: remove xorg-minimal-fonts
Koen Kooi [Thu, 15 Jul 2010 11:09:10 +0000 (13:09 +0200)]
angstrom-task-gnome: remove xorg-minimal-fonts

13 years agoopenjdk-6: fix download URL for jaxws and jaf
Henning Heinold [Thu, 15 Jul 2010 09:57:28 +0000 (11:57 +0200)]
openjdk-6: fix download URL for jaxws and jaf

13 years agoicedtea6-native_1.8: don't use kenai.com for jdk6-jaf and jdk6-jaxws, add right confi...
Martin Jansa [Thu, 15 Jul 2010 10:30:43 +0000 (12:30 +0200)]
icedtea6-native_1.8: don't use kenai.com for jdk6-jaf and jdk6-jaxws, add right configure params for drop-zip (otherwise it's redownloaded during do_configure)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agofreetype: fixed broken patches
Enrico Scholz [Thu, 15 Jul 2010 09:56:58 +0000 (11:56 +0200)]
freetype: fixed broken patches

Patches in aaac36c39e301995029cb40ae40fa8af277694dc are malformed
because they were cherrypicked with global 'apply.whitespace=fix'.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
13 years agoekiga, opal: bump PR
Koen Kooi [Thu, 15 Jul 2010 09:54:28 +0000 (11:54 +0200)]
ekiga, opal: bump PR

13 years agoipkg-utils: convert mtime to int before comparing it
Enrico Scholz [Tue, 15 Jun 2010 12:43:54 +0000 (14:43 +0200)]
ipkg-utils: convert mtime to int before comparing it

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>
13 years agoencodings/font-util: swapped inter-DEPENDS
Enrico Scholz [Thu, 27 May 2010 13:14:53 +0000 (15:14 +0200)]
encodings/font-util: swapped inter-DEPENDS

'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>
13 years agofreetype: build with system zlib
Enrico Scholz [Thu, 15 Jul 2010 09:30:41 +0000 (11:30 +0200)]
freetype: build with system zlib

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>
13 years agofreetype: updated to 2.3.12
Enrico Scholz [Sun, 28 Mar 2010 14:45:36 +0000 (16:45 +0200)]
freetype: updated to 2.3.12

That's (nearly) a copy of the old 2.3.11 recipe.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
13 years agodbus: use $(LIBTOOL) to install 'dbus-daemon'
Enrico Scholz [Sun, 28 Mar 2010 10:29:01 +0000 (12:29 +0200)]
dbus: use $(LIBTOOL) to install 'dbus-daemon'

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>
13 years agoekiga: raise defaultpref for angstrom
Koen Kooi [Thu, 15 Jul 2010 09:26:31 +0000 (11:26 +0200)]
ekiga: raise defaultpref for angstrom

13 years agoekiga git: bump to current head
Koen Kooi [Thu, 15 Jul 2010 08:53:32 +0000 (10:53 +0200)]
ekiga git: bump to current head

13 years agoptlib: add 2.8.2
Koen Kooi [Thu, 15 Jul 2010 08:51:11 +0000 (10:51 +0200)]
ptlib: add 2.8.2

13 years agoekiga: add 3.2.7
Koen Kooi [Thu, 15 Jul 2010 07:49:34 +0000 (09:49 +0200)]
ekiga: add 3.2.7

13 years agoekiga git: lower default pref
Koen Kooi [Thu, 15 Jul 2010 07:49:19 +0000 (09:49 +0200)]
ekiga git: lower default pref

13 years agoopal: add 3.8.2
Koen Kooi [Thu, 15 Jul 2010 07:40:13 +0000 (09:40 +0200)]
opal: add 3.8.2

13 years agophp: make sed avoid unaccessible .pc files left by quilt
Denys Dmytriyenko [Wed, 14 Jul 2010 21:47:20 +0000 (17:47 -0400)]
php: make sed avoid unaccessible .pc files left by quilt

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
13 years agogcc 4.1.x: patch Makefile.in for cross compile badness
Frans Meulenbroeks [Wed, 14 Jul 2010 20:52:38 +0000 (22:52 +0200)]
gcc 4.1.x: patch Makefile.in for cross compile badness

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>
13 years agoclamav 0.96.1: Add a patch to drop @CFLAGS@ from libclamav.pc.in, bump PR
Tom Rini [Wed, 14 Jul 2010 20:17:06 +0000 (13:17 -0700)]
clamav 0.96.1: Add a patch to drop @CFLAGS@ from libclamav.pc.in, bump PR

@CFLAGS@ doesn't belong in pkgconfig files

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agopkconfig.bbclass: Add -R... to the regex, and reindent.
Tom Rini [Wed, 14 Jul 2010 20:15:41 +0000 (13:15 -0700)]
pkconfig.bbclass: Add -R... to the regex, and reindent.

clamav 0.96.1 makes use of this flag

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agolibc-client: remove extra "openssl" from the include path
Denys Dmytriyenko [Wed, 14 Jul 2010 19:53:39 +0000 (15:53 -0400)]
libc-client: remove extra "openssl" from the include path

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>
13 years agoipsec-tools: Add a patch to not 'install' vmbuf.h twice
Tom Rini [Wed, 14 Jul 2010 19:55:12 +0000 (12:55 -0700)]
ipsec-tools: Add a patch to not 'install' vmbuf.h twice

Patch taken form pld-linux.org

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agobase.bbclass: introduce COMPATIBLE_TARGET_SYS
Frans Meulenbroeks [Sat, 10 Jul 2010 16:12:40 +0000 (18:12 +0200)]
base.bbclass: introduce COMPATIBLE_TARGET_SYS

This patch introduces COMPATIBLE_TARGET_SYS
It is similar to COMPATIBLE_MACHINE but where COMPATIBLE_MACHINE
is used to specify that a certain recipe is for a certain machine
COMPATIBLE_TARGET_SYS can be used to specify that a certain recipe
is for a certain architecture.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
13 years agogcc-configure-common.inc: Disable multilib generation.
Khem Raj [Wed, 14 Jul 2010 17:55:22 +0000 (10:55 -0700)]
gcc-configure-common.inc: Disable multilib generation.

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>
13 years agoopenjdk-6-6b18: Remove vestigial thumbee.patch.
Xerxes Rånby [Wed, 14 Jul 2010 16:49:16 +0000 (18:49 +0200)]
openjdk-6-6b18: Remove vestigial thumbee.patch.

13 years agoopenjdk-6-6b18: Add ARM Linux Shark CPU features detection code.
Xerxes Rånby [Wed, 14 Jul 2010 16:42:45 +0000 (18:42 +0200)]
openjdk-6-6b18: Add ARM Linux Shark CPU features detection code.

13 years agoicedtea6-native_1.7.3: backport patch for building without jar in system
Martin Jansa [Wed, 14 Jul 2010 15:32:49 +0000 (17:32 +0200)]
icedtea6-native_1.7.3: backport patch for building without jar in system

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoshr: include sane-toolchain-java.inc and angstrom-jalimo.conf, add largefile to DISTR...
Martin Jansa [Wed, 14 Jul 2010 12:15:51 +0000 (14:15 +0200)]
shr: include sane-toolchain-java.inc and angstrom-jalimo.conf, add largefile to DISTRO_FEATURES

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
Dmitry Eremin-Solenikov [Wed, 14 Jul 2010 12:18:21 +0000 (16:18 +0400)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev

13 years agogdb: stop conflicting with binutils
Dmitry Eremin-Solenikov [Wed, 14 Jul 2010 12:16:26 +0000 (16:16 +0400)]
gdb: stop conflicting with binutils

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>
13 years agousermanual/chapters/recipes.xml: Executables should be executable.
Graham Gower [Tue, 13 Jul 2010 18:48:39 +0000 (18:48 +0000)]
usermanual/chapters/recipes.xml: Executables should be executable.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agojamvm-initial 1.4.5,1.5.0: Fixed binary to be called in script.
Robert Schuster [Wed, 14 Jul 2010 06:15:01 +0000 (08:15 +0200)]
jamvm-initial 1.4.5,1.5.0: Fixed binary to be called in script.

13 years agojamvm 1.4.5 - 1.5.3: Fixed packaging of libjvm.so
Robert Schuster [Wed, 14 Jul 2010 06:08:38 +0000 (08:08 +0200)]
jamvm 1.4.5 - 1.5.3: Fixed packaging of libjvm.so

13 years agocacao 0.99.3: Fixed packaging of libjvm.so.
Robert Schuster [Wed, 14 Jul 2010 06:06:09 +0000 (08:06 +0200)]
cacao 0.99.3: Fixed packaging of libjvm.so.
cacao 0.99.4: Dito.

13 years agojamvm-initial 1.4.5: Face random crashes with a silent retry.
Robert Schuster [Tue, 13 Jul 2010 13:46:41 +0000 (15:46 +0200)]
jamvm-initial 1.4.5: Face random crashes with a silent retry.
jamvm-initial 1.5.0: Dito.

13 years agollvm-common: Fixed installation path of helper script (led to issues in OpenJDK build...
Robert Schuster [Tue, 13 Jul 2010 09:58:02 +0000 (11:58 +0200)]
llvm-common: Fixed installation path of helper script (led to issues in OpenJDK build), bumped PR.

13 years agoperl_5.8.8.bb: Don't use hostperl's $Config{cppflags} with cross compiler.
Graham Gower [Sun, 11 Jul 2010 20:51:15 +0000 (20:51 +0000)]
perl_5.8.8.bb: Don't use hostperl's $Config{cppflags} with cross compiler.

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>
13 years agogtk+-2.20.0,gtk+-2.20.1: Fix case where /usr/bin/nm was being generated into libtool.
Khem Raj [Tue, 13 Jul 2010 05:47:01 +0000 (22:47 -0700)]
gtk+-2.20.0,gtk+-2.20.1: Fix case where /usr/bin/nm was being generated into libtool.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoxserver-common_1.33: add xinput-calibrator to SHR RDEPENDS
Martin Jansa [Tue, 13 Jul 2010 08:51:37 +0000 (10:51 +0200)]
xserver-common_1.33: add xinput-calibrator to SHR RDEPENDS

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agotask-shr-feed: add missing shr-splash themes to feed
Sebastian Krzyszkowiak [Wed, 7 Jul 2010 16:29:06 +0000 (16:29 +0000)]
task-shr-feed: add missing shr-splash themes to feed

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoframeworkd: bump SRCREV, remove applied patches
Martin Jansa [Tue, 13 Jul 2010 08:00:41 +0000 (10:00 +0200)]
frameworkd: bump SRCREV, remove applied patches

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolibphone-ui: bump SRCREV, remove applied patch
Martin Jansa [Tue, 13 Jul 2010 07:50:16 +0000 (09:50 +0200)]
libphone-ui: bump SRCREV, remove applied patch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agofreesmartphone: bump cornucopia SRCREV, remove aplied patch from fsogsmd and use...
Martin Jansa [Tue, 13 Jul 2010 07:41:02 +0000 (09:41 +0200)]
freesmartphone: bump cornucopia SRCREV, remove aplied patch from fsogsmd and use FSO_CORNUCOPIA_SRCREV again in mdbus2

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolinux(-kexecboot): bump SRCREV in git version and update defconfig
Martin Jansa [Sun, 20 Jun 2010 12:28:25 +0000 (14:28 +0200)]
linux(-kexecboot): bump SRCREV in git version and update defconfig

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolinux-openmoko-2.6.34: bump SRCREV, try to disable UBI debug and reenable background...
Martin Jansa [Wed, 30 Jun 2010 13:11:39 +0000 (15:11 +0200)]
linux-openmoko-2.6.34: bump SRCREV, try to disable UBI debug and reenable background thread (seems to work now)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
Dmitry Eremin-Solenikov [Tue, 13 Jul 2010 21:07:34 +0000 (01:07 +0400)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev

13 years agolinux-2.6.34: add tqm8540 configuration
Dmitry Eremin-Solenikov [Tue, 13 Jul 2010 20:26:22 +0000 (00:26 +0400)]
linux-2.6.34: add tqm8540 configuration

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
13 years agolinux.inc: add KERNEL_DEVICETREE_tqm8540 definition
Dmitry Eremin-Solenikov [Tue, 13 Jul 2010 20:04:41 +0000 (00:04 +0400)]
linux.inc: add KERNEL_DEVICETREE_tqm8540 definition

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
13 years agotqm8540: drop u-boot versioning, add kernel uImage parameters
Dmitry Eremin-Solenikov [Tue, 13 Jul 2010 20:04:08 +0000 (00:04 +0400)]
tqm8540: drop u-boot versioning, add kernel uImage parameters

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
13 years agou-boot: switch lite5200 to current u-boot and drop u-boot 2010.03 which had no other...
Dmitry Eremin-Solenikov [Tue, 13 Jul 2010 20:03:32 +0000 (00:03 +0400)]
u-boot: switch lite5200 to current u-boot and drop u-boot 2010.03 which had no other users

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
13 years agou-boot: add a recipe for fresh release of u-boot. Also make it default for tqm8540...
Dmitry Eremin-Solenikov [Tue, 13 Jul 2010 20:01:39 +0000 (00:01 +0400)]
u-boot: add a recipe for fresh release of u-boot. Also make it default for tqm8540 board

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
13 years agoangstrom: fix another regression with DISTRO_FEATURES
Koen Kooi [Tue, 13 Jul 2010 17:22:33 +0000 (19:22 +0200)]
angstrom: fix another regression with DISTRO_FEATURES

*sigh*

13 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Koen Kooi [Tue, 13 Jul 2010 17:20:22 +0000 (19:20 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

13 years agopython-django: added recipe for 1.2.1, based on 1.0.2 recipe.
Tom Hayward [Sun, 11 Jul 2010 18:47:54 +0000 (11:47 -0700)]
python-django: added recipe for 1.2.1, based on 1.0.2 recipe.

13 years agopython 2.6: generated new python-2.6-manifest.inc for python-numbers
Tom Hayward [Sun, 11 Jul 2010 18:44:49 +0000 (11:44 -0700)]
python 2.6: generated new python-2.6-manifest.inc for python-numbers

13 years agou-boot_git: Change default console for OMAP3EVM
Roger Monk [Mon, 12 Jul 2010 14:15:10 +0000 (15:15 +0100)]
u-boot_git: Change default console for OMAP3EVM

   * Change ttyS2 -> ttyS0
   * bump PR

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
13 years agolibtimedate-perl: don't depend on target packages
Henning Heinold [Mon, 12 Jul 2010 22:31:27 +0000 (00:31 +0200)]
libtimedate-perl: don't depend on target packages

* bump PR

13 years agoquilt-native: Remove RDEPENDS on libtimedate-perl-native
Khem Raj [Mon, 12 Jul 2010 22:29:19 +0000 (15:29 -0700)]
quilt-native: Remove RDEPENDS on libtimedate-perl-native

* 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>
13 years agollvm2.7: Make ARMv4 compatible llvm pr7608
Xerxes Rånby [Mon, 12 Jul 2010 14:33:00 +0000 (16:33 +0200)]
llvm2.7: Make ARMv4 compatible llvm pr7608

13 years agollvm2.7: workaround llvm pr5201 / icedtea6 pr399 for ARM and PPC
Xerxes Rånby [Mon, 12 Jul 2010 13:38:47 +0000 (15:38 +0200)]
llvm2.7: workaround llvm pr5201 / icedtea6 pr399 for ARM and PPC

13 years agotask-shr-minimal: fix case when binary locales generation is disabled
Denis 'GNUtoo' Carikli [Sat, 10 Jul 2010 22:35:32 +0000 (00:35 +0200)]
task-shr-minimal: fix case when binary locales generation is disabled

2 issues were present:
*disabled was a string and so,when binary locales generation was disabled
  it never executed the return statement
  For fixing it,I've copied and adapted the glibc code that JaMa pointed me out:
  FreeNode-#oe.log:Jul 09 14:19:26
    <JaMa> GNUtoo|laptop: glibc/glibc-package.inc is using "if enabled and int(enabled):"
*return should return "",else the dependency of task-shr-minimal are "None".

I also bumped PR

13 years agoshr: switch to a newer glib/gtk combo as Angsrom does
Martin Jansa [Mon, 12 Jul 2010 11:44:46 +0000 (13:44 +0200)]
shr: switch to a newer glib/gtk combo as Angsrom does

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agollvm-common: unbreak build NATIVE_INSTALL_WORKS = "1".
Xerxes Rånby [Mon, 12 Jul 2010 11:10:37 +0000 (13:10 +0200)]
llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1".

13 years agoshr-splash: don't use PROVIDES, as it's not used when resolving runtime deps nor...
Sebastian Krzyszkowiak [Thu, 8 Jul 2010 12:16:34 +0000 (12:16 +0000)]
shr-splash: don't use PROVIDES, as it's not used when resolving runtime deps nor image content; use SHR_SPLASH_THEME variable instead

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoconntrack-tools: fix restart command in init script
Vladimir Sorokin [Tue, 6 Jul 2010 10:47:48 +0000 (14:47 +0400)]
conntrack-tools: fix restart command in init script

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
13 years agocorosync: fix init script
Vladimir Sorokin [Thu, 24 Jun 2010 08:53:29 +0000 (12:53 +0400)]
corosync: fix init script
1) use pgrep instead parsing output of "ps"
2) check if nobody needs to kill

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
13 years agopacemaker: update to version 1.0.9.1
Roman I Khimov [Thu, 1 Jul 2010 15:26:03 +0000 (19:26 +0400)]
pacemaker: update to version 1.0.9.1

* bugfix release, considered as safe upgrade

Signed-off-by: Roman I Khimov <khimov@altell.ru>
13 years agocorosync: update to version 1.2.6
Roman I Khimov [Thu, 1 Jul 2010 15:21:10 +0000 (19:21 +0400)]
corosync: update to version 1.2.6

* bug fix release, considered as safe upgrade

Signed-off-by: Roman I Khimov <khimov@altell.ru>
13 years agorun-qemu.sh: Add qemumipsel target
Khem Raj [Sun, 11 Jul 2010 23:00:04 +0000 (16:00 -0700)]
run-qemu.sh: Add qemumipsel target

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agopython 2.6: add python-numbers subpackage adding support for numerical APIs:
Michael 'Mickey' Lauer [Sun, 11 Jul 2010 13:54:14 +0000 (15:54 +0200)]
python 2.6: add python-numbers subpackage adding support for numerical APIs:
Included for now are the modules numbers and decimal

13 years agoopie-init: disable special init handling for c7x0 (for w100 which is currently disabled)
Paul Eggleton [Sun, 11 Jul 2010 11:47:05 +0000 (12:47 +0100)]
opie-init: disable special init handling for c7x0 (for w100 which is currently disabled)

13 years agoconf/machine: add keymaps to recommended list for h4000/hx4700 to fix record button
Paul Eggleton [Sun, 11 Jul 2010 11:40:00 +0000 (12:40 +0100)]
conf/machine: add keymaps to recommended list for h4000/hx4700 to fix record button

13 years agokeymaps: add keymaps for h4000 & hx4700 to make record button usable
Paul Eggleton [Sun, 11 Jul 2010 11:39:08 +0000 (12:39 +0100)]
keymaps: add keymaps for h4000 & hx4700 to make record button usable

13 years agogcc csl 2007q3: hack to fix build
Koen Kooi [Sun, 11 Jul 2010 08:27:55 +0000 (10:27 +0200)]
gcc csl 2007q3: hack to fix build

13 years agosite/mipsel-linux-uclibc: Cache ac_cv_sizeof_int for vim.
Khem Raj [Sun, 11 Jul 2010 03:15:42 +0000 (20:15 -0700)]
site/mipsel-linux-uclibc: Cache ac_cv_sizeof_int for vim.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoqemu_0.12.4.bb: Add 99_stable.diff from debian.
Khem Raj [Fri, 9 Jul 2010 22:24:51 +0000 (15:24 -0700)]
qemu_0.12.4.bb: Add 99_stable.diff from debian.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agogcc-4.5.inc: Update SRCREV to pick new fixes on ARM.
Khem Raj [Fri, 9 Jul 2010 22:22:03 +0000 (15:22 -0700)]
gcc-4.5.inc: Update SRCREV to pick new fixes on ARM.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoquilt: Add option QUILT_NO_RM_SYMLINKS so follow symlinks with quilt refresh
Khem Raj [Fri, 9 Jul 2010 20:13:43 +0000 (13:13 -0700)]
quilt: Add option QUILT_NO_RM_SYMLINKS so follow symlinks with quilt refresh

* OE now creates symlinks into metadata. This patch allows quilt to
  follow the symlinks so when a patch is refreshed then the result
  happens in the metadata location.

* Creating a new patch will still happen in local patches directory
  unless one uses path into metadata.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoglibc 2.10.1: added nios2 support
Frans Meulenbroeks [Sat, 10 Jul 2010 18:30:05 +0000 (20:30 +0200)]
glibc 2.10.1: added nios2 support

add nios2 support.
as this is strictly nios2 specific there is no need to bump PR

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
13 years agoglibc 2.10.1: added ifdef around PTR*MANGLE
Frans Meulenbroeks [Sat, 10 Jul 2010 18:25:48 +0000 (20:25 +0200)]
glibc 2.10.1: added ifdef around PTR*MANGLE

some of the calls to PTR_MANGLE and PTR_UNMANGLE were
guarded by #ifdef's whereas others were not.
This causes problems on architectures that do not
have those macros.
Fix is to add ifdefs around those invocations
Also added PR to the recipe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
13 years agobusybox.inc: bump PR
Koen Kooi [Sat, 10 Jul 2010 17:50:23 +0000 (19:50 +0200)]
busybox.inc: bump PR

13 years agoangstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES
Koen Kooi [Sat, 10 Jul 2010 17:49:13 +0000 (19:49 +0200)]
angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES

kudos to SHR for spotting that

13 years agoshr.conf: add ipv4 and ipv6 to DISTRO_FEATURES
Klaus Kurzmann [Sat, 10 Jul 2010 14:48:01 +0000 (16:48 +0200)]
shr.conf: add ipv4 and ipv6 to DISTRO_FEATURES
needed for busybox to include networking

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
13 years agomsmcommd_git.bb: bump SRCREV
Klaus Kurzmann [Sat, 10 Jul 2010 08:18:22 +0000 (10:18 +0200)]
msmcommd_git.bb: bump SRCREV

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
13 years agoangstrom: switch to a newer glib/gtk combo
Koen Kooi [Fri, 9 Jul 2010 21:04:24 +0000 (23:04 +0200)]
angstrom: switch to a newer glib/gtk combo

13 years agofennec: update to fennec2
Koen Kooi [Fri, 9 Jul 2010 14:08:36 +0000 (16:08 +0200)]
fennec: update to fennec2

13 years agofsogsmd_git.bb: fix striplevel for modified config patch
Klaus Kurzmann [Fri, 9 Jul 2010 23:20:18 +0000 (01:20 +0200)]
fsogsmd_git.bb: fix striplevel for modified config patch

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
13 years agofsogsmd_git.bb: update patch to fix config for newer kernels on GTA02
Klaus Kurzmann [Fri, 9 Jul 2010 22:46:53 +0000 (00:46 +0200)]
fsogsmd_git.bb: update patch to fix config for newer kernels on GTA02

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
13 years agogcc-4.4.4.inc: Dont apply gcc-arm-cp15-tpreg-for-TLS.patch as it might be breaking...
Khem Raj [Fri, 9 Jul 2010 22:46:56 +0000 (15:46 -0700)]
gcc-4.4.4.inc: Dont apply gcc-arm-cp15-tpreg-for-TLS.patch as it might be breaking ABI for armv7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agogcc-4.4.4: Use CP15 register for TLS access on armv7-a.
Khem Raj [Fri, 9 Jul 2010 22:14:45 +0000 (15:14 -0700)]
gcc-4.4.4: Use CP15 register for TLS access on armv7-a.

* ARMv7 was using -mtp=soft where as the CP15 register for TLS
  is available and should be used. This should improve the performance
  of TLS access.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agocornucopia.inc: bump FSO_CORNUCOPIA_SRCREV
Klaus Kurzmann [Fri, 9 Jul 2010 20:50:14 +0000 (22:50 +0200)]
cornucopia.inc: bump FSO_CORNUCOPIA_SRCREV

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
13 years agousermanual: Updates to reflect changes in file:// treatment for patches.
Khem Raj [Fri, 9 Jul 2010 19:48:13 +0000 (12:48 -0700)]
usermanual: Updates to reflect changes in file:// treatment for patches.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoMerge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into org...
Stanislav Brabec [Fri, 9 Jul 2010 19:34:48 +0000 (19:34 +0000)]
Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into org.openembedded.dev

13 years agogtk+: Update to version 2.20.1 + fix of midori DnD grab freeze (GNOME#623865).
Stanislav Brabec [Fri, 9 Jul 2010 19:31:29 +0000 (19:31 +0000)]
gtk+: Update to version 2.20.1 + fix of midori DnD grab freeze (GNOME#623865).

13 years agobinutils_2.20.1.bb: Remove redundantly added patch=1 its not needed anymore
Khem Raj [Fri, 9 Jul 2010 19:30:50 +0000 (12:30 -0700)]
binutils_2.20.1.bb: Remove redundantly added patch=1 its not needed anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>