Koen Kooi [Wed, 12 Jan 2011 08:54:17 +0000 (09:54 +0100)]
ntp-ssl: fix PACKAGES
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Wed, 12 Jan 2011 06:51:03 +0000 (07:51 +0100)]
e-base: bump EFL SRCREV a bit again to drop libeflvala patch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Paul Menzel [Mon, 12 Jul 2010 19:32:52 +0000 (21:32 +0200)]
vdr: update to 1.7.16 from 1.7.10
Several of Hennig’s patches were applied upstream and are not necessary anymore.
• `recipes/vdr/files/cplusplus.patch`: replaced by `recipes/vdr/vdr-1.7.16/0002-tools.h-include-stdarg.h.patch`
1. `canonicalize_file_name()` is available in uClibc now.
2. Deprecated C headers will remain in VDR instead of C++ headers [1].
• `recipes/vdr/files/disable_plugin.patch`: removed, since ncurses is found correctly now.
• `recipes/vdr/files/fixpaths.patch`: removed, since `INCLUDES` is not overwritten anymore since VDR 1.7.15 [2] and options can be passed from outside since 1.7.13 [3].
• `recipes/vdr/files/libintl.patch` ? `recipes/vdr/vdr-1.7.16/0003-uclibc-Add-lintl-to-LIBS.patch`
1. Still needed. I do not know how to fix this upstream.
• `recipes/vdr/vdr-1.7.10/linkerflags.patch` ? `recipes/vdr/vdr-1.7.16/0001-Makefile-Pass-LDFLAGS.patch`
1. Still needed and extended to cover all places to get rid of `ERROR: QA Issue with libvdr-svcsvr: No GNU_HASH in the elf binary:`. This patch will not be needed anymore in 1.7.17 [4].
Since 1.7.x are development releases and no users of VDR in OE are known to me simply replace 1.7.10 by 1.7.16.
This recipes is build tested for `MACHINE = "beagleboard"` with `angstrom-2008.1`, `angstrom-2010.x`, `minimal`, `minimal-uclibc`.
[1] http://www.linuxtv.org/pipermail/vdr/2010-December/024034.html
[2] http://www.linuxtv.org/pipermail/vdr/2010-April/022831.html
[3] http://www.linuxtv.org/pipermail/vdr/2010-February/022333.html
[4] http://www.linuxtv.org/pipermail/vdr/2010-December/024096.html
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Sun, 9 Jan 2011 14:59:33 +0000 (15:59 +0100)]
Convert `libcap_1.10` to new staging system by removing `do_stage()` [1].
This change is build tested with the following configuration and `PREFERRED_BINUTILS_VERSION = "2.21"`.
Build Configuration:
BB_VERSION = "1.10.2"
METADATA_BRANCH = "org.openembedded.dev"
METADATA_REVISION = "224c193"
TARGET_ARCH = "arm"
TARGET_OS = "linux-uclibceabi"
MACHINE = "beagleboard"
DISTRO = "minimal-uclibc"
DISTRO_VERSION = "dev-snapshot-
20110109"
TARGET_FPU = "soft"
[1] http://wiki.openembedded.org/index.php/Legacy_staging
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Mon, 10 Jan 2011 11:09:26 +0000 (12:09 +0100)]
libcap, libcap2: use automatic packaging to fix QA errors
Since commit 6883f6 [1] packages have been populated manually.
FILES_${PN} = "${libdir}"
FILES_${PN}-dev = "${includedir}"
This gives the following QA errors for `libcap` and `libcap2` (which is based on `libcap` [2]) [3].
• `libcap`:
ERROR: QA Issue with libcap: non -dev package contains symlink .so: libcap path '/work/armv7a-oe-linux-uclibceabi/libcap-1.10-r2/packages-split/libcap/usr/lib/libcap.so'
ERROR: QA Issue with libcap: non -dev package contains symlink .so: libcap path '/work/armv7a-oe-linux-uclibceabi/libcap-1.10-r2/packages-split/libcap/usr/lib/libcap.so'
• `libcap2`:
ERROR: QA Issue with libcap2: non -dev package contains symlink .so: libcap2 path '/work/armv7a-oe-linux-uclibceabi/libcap2-2.16-r1/packages-split/libcap2/usr/lib/libcap.so'
ERROR: QA Issue with libcap2: non -dev package contains symlink .so: libcap2 path '/work/armv7a-oe-linux-uclibceabi/libcap2-2.16-r1/packages-split/libcap2/usr/lib/libcap.so'
Using automatic packages the symlink `libcap.so -> libcap.so.1.10` is put into `libcap{,2}-dev`.
Note: The symlink `libcap.so.1 -> libcap.so.1.10` is still put into `libcap1_1.10-r2_armv7a.ipk` but does not raise a QA error.
[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=
6883f65588c6aa7e9780ff7c11b15a397382a422
[2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=
c71a6ebf796df907ba0d4339e6acf66faa3c6232
[3] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-January/028557.html
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
CC: Rolf Leggewie <no2spam@nospam.arcornews.de>
Acked-by: Dirk Opfer <dirk@do13.de>
Acked-by: Dirk Opfer <dirk@do13.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bernhard Reutner-Fischer [Wed, 12 Jan 2011 04:18:54 +0000 (04:18 +0000)]
xz: Configure with --enable-small --disable-lzma-links
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Wed, 12 Jan 2011 06:37:11 +0000 (07:37 +0100)]
fso-autorev: drop libeflvala as it's in EFL repository now
* and SRCREV there is changed too often without any libeflvala change
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Tue, 11 Jan 2011 20:57:24 +0000 (12:57 -0800)]
slugos.inc: Use bluez4 as default provider for bluez-libs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 11 Jan 2011 20:56:35 +0000 (12:56 -0800)]
linux-ixp4xx.inc: Add DEPENDS on zd1211-firmware
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bernhard Reutner-Fischer [Tue, 11 Jan 2011 20:30:25 +0000 (21:30 +0100)]
gcc-svn: remove unrelated hunk from patch
It provokes conflicts later on, so drop it since it serves no real use.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer [Tue, 21 Dec 2010 12:40:52 +0000 (13:40 +0100)]
patch.bbclass: conditional patch-tool dependency
only depend do_patch on patch-tool if recipe references any patch
The whole of do_patch should be gated through a facility to determine if
there is any patch at all. TODO.
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Andreas Oberritter [Thu, 6 Jan 2011 20:48:30 +0000 (20:48 +0000)]
gcc: replace unconditional SRC_URI_append with SRC_URI +=
* Fixes missing leading whitespace character at some locations
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
CC: Khem Raj <raj.khem@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Tom Rini [Tue, 11 Jan 2011 17:35:08 +0000 (10:35 -0700)]
ltrace: Rework sysdeps dependencies
The dependencies here were slightly lazy and in certain cases it was
possible to be building objects that required generated headers before
they were done.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 11 Jan 2011 16:54:01 +0000 (09:54 -0700)]
autoconf: Really only build in desired SUBDIRS
In certain cases we would re-run configure as part of do_compile
and thus wipe out our changes. So lets make the change before
we run configure the first time so they are preserved.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Steffen Sledz [Tue, 11 Jan 2011 19:21:18 +0000 (14:21 -0500)]
alsa-lib: fix packaging error
* symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in
dev package
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Koen Kooi <koen@openembedded.org>
Víctor Manuel Jáquez Leal [Mon, 10 Jan 2011 22:12:14 +0000 (22:12 +0000)]
scons: add EXTRA_OESCONS
It's similar to EXTRA_OEMAKE, which appends arguments to the scons
command
v2:
* initialise the EXTRA_OECONS if it is not defined
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Michael 'Mickey' Lauer [Tue, 11 Jan 2011 10:56:05 +0000 (11:56 +0100)]
fsodeviced: i2c-tools no longer a dependency; everything necessary included in fsodeviced itself
Martin Jansa [Tue, 11 Jan 2011 08:47:53 +0000 (09:47 +0100)]
linux-2.6.34: upgrade to longterm 2.6.34.8 and update openmoko and shr patch a bit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Tue, 11 Jan 2011 09:23:45 +0000 (10:23 +0100)]
ntp: cleanups
* remove obsolete versions
* move ntp-ssl forward
* fix ifup script
* fix crontab
* moved files into files/ so it can be shared between ntp and ntp-ssl
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Tue, 11 Jan 2011 09:26:43 +0000 (10:26 +0100)]
linux-2.6.34: remove c7x0 patch from SRC_URI override as that file was removed in
f000274e8bcae7c2d8cfebb2a7485689e7cab476
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Eric BENARD [Tue, 11 Jan 2011 05:33:44 +0000 (05:33 +0000)]
busybox: remove 1.17.4
now that angstrom-2010 is using 1.18.1
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric BENARD [Tue, 11 Jan 2011 05:33:43 +0000 (05:33 +0000)]
angstrom-2010: prefer busybox-1.18.1
this is the latest stable version
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Eric BENARD [Tue, 11 Jan 2011 05:33:42 +0000 (05:33 +0000)]
tslib-git: update to git master
*
5243db505b109df3001f doesn't exist so fetch is failing.
error: pathspec '
5243db505b109df3001f' did not match any file(s) known to git.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric BENARD [Tue, 11 Jan 2011 05:33:41 +0000 (05:33 +0000)]
busybox-1.18.1: add latest fixes
* tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061
This was breaking timeout handling.
http://git.busybox.net/busybox/commit/?id=
84dba9c5bbd99cb80c0e201bbffa27a51766c63f
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric BENARD [Tue, 11 Jan 2011 00:47:24 +0000 (00:47 +0000)]
linux-libc-headers_2.6.37: fix SRC_URI
actual SRC_URI can't work because :
- linux-libc-headers-2.6.37.tar.bz2 or linux-libc-headers-native-2.6.37.tar.bz2
don't exist on kernel.org's FTP
- there is no file://defconfig
Signed-off-by: Eric Bénard <eric@eukrea.com>
Khem Raj [Tue, 11 Jan 2011 05:42:29 +0000 (21:42 -0800)]
mesa-7.9.1: Fix build on uclibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Mon, 10 Jan 2011 20:07:25 +0000 (13:07 -0700)]
cramfs: add cvs version
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Mon, 10 Jan 2011 19:21:14 +0000 (12:21 -0700)]
procinfo-ng: new recipe, version 2.0.304
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Mon, 10 Jan 2011 19:03:43 +0000 (12:03 -0700)]
bitbake.conf: fix quote usage in COMBINED_FEATURES
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Khem Raj [Mon, 10 Jan 2011 06:12:32 +0000 (22:12 -0800)]
slugos.conf: Use thumb mode to save some more space
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tom Rini [Mon, 10 Jan 2011 17:08:59 +0000 (10:08 -0700)]
libnl2: Fix a race on route/pktloc_syntax.h
At issue is that route/pktloc.c (not generated) depends on
route/pktloc_syntax.h (generated).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 7 Jan 2011 17:35:49 +0000 (10:35 -0700)]
qemu.inc: Switch to xserver-xorg
Keeping with xserver-kdrive means that we have a sometimes race
in that xserver-kdrive is too old for the other xorg components that
are built (with X11R7.5) to build. So we switch to xserver-xorg and
appropriate modules. Tested on qemux86 and x11-image.
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 7 Jan 2011 17:35:07 +0000 (10:35 -0700)]
minimal.conf: Fully switch to bluez4
We still had bluez-libs being set for bluez-libs rather than bluez4 which
meant that both were being built.
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Martin Jansa [Thu, 16 Dec 2010 21:48:53 +0000 (21:48 +0000)]
xorg: upgrade to X11R7.6 and remove preferred-xorg-versions*.inc files
* X11R7.6-RC1 was already released
http://www.x.org/releases/X11R7.6-RC1/doc/xorg-docs/ReleaseNotes.html
so it's IMHO time to start migration there
* preferred-xorg-versions-live.inc was tracking latest stable released
tarballs, but only reason I was maintaining it was to overwrite older
preferred-xorg-versions-X11R7.5.inc if your distribution included ie
X11R7.5.inc and you wanted live.inc from local.conf
* default recipe versions without any preferred-xorg-versions include
are now the same as live.inc
* we will get better test coverage if we use same versions
* if someone really needs older release then pinning only core stuff
like xserver/libx11 will be probably better, than pinning every xorg
app/proto/font etc.
* I can slow down adding newest xorg stuff or ie keep it everytime for
at least a week on ML for another review and test on more targets
(I'm testing it only on om-gta02/spitz/nokia900)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Ackey-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 16:02:18 +0000 (17:02 +0100)]
task-shr-feed: add emtooth2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Pau Espin Pedrol [Fri, 7 Jan 2011 20:11:06 +0000 (20:11 +0000)]
emtooth2: add recipe for emtooth2 (new vala version of the app)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Daniele Ricci [Fri, 7 Jan 2011 14:23:00 +0000 (14:23 +0000)]
mokophone: SRCREV bump
Reject button now acts also as mute button if ringtone is playing
Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 15:29:52 +0000 (16:29 +0100)]
libphone-ui-shr: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 17:56:00 +0000 (17:56 +0000)]
mesa-demos: import recipe from poky
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 17:55:59 +0000 (17:55 +0000)]
libglew: import 1.5.7 from poky
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 17:55:58 +0000 (17:55 +0000)]
mesa: drop 7.8.2 version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 17:55:57 +0000 (17:55 +0000)]
angstrom-2010: prefer newer mesa 7.9.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Mon, 10 Jan 2011 17:55:56 +0000 (17:55 +0000)]
mesa-7.9.1: change configure.ac to check for python not python2 as python-native does not stage python2
* should we fix it in python recipes instead? maybe more projects are looking for python2 and finds is on host not sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 17:55:55 +0000 (17:55 +0000)]
mesa: upgrade 7.9 to bugfix release 7.9.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 7 Jan 2011 07:31:10 +0000 (08:31 +0100)]
libeflvala: adapt to elementary API change from r55869
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 7 Jan 2011 07:30:13 +0000 (08:30 +0100)]
iliwi: add patch to build with newer EFL
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 9 Dec 2010 09:38:25 +0000 (10:38 +0100)]
e-base: bump EFL_SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 6 Jan 2011 08:49:04 +0000 (09:49 +0100)]
linux-2.6.37: update openmoko and shr patch, add support for om-gta01
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 12:53:14 +0000 (13:53 +0100)]
SHR: drop PREFERRED_PROVIDER_virtual/libusb0 and use default libusb-compat
* libusb has legacy staging
* libusb-compat is better maintained and newer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Mon, 10 Jan 2011 14:18:55 +0000 (15:18 +0100)]
gst-tracelib: add git version
Signed-off-by: Koen Kooi <koen@openembedded.org>
Eric BENARD [Mon, 10 Jan 2011 05:19:55 +0000 (05:19 +0000)]
busybox-1.18.1: add latest fix
modprobe-small: support compressed modules in insmodmaster
http://git.busybox.net/busybox/commit/?id=
e9d12b57bfb941e754d09a7d5f54c183ca7dbb25
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Mon, 10 Jan 2011 08:51:18 +0000 (09:51 +0100)]
fso-specs,lifso-glib: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 6 Jan 2011 08:49:04 +0000 (09:49 +0100)]
linux-2.6.37: add om-gta02 support
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 5 Jan 2011 23:33:31 +0000 (23:33 +0000)]
azy: add mysql5 to depends it's used in azy/src/tests/T_SQL.azy_server_stubs.h if mysql-config is found
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Klaus Kurzmann [Mon, 10 Jan 2011 08:06:12 +0000 (09:06 +0100)]
cornucopia.inc: bump SRCREV to get fixed fsodevice.conf for gta02
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Khem Raj [Mon, 10 Jan 2011 06:09:57 +0000 (22:09 -0800)]
preferred-slugos-versions.inc: Lock newer versions of linux-libc-headers and dbus
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Mon, 10 Jan 2011 00:00:51 +0000 (01:00 +0100)]
linux-kexecboot: bump PR to follow kexecboot changes.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Sun, 9 Jan 2011 23:57:18 +0000 (00:57 +0100)]
kexecboot: bump to
92403e305a57154c7c779d6d47600387116a7988
* update list of configure args
* bump PR
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Khem Raj [Mon, 10 Jan 2011 00:02:15 +0000 (16:02 -0800)]
qemu_0.12.5.bb: Backport patches from upstream to fix qemu for SH4
* Now we can boot SH4 qemu again with these patches and gcc 4.5 compiled
kernel/root file system
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 9 Jan 2011 23:45:50 +0000 (15:45 -0800)]
uclibc_git.bb: Add patches for sub arch variant removal.
* Also Bump to latest revision
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 9 Jan 2011 22:09:57 +0000 (14:09 -0800)]
apex-env_1.5.14.bb: Fix compile error discovered with gcc 4.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Sun, 9 Jan 2011 14:03:38 +0000 (15:03 +0100)]
xbmc: add `python` to `DEPENDS`
XBMC needs Python to be built properly [1][2]. Python is pulled in implicitly [3], so no error is seen. Make it explicit though to be safe.
[1] https://github.com/xbmc/xbmc/blob/
e9e7990b428863b8f2daad4dc5fd2b0a320aa965/Makefile.in#L475
[2] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/xbmc/xbmc/0006-Hardcode-python2.6-for-now.patch?id=
0cc02ded7bd429208ccb0e0e0aa3e43aec8a4722
[3] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/boost/boost-with-bjam.inc?id=
d470cfde5bd1d4c9ab23a37d286456726711229f#n67
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Klaus Kurzmann [Sun, 9 Jan 2011 22:07:15 +0000 (23:07 +0100)]
cornucopia.inc: bump SRCREV
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sun, 9 Jan 2011 22:07:01 +0000 (23:07 +0100)]
libfso-glib: bump SRCREV
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Khem Raj [Sun, 9 Jan 2011 21:37:32 +0000 (13:37 -0800)]
sane-toolchain.inc: GCC 4.5 works for SH3/SH4 now
* Dont set PREFERRED_GCC_VERSION for SH
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 9 Jan 2011 21:36:19 +0000 (13:36 -0800)]
gcc-4.5: Fix toolchain builds for SH4/SH3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 7 Jan 2011 09:24:17 +0000 (01:24 -0800)]
eglibc: Make it configurable by tuning eglibc options
* Look for disabled features in DISTRO_FEATURES and disable them while building eglibc
* By default all features are built
* One can disable a feature by specifying DISTRO_FEATURES += "noinet6 nobsd ...." e.g.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Denis 'GNUtoo' Carikli [Sun, 9 Jan 2011 20:13:01 +0000 (21:13 +0100)]
midori: add git version(fix some Segmentation fault)
Midori had a bug that made it segfault when a link was
clicked, before the page was entirely loaded,rendering the
browsing experience very difficult(it segfaulted continually
under normal browsing activities)
Midori developers weren't sure what was the correct fix, but said that it
was fixed in their git repository(from #midori on Freenode on irc):
Jan 07 22:59:14 <kalikiana> GNUtoo|laptop, that looks like a bug that's fixed in git master
[...]
Jan 07 23:04:21 <GNUtoo|laptop> what's the bug number?
Jan 07 23:04:33 <GNUtoo|laptop> so I could backport the fix's patch
Jan 07 23:04:33 <nirik> I don't know off hand I'm afraid.
Jan 07 23:04:35 <GNUtoo|laptop> ok
Jan 07 23:04:39 <GNUtoo|laptop> what should I look for
Jan 07 23:04:39 <GNUtoo|laptop> ?
Jan 07 23:05:16 <nirik> possibly: http://git.xfce.org/apps/midori/commit/?id=
1f15d17c5fcd6d3ce80a2f3bd5cd00780870fdf5
Jan 07 23:05:32 <GNUtoo|laptop> thanks a lot
Jan 07 23:05:37 <MonkeyofDoom> I thought http://git.xfce.org/apps/midori/commit/?id=
97a7ae9955d4264f922452d6933f3a0e1e4b03f6 sounded suspect
Jan 07 23:05:52 <MonkeyofDoom> but it's also just a possibility
Jan 07 23:07:06 <kalikiana> the one MonkeyofDoom mentions is the crasher
Jan 07 23:07:19 <kalikiana> the other one is a mis-behaviour of tab opening
Jan 07 23:07:26 <GNUtoo|laptop> ok
Jan 07 23:07:30 <GNUtoo|laptop> so many possibles crashes
Here's was the trace:
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x401caef4 in g_object_unref () from /home/gnutoo/embedded/sshfs/usr/lib/libgobject-2.0.so.0
#2 0x4116bd34 in webkit_hit_test_result_dispose(_GObject*) () from /home/gnutoo/embedded/sshfs/usr/lib/libwebkitgtk-1.0.so.0
#3 0x401caef4 in g_object_unref () from /home/gnutoo/embedded/sshfs/usr/lib/libgobject-2.0.so.0
#4 0x0006414c in midori_view_ensure_link_uri (view=0x22b008, x=0x0, y=0x0) at ../midori/midori-view.c:1630
#5 0x00064210 in gtk_widget_button_press_event_cb (web_view=0x184058, event=0x229910, view=0x22b008) at ../midori/midori-view.c:1653
#6 0x403ecf50 in _gtk_marshal_BOOLEAN__BOXED () from /home/gnutoo/embedded/sshfs/usr/lib/libgtk-x11-2.0.so.0
#7 0x401ca538 in g_closure_invoke () from /home/gnutoo/embedded/sshfs/usr/lib/libgobject-2.0.so.0
#8 0x401d2b88 in signal_emit_unlocked_R () from /home/gnutoo/embedded/sshfs/usr/lib/libgobject-2.0.so.0
#9 0x401d6c04 in g_signal_emit_valist () from /home/gnutoo/embedded/sshfs/usr/lib/libgobject-2.0.so.0
#10 0x401d6db8 in g_signal_emit () from /home/gnutoo/embedded/sshfs/usr/lib/libgobject-2.0.so.0
#11 0x40500914 in gtk_widget_event_internal () from /home/gnutoo/embedded/sshfs/usr/lib/libgtk-x11-2.0.so.0
#12 0x403eb590 in gtk_propagate_event () from /home/gnutoo/embedded/sshfs/usr/lib/libgtk-x11-2.0.so.0
#13 0x403ebae0 in gtk_main_do_event () from /home/gnutoo/embedded/sshfs/usr/lib/libgtk-x11-2.0.so.0
#14 0x40696e60 in gdk_event_dispatch () from /home/gnutoo/embedded/sshfs/usr/lib/libgdk-x11-2.0.so.0
#15 0x40247940 in g_main_context_dispatch () from /home/gnutoo/embedded/sshfs/usr/lib/libglib-2.0.so.0
#16 0x40247dfc in g_main_context_iterate.clone.4 () from /home/gnutoo/embedded/sshfs/usr/lib/libglib-2.0.so.0
#17 0x40248260 in g_main_loop_run () from /home/gnutoo/embedded/sshfs/usr/lib/libglib-2.0.so.0
#18 0x403ea8c8 in gtk_main () from /home/gnutoo/embedded/sshfs/usr/lib/libgtk-x11-2.0.so.0
#19 0x000253cc in main (argc=1, argv=0xbeccece4) at ../midori/main.c:2202
The DEFAULT_PREFERENCE = "-1" is because of that(from #oe on FreeNode on irc):
Jan 09 21:04:39 <Jay7> or commit with DP=-1 then post request to ML about promoting to default
Jan 09 21:04:48 <GNUtoo|laptop> ok I'll send to ml
Jan 09 21:05:14 <GNUtoo|laptop> I push some other stuff that only touch htcdream, and get thoses on ml
Jan 09 21:05:15 <hrw> push with dp-1 first
Jan 09 21:05:18 <GNUtoo|laptop> ok
Jan 09 21:07:11 <GNUtoo|laptop> maybe I put DP -1 for all but not for SHR
In other words midori is used by a lot of distros/machines and as it's a git version,
it's safer not to affect everyone in the case of a (more) problematic bug.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Denis 'GNUtoo' Carikli [Sun, 9 Jan 2011 20:09:12 +0000 (21:09 +0100)]
xkeyboard-config: add git version(has htcdream keyboard support)
This version add the (upstream) support for htc dream.
The support for the htcdream is composed the 'us','it','de'
keyboards and has the extra-keys like | - _ etc... mapped.
But no custom keys(keys that weren't printed on the keyboard
were mapped yet, and some bugs are present for the htc dream)
The DEFAULT_PREFERENCE = "-1" is because of that(from #oe on FreeNode on irc):
Jan 09 21:04:39 <Jay7> or commit with DP=-1 then post request to ML about promoting to default
Jan 09 21:04:48 <GNUtoo|laptop> ok I'll send to ml
Jan 09 21:05:14 <GNUtoo|laptop> I push some other stuff that only touch htcdream, and get thoses on ml
Jan 09 21:05:15 <hrw> push with dp-1 first
Jan 09 21:05:18 <GNUtoo|laptop> ok
Jan 09 21:07:11 <GNUtoo|laptop> maybe I put DP -1 for all but not for SHR
In other words xkeyboard-config is used by a lot of distros/machines
(all the machines which have a keyboard), and as it's a git version,
so it's safer not to affect everyone in the case of a bug.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Denis 'GNUtoo' Carikli [Sun, 9 Jan 2011 19:47:56 +0000 (20:47 +0100)]
htcdream: load the wl1251_sdio (the wifi driver) module by default.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Denis 'GNUtoo' Carikli [Sun, 9 Jan 2011 19:44:27 +0000 (20:44 +0100)]
shr-splash-theme-logo: bump SRCREV(fixes htcdream splash screen) and PR
Without that SRCREV bump, the htcdream has a wrong boot splash
screen, in fact the old splash screen was made for the palm pre
which doesn't have the exact same framebuffer(while having the
same resolution).
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thomas Zimmermann [Sun, 9 Jan 2011 19:55:32 +0000 (20:55 +0100)]
shr-e-gadgets: update SRCREV
*update SRCREV to get GSM gadget fix
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Roman I Khimov [Sat, 8 Jan 2011 19:38:28 +0000 (22:38 +0300)]
perl: blacklist perl-module-cpanplus-internals-source-sqlite for perl-modules
It has runtime dependencies on libdbd-sqlite-perl and libdbix-simple-perl
which doesn't get built automatically if not required as build time dependency
for something.
It's not possible to add them as build time dependencies for
perl itself since they're in turn depend on perl making a circular dependency
(and they _really_ depend on perl because they build binaries, so no way to
cheat by making this recipes not to depend on perl).
It's also not correct to downgrade this runtime dependency to recommendation,
since the module is really unusable without its dependencies.
The most annoying thing about all this is that this dependency situation renders
perl-modules package uninstallable by itself, failing with something like:
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for
task-sdk-native:
* libdbd-sqlite-perl * libdbix-simple-perl *
So the best way to solve it IMO is to just blacklist it from perl-modules
since the value of this module is questionable. It's experimental CPANPLUS
backend that's not used by default, you have to specifically configure your
perl to use it. And if you _really_ want to use it - the module package itself
will still contain proper dependencies, you just need to get them built and
installed.
The problem only exists in perl 5.10.1, but 5.8.8 doesn't have this module, so
blacklisting in common .inc doesn't hurt.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
Mike Westerhof [Sun, 2 Jan 2011 23:15:23 +0000 (23:15 +0000)]
e2fsprogs.inc - break shared libs into separate packages
Break the two shared libraries (libe2p and libext2fs) out of the general e2fsprogs
package and into their own packages. This avoids pulling in unwanted executables
when a distro only desires the basic tools (such as e2fsck and/or mke2fs).
Signed-off-by: Mike Westerhof <mike@mwester.net>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Jeff Lance [Sun, 9 Jan 2011 03:03:39 +0000 (03:03 +0000)]
am-sysinfo: update the SRCREV
* SRCREV update to pull in the following:
* remove all compiler generated files from this repository
* Modification for CCSv5 projects to build for arm926ej-s.
* This is to overcome a CCSv5 limitation where you can't pass in CFLAGS externally
* This only affects building with CCSv5, it does not affect the Arago build.
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Jeff Lance [Sun, 9 Jan 2011 04:16:48 +0000 (04:16 +0000)]
matrix-tui: update SRCREV
* pull in the latest source
* Update CCSv5 support files to build arm9ej-s.
* This is due to a limitation with CCSv5 where you can not pass in CFLAGS externally
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 8 Jan 2011 22:32:18 +0000 (14:32 -0800)]
linux-libc-headers_2.6.37.bb: New recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Klaus Kurzmann [Sat, 8 Jan 2011 20:25:19 +0000 (21:25 +0100)]
libfso-glib_git.bb: bump PR for rebuild with newer vala
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Koen Kooi [Sat, 8 Jan 2011 19:24:42 +0000 (20:24 +0100)]
x-load: fix omap3-touchbook
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 8 Jan 2011 19:13:11 +0000 (20:13 +0100)]
ocf-linux: really fix depchains this time
Signed-off-by: Koen Kooi <koen@openembedded.org>
Michael 'Mickey' Lauer [Sat, 8 Jan 2011 14:53:46 +0000 (15:53 +0100)]
vala[-native]: 0.11.2.3 -> 0.11.3.1
Koen Kooi [Sat, 8 Jan 2011 14:47:54 +0000 (15:47 +0100)]
python-lxml: add 2.2.8
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 8 Jan 2011 10:13:02 +0000 (11:13 +0100)]
wpa-supplicant 0.7.3: fix dbus service activation
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 8 Jan 2011 10:06:47 +0000 (11:06 +0100)]
ocf-linux: fix up do_install task, fix depchains
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 8 Jan 2011 09:25:38 +0000 (10:25 +0100)]
ti-pru-sw-edma-driver: remove hardcodes from makefile
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 8 Jan 2011 09:18:27 +0000 (10:18 +0100)]
ti-pru-sw-app-loader: fix build and QA issues
Signed-off-by: Koen Kooi <koen@openembedded.org>
Eric BENARD [Sat, 8 Jan 2011 05:47:16 +0000 (05:47 +0000)]
i2c-tools: update to latest 3.0.3
from CHANGES :
Makefile: Let the environment set CC and CFLAGS
Integrate py-smbus into the build system
README: Point users to the linux-i2c mailing list
decode-dimms: Handle CRC of FB-DIMM and DDR3 SDRAM memory modules
Add support for DDR3 SDRAM
Fix decoding of SDR SDRAM bytes 12-14
Add side-by-side formatting option
Add merged cells formatting option
Try harder to decode the manufacturing date
Handle read errors on sysfs
Decode voltage interface level of DDR SDRAM
decode-xeon: Delete
eepromer: Fix array initialization overrun
i2cdetect: Drop legacy reference to ISA bus
i2cset: Add support for short writes with PEC
i2c-stub-from-dump: Use udev settle to speed up initialization
Unload i2c-stub automatically if needed
Add support for multiple dumps
tools: Properly handle /dev/i2c not being a directory
Increase limit on I2C bus number
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric BENARD [Sat, 8 Jan 2011 05:47:14 +0000 (05:47 +0000)]
e2fsprogs: update to latest 1.41.14
this new version brings many fixes and enhancements :
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.41.14
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric BENARD [Sat, 8 Jan 2011 05:47:15 +0000 (05:47 +0000)]
dosfstools: update to latest 3.0.11
3.0.10 :
bugfix in LFN handling, fixes false positives with bad filenames
3.0.11 :
bugfix for s390x, better error message ifdevices can't be opened
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric BENARD [Sat, 8 Jan 2011 05:28:30 +0000 (05:28 +0000)]
busybox-1.8.1 : add latest fixes
patches from : http://busybox.net/downloads/fixes-1.18.1/
* hush : fix wrong prompt problem on empty interactive commants
http://git.busybox.net/busybox/commit/?id=
642e71a789156a96bcb18e6c5a0f52416c49d3b5
* mkswap : selinux build fix
http://git.busybox.net/busybox/commit/?id=
e66a212081bcca521760ccff3a2da0deccd99340
* suppress "'fast_strtol_10' defined but not used" warning
http://git.busybox.net/busybox/commit/?id=
f42c7b8fc161f5b3eb4e9c13f392daf7a11760c8
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Sat, 8 Jan 2011 00:10:28 +0000 (19:10 -0500)]
psmisc: add version 22.8
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Bernhard Reutner-Fischer [Tue, 4 Jan 2011 04:02:05 +0000 (04:02 +0000)]
glib-2.0: fix compilation for !IPv6
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bernhard Reutner-Fischer [Tue, 4 Jan 2011 04:02:00 +0000 (04:02 +0000)]
busybox: remove superfluous newlines from mdev init script
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bernhard Reutner-Fischer [Tue, 4 Jan 2011 04:01:58 +0000 (04:01 +0000)]
bitbake.conf: add cpio and ext4 .xz support
XZ_COMPRESSION_LEVEL ?= "-e -9"
so people can override according to their available memory
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bernhard Reutner-Fischer [Tue, 4 Jan 2011 04:01:57 +0000 (04:01 +0000)]
image.bbclass: rm symlink destination via ln
Rather than rm'ing the destination-file manually, do ln -f
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bernhard Reutner-Fischer [Tue, 4 Jan 2011 04:01:56 +0000 (04:01 +0000)]
class_image: fix typos
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Fri, 31 Dec 2010 09:43:44 +0000 (10:43 +0100)]
testbuilder/README: correct grammar and markup in Markdown [1]
[1] http://daringfireball.net/projects/markdown/
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
CC: Yuri Bushmelev <jay4mail@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Denis Dydychkin [Mon, 27 Dec 2010 19:59:21 +0000 (19:59 +0000)]
qmake_base.bbclass patch to lookup for *.pro within ${S} instead of ${B}
qmake_base.bbclass from release-2010.12 has ability to lookup for QMAKE_PROFILES if none specified by recipe. Unfortunately it does that in ${B} directory instead of ${S}, thus it does not work if they differ.
Here is suggested patch:
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Ben Gamari [Tue, 28 Dec 2010 14:49:22 +0000 (14:49 +0000)]
boost: Initial commit of 1.45.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Ben Gamari [Tue, 28 Dec 2010 02:59:45 +0000 (02:59 +0000)]
python: Initial commit of python 2.7.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>