openembedded.git
15 years agopython: only dep on tk if tk is in DISTRO_FEATURES.
Chris Larson [Thu, 17 Dec 2009 16:49:18 +0000 (09:49 -0700)]
python: only dep on tk if tk is in DISTRO_FEATURES.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoglib-2.0-native: kill unnecessary FILESPATH overrides.
Chris Larson [Thu, 17 Dec 2009 16:27:43 +0000 (09:27 -0700)]
glib-2.0-native: kill unnecessary FILESPATH overrides.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoportmap 6.0: kill -O2 and replace -fpie with -fPIC.
Chris Larson [Thu, 17 Dec 2009 15:51:03 +0000 (08:51 -0700)]
portmap 6.0: kill -O2 and replace -fpie with -fPIC.

4fe22eed50ce7c45da30b0efc6106b90281ff5f5 changed the CFLAGS bits to match the
makefiles, but bitbake.conf is what controls optimizations--recipes shouldn't
be forcing -O2, and -fpie can cause problems on some archs, and should be a
distro policy decision regardless.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agolzma-native: dep on zlib-native, not zlib
Chris Larson [Thu, 17 Dec 2009 05:16:31 +0000 (22:16 -0700)]
lzma-native: dep on zlib-native, not zlib

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agosane-srcrevs.inc: Bump shr apps to latest
Sebastian Spaeth [Thu, 17 Dec 2009 14:03:47 +0000 (15:03 +0100)]
sane-srcrevs.inc: Bump shr apps to latest

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
15 years agolinux-libc-headers_2.6.32.bb: New recipe.
Khem Raj [Thu, 17 Dec 2009 01:40:05 +0000 (17:40 -0800)]
linux-libc-headers_2.6.32.bb: New recipe.

* Patch to export sa_family_t to userspace.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoiptables_1.4.6.bb: Recipe for version 1.4.6.
Khem Raj [Thu, 17 Dec 2009 01:37:55 +0000 (17:37 -0800)]
iptables_1.4.6.bb: Recipe for version 1.4.6.

* Switch to INC_PR.
* inherit autotools

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agotask-shr-feed: add obex-data-server
Klaus Kurzmann [Wed, 16 Dec 2009 22:17:16 +0000 (23:17 +0100)]
task-shr-feed: add obex-data-server

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoMerge branch 'jay7-akita' into org.openembedded.dev
Yuri Bushmelev [Wed, 16 Dec 2009 21:45:55 +0000 (00:45 +0300)]
Merge branch 'jay7-akita' into org.openembedded.dev

15 years agocoreutils: don't patch the autotools files in the native recipes
Chris Larson [Thu, 21 May 2009 23:32:41 +0000 (16:32 -0700)]
coreutils: don't patch the autotools files in the native recipes

If we patch autotools files in the native recipes and build them, the make
results in the make rules trying to rerun autoconf, automake, aclocal, etc,
and those don't yet exist when coreutils-native is built.  So we split out the
common target (not native) specific bits so that native recipes aren't
including the target recipes, so we can avoid applying those patches for
native.  This also avoids some duplication of target bits between the
versions.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agojava.bbclass: stage all JAR files outside of ARCH related directories
Marcin Juszkiewicz [Wed, 16 Dec 2009 15:43:32 +0000 (16:43 +0100)]
java.bbclass: stage all JAR files outside of ARCH related directories

When Java things are build for more then one architecture strange things
happen:

- first architecture builds fine
- next architectures fails to build

Thats due to lack of JAR files as they were built as PACKAGE_ARCH="all"
but staged as PACKAGE_ARCH="TARGET_ARCH" so BitBake do not build them
again but Java classes are unable to find them.

Solution is to stage JAR files to non-ARCH directory. I used
staging/java for it and build tested with stable/2009 and
org.openembedded.dev branches.

Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
15 years agochecksums.conf: add checksums for packages added to xorg-7.5 branch
Martin Jansa [Wed, 16 Dec 2009 11:45:17 +0000 (12:45 +0100)]
checksums.conf: add checksums for packages added to xorg-7.5 branch

15 years agoxorg-xserver-common.inc: depend on virtual/libgl instead of mesa
Martin Jansa [Wed, 16 Dec 2009 08:26:19 +0000 (09:26 +0100)]
xorg-xserver-common.inc: depend on virtual/libgl instead of mesa

15 years agoom-gta0(1|2): set virtual/libgl provider without shr override
Martin Jansa [Wed, 16 Dec 2009 08:23:35 +0000 (09:23 +0100)]
om-gta0(1|2): set virtual/libgl provider without shr override

15 years agomesa: add 7.6 from xorg-7.5 branch, update git version with different SRC_URI for...
Martin Jansa [Wed, 16 Dec 2009 08:12:09 +0000 (09:12 +0100)]
mesa: add 7.6 from xorg-7.5 branch, update git version with different SRC_URI for om-gta02 (glamo patches)

15 years agoPatch added to fix QEMU 0.10.3 compilation on distros with FORTIFY_SOURCE enabled.
Yuri Bushmelev [Tue, 15 Dec 2009 20:11:46 +0000 (23:11 +0300)]
Patch added to fix QEMU 0.10.3 compilation on distros with FORTIFY_SOURCE enabled.

15 years agoillume-keyboards-shr: do NOT use SRCPV for git in org.oe.dev yet
Klaus Kurzmann [Tue, 15 Dec 2009 13:33:30 +0000 (14:33 +0100)]
illume-keyboards-shr: do NOT use SRCPV for git in org.oe.dev yet

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoqt4-tools: add sdk version as well
Koen Kooi [Tue, 15 Dec 2009 07:27:32 +0000 (08:27 +0100)]
qt4-tools: add sdk version as well

* this should really move to BBCLASSEXTEND

15 years agoxf86-input-tslib: Add patch to stop events being flooded upto to the X server.
David-John Willis [Mon, 7 Dec 2009 09:50:05 +0000 (09:50 +0000)]
xf86-input-tslib: Add patch to stop events being flooded upto to the X server.

15 years agozenity: Add 2.28.0 and checksum.
David-John Willis [Wed, 9 Dec 2009 19:28:54 +0000 (19:28 +0000)]
zenity: Add 2.28.0 and checksum.

15 years agonetworkmanager: Update recipe to install an empty VPN folder in /etc/networkmanager...
David-John Willis [Sun, 13 Dec 2009 19:33:13 +0000 (19:33 +0000)]
networkmanager: Update recipe to install an empty VPN folder in /etc/networkmanager as nm-connection-editor will happily segfault without it.

* This happens regardless of the VPN setting in the build.

15 years agoangstrom-2008-preferred-versions: Add PREFERRED_VERSION for mesa-dri and mesa-xlib...
David-John Willis [Fri, 11 Dec 2009 12:12:19 +0000 (12:12 +0000)]
angstrom-2008-preferred-versions: Add PREFERRED_VERSION for mesa-dri and mesa-xlib and set to 7.4 for both.

15 years agomesa: Add a few more missing INC_PR's for old recipes.
David-John Willis [Fri, 11 Dec 2009 11:56:45 +0000 (11:56 +0000)]
mesa: Add a few more missing INC_PR's for old recipes.

15 years agomesa-xlib: Add 7.4.
David-John Willis [Fri, 11 Dec 2009 11:42:14 +0000 (11:42 +0000)]
mesa-xlib: Add 7.4.

15 years agomesa-xlib 7.2: Add missing INC_PR.
David-John Willis [Fri, 11 Dec 2009 11:41:33 +0000 (11:41 +0000)]
mesa-xlib 7.2: Add missing INC_PR.

15 years agomesa: Add INC_PR for old mesa recipes as these still seem to be in use.
David-John Willis [Fri, 11 Dec 2009 11:40:29 +0000 (11:40 +0000)]
mesa: Add INC_PR for old mesa recipes as these still seem to be in use.

15 years agokexec-tools-klibc-static_1.101: remove unsetting of compiler flags
Andrea Adami [Mon, 14 Dec 2009 23:09:09 +0000 (00:09 +0100)]
kexec-tools-klibc-static_1.101: remove unsetting of compiler flags
- klcc is now fixed with reference to -isystem
- bump PR

15 years agokexec-tools-dietlibc_2.0.1: fix typo, remove unused line.
Andrea Adami [Mon, 14 Dec 2009 23:06:17 +0000 (00:06 +0100)]
kexec-tools-dietlibc_2.0.1: fix typo, remove unused line.

15 years agokexec: rename to kexec-tools (kexec and kdump)
Andrea Adami [Mon, 14 Dec 2009 23:04:02 +0000 (00:04 +0100)]
kexec: rename to kexec-tools (kexec and kdump)

15 years agogcc-svn.inc: Reduce priority via DEFAULT_PREFERENCE
Khem Raj [Mon, 14 Dec 2009 23:02:38 +0000 (15:02 -0800)]
gcc-svn.inc: Reduce priority via DEFAULT_PREFERENCE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-svn: Add mpc to DEPENDS.
Khem Raj [Mon, 14 Dec 2009 22:59:44 +0000 (14:59 -0800)]
gcc-svn: Add mpc to DEPENDS.

* mpc-native is needed for cross gcc recipes.
* mpc will be needed for gcc recipes.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolinux-libc-headers_2.6.32.bb: New recipe
Khem Raj [Mon, 14 Dec 2009 22:58:28 +0000 (14:58 -0800)]
linux-libc-headers_2.6.32.bb: New recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agompc: New recipe for mpc.
Khem Raj [Mon, 14 Dec 2009 22:56:39 +0000 (14:56 -0800)]
mpc: New recipe for mpc.

* mpc will be pre-requisite for gcc 4.5
  currently gcc svn recipes need it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolinux_2.6.23: move task compulab_image after do_package instead do_deploy
Martin Jansa [Mon, 14 Dec 2009 09:16:04 +0000 (10:16 +0100)]
linux_2.6.23: move task compulab_image after do_package instead do_deploy

* without this change there is dependency loop
* do_deploy is now after do_package in kernel.bbclass
* addtask after do_deploy before do_package is creating dependency loop

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agokexecboot_git: move to daa68b5aaa56a036c24c7929e239ebd5edf8fdfe.
Andrea Adami [Mon, 14 Dec 2009 22:10:01 +0000 (23:10 +0100)]
kexecboot_git: move to daa68b5aaa56a036c24c7929e239ebd5edf8fdfe.

- clean up kexecboot.inc after klcc fixes.
- add EXTRA_OECONF_zaurus
- Bump PR.

15 years agoqt4: munge more references to
Koen Kooi [Mon, 14 Dec 2009 21:30:39 +0000 (22:30 +0100)]
qt4: munge more references to

15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Frans Meulenbroeks [Mon, 14 Dec 2009 20:42:56 +0000 (21:42 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agosg3-utils: fixed GNU_HASH issue
Frans Meulenbroeks [Mon, 14 Dec 2009 20:38:26 +0000 (21:38 +0100)]
sg3-utils: fixed GNU_HASH issue

15 years agosane-srcrevs-fso.inc: bump rev of libframeworkd-glib
Klaus Kurzmann [Mon, 14 Dec 2009 20:32:25 +0000 (21:32 +0100)]
sane-srcrevs-fso.inc: bump rev of libframeworkd-glib

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agochecksums.ini: added 2.6.31.8 and 2.6.32.1
Marcin Juszkiewicz [Mon, 14 Dec 2009 19:37:45 +0000 (20:37 +0100)]
checksums.ini: added 2.6.31.8 and 2.6.32.1

15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Marcin Juszkiewicz [Mon, 14 Dec 2009 19:36:24 +0000 (20:36 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agolinux 2.6.32: update to 2.6.32.1
Marcin Juszkiewicz [Mon, 14 Dec 2009 19:35:44 +0000 (20:35 +0100)]
linux 2.6.32: update to 2.6.32.1

15 years agolinux 2.6.31: update to 2.6.31.8
Marcin Juszkiewicz [Mon, 14 Dec 2009 19:35:32 +0000 (20:35 +0100)]
linux 2.6.31: update to 2.6.31.8

15 years agouclibc-nptl: Move to current tip of branch
Khem Raj [Mon, 14 Dec 2009 19:31:07 +0000 (11:31 -0800)]
uclibc-nptl: Move to current tip of branch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoiproute2: Use $CC in configure tests.
Khem Raj [Mon, 14 Dec 2009 19:19:24 +0000 (11:19 -0800)]
iproute2: Use $CC in configure tests.

* Switch to INC_PR
* honor LDFLAGS env var.
* Use CC env var in configure tests
  currently it uses native gcc which
  is wrong in cross compilation context.
* Fix PR 5147

Signed-off-by: Erik Boto <erik.boto@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agocompatibility-providers: set mesa instead of mesa-dri as default virtual/libgl provid...
Martin Jansa [Mon, 14 Dec 2009 16:56:37 +0000 (17:56 +0100)]
compatibility-providers: set mesa instead of mesa-dri as default virtual/libgl provider, seems like more recipes/machines are expecting plain mesa

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agofbreader: add 0.12.1
Klaus Kurzmann [Mon, 14 Dec 2009 16:42:28 +0000 (17:42 +0100)]
fbreader: add 0.12.1

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded...
Klaus Kurzmann [Mon, 14 Dec 2009 16:39:41 +0000 (17:39 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded into org.openembedded.dev

15 years agoda850-omapl138-evm: fix include
Koen Kooi [Mon, 14 Dec 2009 15:38:10 +0000 (16:38 +0100)]
da850-omapl138-evm: fix include

15 years agoinitscripts-shr: add initscript to set usb gadget mode for palmpre
Klaus Kurzmann [Mon, 14 Dec 2009 14:33:19 +0000 (15:33 +0100)]
initscripts-shr: add initscript to set usb gadget mode for palmpre

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agolibgles-omap3: add compatible machine
Koen Kooi [Mon, 14 Dec 2009 13:23:56 +0000 (14:23 +0100)]
libgles-omap3: add compatible machine

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded...
Klaus Kurzmann [Mon, 14 Dec 2009 12:10:04 +0000 (13:10 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded into org.openembedded.dev

15 years agogabriel: fix depency
Frederik Sdun [Sun, 6 Dec 2009 09:34:37 +0000 (09:34 +0000)]
gabriel: fix depency

Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoqt 4.6.0: fix packaging, staging and x11 build
Koen Kooi [Sun, 13 Dec 2009 16:37:22 +0000 (17:37 +0100)]
qt 4.6.0: fix packaging, staging and x11 build

15 years agowolfenqt: add qt3d demo
Koen Kooi [Sun, 13 Dec 2009 16:37:16 +0000 (17:37 +0100)]
wolfenqt: add qt3d demo

15 years agoaceofpenguins-launcher: update recipe from 0.3 to 0.4
Thomas Zimmermann [Mon, 14 Dec 2009 09:44:19 +0000 (09:44 +0000)]
aceofpenguins-launcher: update recipe from 0.3 to 0.4

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agolinux: fix location of patches for misc RCx kernels
Marcin Juszkiewicz [Mon, 14 Dec 2009 11:05:17 +0000 (12:05 +0100)]
linux: fix location of patches for misc RCx kernels

15 years agochecksums.ini: some new entries
Marcin Juszkiewicz [Mon, 14 Dec 2009 11:04:46 +0000 (12:04 +0100)]
checksums.ini: some new entries

15 years agochecksums.ini: some new entries
Marcin Juszkiewicz [Mon, 14 Dec 2009 11:00:19 +0000 (12:00 +0100)]
checksums.ini: some new entries

15 years agolinux 2.6.25: merge 2.6.25.20 into it (they are same version)
Marcin Juszkiewicz [Mon, 14 Dec 2009 10:33:28 +0000 (11:33 +0100)]
linux 2.6.25: merge 2.6.25.20 into it (they are same version)

15 years agolinux 2.6.30: update to 2.6.30.10
Marcin Juszkiewicz [Mon, 14 Dec 2009 10:27:18 +0000 (11:27 +0100)]
linux 2.6.30: update to 2.6.30.10

15 years agolinux 2.6.31: update to 2.6.31.7
Marcin Juszkiewicz [Mon, 14 Dec 2009 10:26:07 +0000 (11:26 +0100)]
linux 2.6.31: update to 2.6.31.7

15 years agolinux 2.6.29: removed two patches from micro2440 which are also in stable update
Marcin Juszkiewicz [Wed, 21 Oct 2009 12:26:07 +0000 (14:26 +0200)]
linux 2.6.29: removed two patches from micro2440 which are also in stable update

15 years agolinux 2.6.29: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:38 +0000 (17:24 +0200)]
linux 2.6.29: update to latest stable patch

15 years agolinux 2.6.28: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:37 +0000 (17:24 +0200)]
linux 2.6.28: update to latest stable patch

15 years agolinux 2.6.27: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:36 +0000 (17:24 +0200)]
linux 2.6.27: update to latest stable patch

15 years agolinux 2.6.26: do not apply 2.6.26.5 for topas910
Marcin Juszkiewicz [Wed, 21 Oct 2009 11:55:09 +0000 (13:55 +0200)]
linux 2.6.26: do not apply 2.6.26.5 for topas910

15 years agolinux 2.6.26: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:36 +0000 (17:24 +0200)]
linux 2.6.26: update to latest stable patch

15 years agolinux 2.6.25: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:35 +0000 (17:24 +0200)]
linux 2.6.25: update to latest stable patch

15 years agolinux 2.6.24: drop time.h.patch - it is in 2.6.24.7 update
Marcin Juszkiewicz [Wed, 21 Oct 2009 10:31:41 +0000 (12:31 +0200)]
linux 2.6.24: drop time.h.patch - it is in 2.6.24.7 update

15 years agolinux 2.6.24: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:35 +0000 (17:24 +0200)]
linux 2.6.24: update to latest stable patch

15 years agolinux 2.6.23: dropped em-x270 copy of time.h.patch
Marcin Juszkiewicz [Wed, 21 Oct 2009 11:36:30 +0000 (13:36 +0200)]
linux 2.6.23: dropped em-x270 copy of time.h.patch

15 years agolinux 2.6.23: added time.h.patch to make it build for ARM
Marcin Juszkiewicz [Wed, 21 Oct 2009 10:29:35 +0000 (12:29 +0200)]
linux 2.6.23: added time.h.patch to make it build for ARM

15 years agolinux 2.6.23: keep sched-cfs locally updated to 2.6.23.17
Marcin Juszkiewicz [Wed, 21 Oct 2009 10:22:20 +0000 (12:22 +0200)]
linux 2.6.23: keep sched-cfs locally updated to 2.6.23.17

15 years agolinux 2.6.23: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:34 +0000 (17:24 +0200)]
linux 2.6.23: update to latest stable patch

15 years agolinux 2.6.22: drop ts72xx support due to lack of patches
Marcin Juszkiewicz [Sat, 7 Nov 2009 11:42:42 +0000 (12:42 +0100)]
linux 2.6.22: drop ts72xx support due to lack of patches

They were dropped long time ago:

commit 2ba78102aee0b6edfebafdb509684843f92a1604
Author: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
Date:   Sat May 3 00:30:43 2008 +0000

15 years agolinux 2.6.22: merge 2.6.22.6 recipe as it is 2.6.22.19 now
Marcin Juszkiewicz [Sat, 7 Nov 2009 11:27:00 +0000 (12:27 +0100)]
linux 2.6.22: merge 2.6.22.6 recipe as it is 2.6.22.19 now

15 years agolinux 2.6.22: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:33 +0000 (17:24 +0200)]
linux 2.6.22: update to latest stable patch

15 years agolinux 2.6.21: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:33 +0000 (17:24 +0200)]
linux 2.6.21: update to latest stable patch

15 years agolinux 2.6.20: added patch to fix PATH_MAX related build error
Marcin Juszkiewicz [Wed, 21 Oct 2009 11:11:43 +0000 (13:11 +0200)]
linux 2.6.20: added patch to fix PATH_MAX related build error

15 years agolinux 2.6.20: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:32 +0000 (17:24 +0200)]
linux 2.6.20: update to latest stable patch

15 years agolinux 2.6.18: update to latest stable patch
Marcin Juszkiewicz [Mon, 19 Oct 2009 15:24:30 +0000 (17:24 +0200)]
linux 2.6.18: update to latest stable patch

15 years agoe-tasks,intone,intone-video,shr-launcher,guitartune: bump srcrev, simplify recipes
Martin Jansa [Mon, 14 Dec 2009 09:08:02 +0000 (10:08 +0100)]
e-tasks,intone,intone-video,shr-launcher,guitartune: bump srcrev, simplify recipes

* all sources were cleaned a bit upstream, so no modifications needed in
  recipe now (docs paths, autotools stuff)
* guitartune is new recipe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agokexec-tools-klibc-static: remove the unsettings of compiler flags
Henning Heinold [Sun, 13 Dec 2009 23:56:10 +0000 (00:56 +0100)]
kexec-tools-klibc-static: remove the unsettings of compiler flags

* klcc now knows about -isystem now anf compiles fine the tools
* bump PR

15 years agoklibc: teach klcc what -isystem is
Henning Heinold [Sun, 13 Dec 2009 23:55:36 +0000 (00:55 +0100)]
klibc: teach klcc what -isystem is

* bump PR

15 years agophoneuid: add RREPLACES for shr-today
Klaus Kurzmann [Sun, 13 Dec 2009 22:01:45 +0000 (23:01 +0100)]
phoneuid: add RREPLACES for shr-today

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agopreferred-shr-versions.inc: activate and set EFL_SRCREV to 44424
Klaus Kurzmann [Sun, 13 Dec 2009 19:23:35 +0000 (20:23 +0100)]
preferred-shr-versions.inc: activate and set EFL_SRCREV to 44424

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded...
Klaus Kurzmann [Sun, 13 Dec 2009 19:17:29 +0000 (20:17 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded into org.openembedded.dev

15 years agosgh-i900.conf: Always include kernel-modules for sgh-i900
Alex Ferguson [Sun, 13 Dec 2009 14:45:22 +0000 (16:45 +0200)]
sgh-i900.conf: Always include kernel-modules for sgh-i900

15 years agochecksums.ini: Checksums for linux-2.6.32
Alex Ferguson [Sun, 13 Dec 2009 14:44:54 +0000 (16:44 +0200)]
checksums.ini: Checksums for linux-2.6.32

15 years agolinux-sgh-i900: Update kernel recipe to 2.6.32
Alex Ferguson [Sun, 13 Dec 2009 14:44:13 +0000 (16:44 +0200)]
linux-sgh-i900: Update kernel recipe to 2.6.32

15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Stefan Schmidt [Sun, 13 Dec 2009 15:29:16 +0000 (16:29 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agolibpcre: added do_stage becase pcre-config does not autstage
Frans Meulenbroeks [Sun, 13 Dec 2009 14:41:13 +0000 (15:41 +0100)]
libpcre: added do_stage becase pcre-config does not autstage

15 years agotask-shr-minimal: remove shr-today as IdleScreen is handled by phonefsod now
Klaus Kurzmann [Sun, 13 Dec 2009 12:29:11 +0000 (13:29 +0100)]
task-shr-minimal: remove shr-today as IdleScreen is handled by phonefsod now

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agophoneuid: set CONFFILES to protect config on updates
Klaus Kurzmann [Sun, 13 Dec 2009 12:24:33 +0000 (13:24 +0100)]
phoneuid: set CONFFILES to protect config on updates

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agophonefsod: set CONFFILES to protect the config on updates
Klaus Kurzmann [Sun, 13 Dec 2009 12:23:19 +0000 (13:23 +0100)]
phonefsod: set CONFFILES to protect the config on updates

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoe-wm-config-illume-shr: RRECOMMEND the illume default keyboards
Klaus Kurzmann [Sun, 13 Dec 2009 11:19:16 +0000 (12:19 +0100)]
e-wm-config-illume-shr: RRECOMMEND the illume default keyboards

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agosane-srcrevs-fso.inc: bump rev of libframeworkd-glib
Klaus Kurzmann [Sun, 13 Dec 2009 10:51:43 +0000 (11:51 +0100)]
sane-srcrevs-fso.inc: bump rev of libframeworkd-glib

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agolinux-kexecboot_2.6.32: temporarly comment out lzo+lzma patch.
Andrea Adami [Sun, 13 Dec 2009 09:58:57 +0000 (10:58 +0100)]
linux-kexecboot_2.6.32: temporarly comment out lzo+lzma patch.
 - this patch needs more testing and seems to break c7x0 kernels.

15 years agoinitramfs-kexecboot-image: extend IMAGE_FSTYPES (cpio.gz and cpio.lzma)
Andrea Adami [Sun, 13 Dec 2009 00:03:53 +0000 (01:03 +0100)]
initramfs-kexecboot-image: extend IMAGE_FSTYPES (cpio.gz and cpio.lzma)