Denys Dmytriyenko [Wed, 14 Oct 2009 13:27:07 +0000 (15:27 +0200)]
angstrom: framework to select internal/external toolchain and brand (csl/generic for now)
Denys Dmytriyenko [Fri, 4 Sep 2009 06:20:54 +0000 (02:20 -0400)]
external-toolchain-csl: auto-package CSL toolchain of any version
Signed-off-by: Koen Kooi <koen@openembedded.org>
Steve Sakoman [Wed, 14 Oct 2009 04:51:31 +0000 (21:51 -0700)]
gnome-themes: add 2.28.0
Steve Sakoman [Wed, 14 Oct 2009 04:39:31 +0000 (21:39 -0700)]
vte: add 0.21.5
Steve Sakoman [Wed, 14 Oct 2009 04:31:51 +0000 (21:31 -0700)]
gnome-terminal: add 2.28.0
Steve Sakoman [Wed, 14 Oct 2009 04:21:19 +0000 (21:21 -0700)]
gnome-system-monitor: add 2.28.0
Steve Sakoman [Wed, 14 Oct 2009 03:56:59 +0000 (20:56 -0700)]
libgweather: add 2.28.0
Steve Sakoman [Wed, 14 Oct 2009 03:01:05 +0000 (20:01 -0700)]
gnome-session: add 2.28.0
Steve Sakoman [Wed, 14 Oct 2009 02:57:29 +0000 (19:57 -0700)]
gnome-panel: add 2.28.0
Steve Sakoman [Wed, 14 Oct 2009 02:30:54 +0000 (19:30 -0700)]
checksums.ini: add entry for libnet-dbus-perl
Koen Kooi [Wed, 14 Oct 2009 00:28:11 +0000 (02:28 +0200)]
efl: bump SRCREV
Koen Kooi [Wed, 14 Oct 2009 00:26:11 +0000 (02:26 +0200)]
angstrom: bump mesa
Steve Sakoman [Tue, 13 Oct 2009 23:42:24 +0000 (16:42 -0700)]
gnome-media: add 2.28.0
Steve Sakoman [Tue, 13 Oct 2009 23:36:29 +0000 (16:36 -0700)]
gnome-menus: аdd 2.28.0.1
Steve Sakoman [Tue, 13 Oct 2009 23:25:37 +0000 (16:25 -0700)]
sound-theme-freedesktop: add 0.7
Steve Sakoman [Tue, 13 Oct 2009 22:31:59 +0000 (15:31 -0700)]
gedit: add 2.28.0
Steve Sakoman [Tue, 13 Oct 2009 22:03:36 +0000 (15:03 -0700)]
libnet-dbus-perl: add 0.33.6
Koen Kooi [Tue, 13 Oct 2009 23:26:47 +0000 (01:26 +0200)]
angstrom: bump mesa and dbus
Koen Kooi [Tue, 13 Oct 2009 23:26:18 +0000 (01:26 +0200)]
gnome: start cleaning up gconf providers
Steve Sakoman [Sat, 20 Jun 2009 12:18:38 +0000 (05:18 -0700)]
dbus: Add recipe for version 1.2.3
Note: preferred version for Angstrom is still 1.2.2
Steffen Sledz [Wed, 14 Oct 2009 10:39:22 +0000 (12:39 +0200)]
linux-2.6.24: add some more usb-nic kernel modules for hipos machine
Khem Raj [Wed, 14 Oct 2009 00:07:25 +0000 (17:07 -0700)]
glib-2.0_2.22.1: Fix broken mc. Thanks zub for patch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 14 Oct 2009 00:06:00 +0000 (17:06 -0700)]
gdb-7.0: Add new recipes which use gdb 7.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 13 Oct 2009 07:22:35 +0000 (00:22 -0700)]
sane-toolchain.inc: Compute uclibc based triplets correctly.
* Currently for uclibc it does not do the right job it generates
e.g. for SPE it generates linux-uclibcgnuspe which is not right.
This patch fixed it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Steve Sakoman [Wed, 14 Oct 2009 04:49:13 +0000 (21:49 -0700)]
task-perl-module-all: add a task that includes all perl modules
Steve Sakoman [Wed, 14 Oct 2009 04:12:10 +0000 (21:12 -0700)]
networkmanager-openvpn: add 0.7.1
Steve Sakoman [Wed, 14 Oct 2009 03:10:06 +0000 (20:10 -0700)]
gnome-utils: add 2.28.0
Steve Sakoman [Wed, 14 Oct 2009 03:03:51 +0000 (20:03 -0700)]
gnome-keyring: add 2.28.0
Koen Kooi [Tue, 13 Oct 2009 20:20:39 +0000 (22:20 +0200)]
TI recipes: make use of factored-out dm355 variables
Koen Kooi [Tue, 13 Oct 2009 20:16:24 +0000 (22:16 +0200)]
dm355-{evm,leopard}: put dm355 SoC variables in a shared include file
Steve Sakoman [Wed, 14 Oct 2009 02:14:46 +0000 (19:14 -0700)]
gnome-system-tools: add 2.71.1
Koen Kooi [Tue, 13 Oct 2009 18:40:40 +0000 (20:40 +0200)]
binutils-sdk: fix fallout of the strip-staic-libs thing
Denys Dmytriyenko [Sat, 19 Sep 2009 20:33:00 +0000 (20:33 +0000)]
package.bbclass: export subpackage individual version, if different from main
Fixes the wrong versioned runtime dependency for shlib subpackages with
own versions. Consider this:
PACKAGES = "libfoo libbar"
PV_libfoo = "1"
PV_libbar = "2"
PV = "3"
That will generate libfoo_1 and libbar_2 packages, but version 3 will be
exported in shlibs database, leading to the following versioned runtime
dependencies:
RDEPENDS: libfoo (>=3) libbar (>=3)
This fixes the problem.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Otavio Salvador [Wed, 7 Oct 2009 18:59:17 +0000 (15:59 -0300)]
firefox-addon-full-fullscreen: add 3.3
Robert Schuster [Tue, 13 Oct 2009 15:10:45 +0000 (17:10 +0200)]
gnumail 1.1.2: Use fixed java and javac paths.
Marco Cavallini [Tue, 13 Oct 2009 14:44:18 +0000 (16:44 +0200)]
linux-2.6.28: added IPv6 support in kernel options for ronetix-pm9263/defconfig
Florian Boor [Tue, 13 Oct 2009 14:36:29 +0000 (16:36 +0200)]
checksums.ini: Add new unicap and some more.
Florian Boor [Tue, 13 Oct 2009 14:35:35 +0000 (16:35 +0200)]
ucview: add 0.30
Florian Boor [Tue, 13 Oct 2009 14:35:16 +0000 (16:35 +0200)]
unicap: add 0.9.7
Otavio Salvador [Thu, 8 Oct 2009 15:09:01 +0000 (12:09 -0300)]
xvidtune: include app-defaults otherwise it fails to run
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Marco Cavallini [Mon, 12 Oct 2009 13:27:51 +0000 (15:27 +0200)]
Modified recipes/wxwidgets/wxwidgets_2.8.10.bb due to build failure
This patch includes a new patch coming from recipes/wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff
Recipe version bumped
Marco Cavallini [Mon, 12 Oct 2009 13:24:35 +0000 (15:24 +0200)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Jeremy Lainé [Mon, 12 Oct 2009 09:09:35 +0000 (11:09 +0200)]
gconf-2.26.2: don't fail if polkit-policy-file-validate is missing
* Do not fail configure step if polkit-policy-file-validate is not
present on the build machine. This tool is only used when doing
"make distcheck", so we just replace it by "true".
Marco Cavallini [Mon, 12 Oct 2009 08:40:58 +0000 (10:40 +0200)]
Added recipes/wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff
without this patch wxwidgets do not build using latest dependecies
for details see http://trac.wxwidgets.org/ticket/10883
Brijesh Singh [Sat, 10 Oct 2009 21:07:29 +0000 (16:07 -0500)]
gstreamer-ti_svn: bump-up svn rev
Update gst_ti recipe to use latest svn rev, rebase omapfb sink patch and remove
the uneeded patches.
Steve Sakoman [Fri, 9 Oct 2009 03:38:42 +0000 (20:38 -0700)]
shadow: add 4.1.4
Steve Sakoman [Fri, 9 Oct 2009 03:32:50 +0000 (20:32 -0700)]
gnome-screensaver: add 2.28.0
Steve Sakoman [Fri, 9 Oct 2009 03:30:51 +0000 (20:30 -0700)]
angstrom-2008-1.conf: Use gconf rather than gconf-dbus
Stanislav Brabec [Sat, 10 Oct 2009 10:32:45 +0000 (10:32 +0000)]
pidgin: crash and recipe fixes:
* Fixed status icon theme crash on startup.
* Use --disable-schemas-install instead of gconf-no-errors.patch.
* Introduced INC_PR.
Khem Raj [Sat, 10 Oct 2009 07:24:49 +0000 (00:24 -0700)]
uclibc-nptl: Bump the SRCREV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 10 Oct 2009 07:22:59 +0000 (00:22 -0700)]
gcc-4.4.1: Add TARGET_FIX_V4BX_SPEC to LINK_SPEC
* This fixes the issue where --fix-v4bx was not
passed to ld when invoked by gcc -march=armv4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 9 Oct 2009 18:21:31 +0000 (11:21 -0700)]
classes: Use linux-gnuspe instead of non existing linux-spe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 9 Oct 2009 18:20:08 +0000 (11:20 -0700)]
angstrom: Revert to linux-gnu triplet
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 8 Oct 2009 23:03:58 +0000 (16:03 -0700)]
conf: Decosmetize TARGET_OS
* This patch reverts the cosmetic change which used linux-gnu instead of linux
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Holger Freyther <zecke@selfish.org>
Khem Raj [Wed, 7 Oct 2009 19:29:57 +0000 (12:29 -0700)]
omap5912osk: Use 2.6.31 as default kernel.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Fri, 9 Oct 2009 22:43:04 +0000 (00:43 +0200)]
Andrea Adami [Fri, 9 Oct 2009 22:29:12 +0000 (00:29 +0200)]
linux-kexecboot.inc: to be quiet we set master console on serial. Bump PR.
Jeremy Lainé [Fri, 9 Oct 2009 17:17:16 +0000 (19:17 +0200)]
linux-2.6.29: update boc01 unique ID patch to use sysfs
Jeremy Lainé [Fri, 9 Oct 2009 16:34:53 +0000 (18:34 +0200)]
linux-2.6.29: update boc01 isl12024 driver to new style i2c
Marcin Juszkiewicz [Fri, 9 Oct 2009 14:49:36 +0000 (16:49 +0200)]
Revert "Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms"
This reverts commit
117ec4def4dff7abad394279698e1ddaef9407a7.
Marcin Juszkiewicz [Fri, 9 Oct 2009 14:48:31 +0000 (16:48 +0200)]
checksums.ini: some new entries
Martin Jansa [Fri, 9 Oct 2009 03:04:25 +0000 (03:04 +0000)]
Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Konrad Mattheis [Sun, 27 Sep 2009 22:10:13 +0000 (22:10 +0000)]
u-boot 2009.08
Hi,
I have this patch to get the new Version of u-boot working. Please could you apply this an the repository or tell me how I can do this.
bye
Konrad Mattheis
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Graham Gower [Thu, 8 Oct 2009 17:16:41 +0000 (17:16 +0000)]
matchbox-panel-0.9.3: fix uninitialised variable causing SIGBUS
As reported here:
http://lists.o-hand.com/matchbox/0289.html
I've not experienced the bug for over a month since applying this change.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Andrea Adami [Thu, 8 Oct 2009 22:58:33 +0000 (00:58 +0200)]
dietlibc.inc: use the right prefix for cross tools. Bump PR.
Yuri Bushmelev [Thu, 8 Oct 2009 22:55:02 +0000 (02:55 +0400)]
Added SHARP Tosa support to linux_2.6.30 recipe
Stanislav Brabec [Thu, 8 Oct 2009 18:47:30 +0000 (18:47 +0000)]
matchbox-desktop-2: Make fallback folder compatible with current matchbox-common.
Koen Kooi [Thu, 8 Oct 2009 13:54:02 +0000 (15:54 +0200)]
gst-plugins-base: add pango as dep
Marcin Juszkiewicz [Thu, 8 Oct 2009 12:49:09 +0000 (14:49 +0200)]
checksums.ini: added missing entries
Graeme Gregory [Thu, 8 Oct 2009 12:13:28 +0000 (13:13 +0100)]
linux-omap-zoomsync_2.6.31.bb : increment OEV not PE
Graeme Gregory [Thu, 8 Oct 2009 12:12:23 +0000 (13:12 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Marcin Juszkiewicz [Thu, 8 Oct 2009 11:26:16 +0000 (13:26 +0200)]
linux 2.6.31: update to 2.6.31.3
Marcin Juszkiewicz [Thu, 8 Oct 2009 11:26:00 +0000 (13:26 +0200)]
linux 2.6.30: update to 2.6.30.9
Omar Barron [Mon, 5 Oct 2009 02:49:29 +0000 (22:49 -0400)]
linux-omap-zoomsync_2.6.31: update commit id
updated commit id to most current release. Older
commit id does not work on all zoom2 boards.
Henning Heinold [Thu, 8 Oct 2009 09:04:59 +0000 (11:04 +0200)]
opie-networksettings: fix install for changedns
Otavio Salvador [Sat, 26 Sep 2009 19:25:50 +0000 (16:25 -0300)]
squashfs-tools: refactor 3.3 and 4.0 recipes and use INC_PR
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Sat, 26 Sep 2009 18:59:12 +0000 (15:59 -0300)]
squashfs-tools: drop 2.0, 2.2r2 and 3.1r2 versions
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Wed, 23 Sep 2009 18:37:41 +0000 (15:37 -0300)]
wpa-supplicant: use INC_PR
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Wed, 23 Sep 2009 16:37:45 +0000 (13:37 -0300)]
machine/qemux86: x86 is MACHINE_FEATURES already set in i686-generic machine
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Koen Kooi [Wed, 7 Oct 2009 21:19:08 +0000 (23:19 +0200)]
wpa-supplicant: fix merge error
Koen Kooi [Wed, 7 Oct 2009 20:21:26 +0000 (22:21 +0200)]
gstreamer: update some bits
Andrea Adami [Wed, 7 Oct 2009 20:39:33 +0000 (22:39 +0200)]
kexec-tools_2.0.1: rework/fix no-getline-no-fscanf.patch. Credits to Yuri Bushmelev.
Khem Raj [Wed, 7 Oct 2009 19:39:04 +0000 (12:39 -0700)]
insane.bbclass: Use linux-gnu for TARGET_OS
* Add linux-uclibcspe
Signed-off-by: Søren Holm <sgh@sgh.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Wed, 7 Oct 2009 19:14:59 +0000 (21:14 +0200)]
enlightenment: some modules moved in the svn tree, account for that
Steve Sakoman [Wed, 7 Oct 2009 04:53:25 +0000 (21:53 -0700)]
gnome-icon-theme: add 2.28.0
Steve Sakoman [Wed, 7 Oct 2009 04:37:42 +0000 (21:37 -0700)]
gcalctool: add 5.28.0
Steve Sakoman [Wed, 7 Oct 2009 04:29:39 +0000 (21:29 -0700)]
atk-native: add 1.28.0
Steve Sakoman [Wed, 7 Oct 2009 04:23:53 +0000 (21:23 -0700)]
atk: add 1.28.0
Steve Sakoman [Wed, 7 Oct 2009 04:18:45 +0000 (21:18 -0700)]
angstrom-2008-preferred-versions.inc: use wpa-supplicant 0.6.9
Marcin Juszkiewicz [Wed, 7 Oct 2009 11:26:22 +0000 (13:26 +0200)]
linux-bug: updated to newer svn revision, tweaked kernel configuration
Steffen Sledz [Wed, 7 Oct 2009 12:10:02 +0000 (14:10 +0200)]
linux-2.6.24: build some usb-ethernet modules for hipox machine
Graeme Gregory [Wed, 7 Oct 2009 11:02:12 +0000 (12:02 +0100)]
angstrom-*libc.inc : fix the TARGET_OS definitions for non eabi/spe targets.
This is required because of changes in class/siteinfo.bbclass
Andrea Adami [Tue, 6 Oct 2009 23:48:10 +0000 (01:48 +0200)]
kexec-tools-klibc-static_2.0.1: bump default preference
Andrea Adami [Tue, 6 Oct 2009 23:43:40 +0000 (01:43 +0200)]
kexec-tools_2.0.1: split klibc patch creating the 'no getline, no fscanf' patch
Khem Raj [Tue, 6 Oct 2009 23:39:11 +0000 (16:39 -0700)]
siteinfo.bbclass: Remove spurious print.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 6 Oct 2009 23:38:20 +0000 (16:38 -0700)]
wvdial_1.60.bb: Use g++ for compilation.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 6 Oct 2009 22:29:34 +0000 (15:29 -0700)]
gcc-4.4.1: Backport powerpc patches to improve code generation at -Os
* This also fixes the u-boot build errors we get with gcc 4.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 6 Oct 2009 22:27:31 +0000 (15:27 -0700)]
binutils-cvs: Refresh binutils-uclibc-300-012_check_ldrunpath_length.patch with latest CVS.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 6 Oct 2009 22:26:26 +0000 (15:26 -0700)]
lsof_4.78.bb: Override LSOF_OS for gnuspe and uclibcspe targets.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 6 Oct 2009 22:25:27 +0000 (15:25 -0700)]
siteinfo.bbclass: Fix powerpc triplets and removed unused ones.
Signed-off-by: Khem Raj <raj.khem@gmail.com>