Andrea Adami [Fri, 2 Apr 2010 15:59:58 +0000 (17:59 +0200)]
linux-kexecboot: initial commit of 2.6.34-rc3
Tom Rini [Thu, 1 Apr 2010 15:10:58 +0000 (15:10 +0000)]
insane.bbclass: Switch to endswith() and fix la/pc check
This changes insane.bbclass to use s.endswith("str") rather than s[-3:] ==
"str". The primary motivation for this is that we have tests that check for
'la' and 'pc' files when we really want '.la' and '.pc' to be what we check
for. Also, our -dev symlink test does if test1: if test2 and test3: action,
when it could just be if test1 and test2 and test3.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Martin Jansa [Fri, 2 Apr 2010 12:53:45 +0000 (14:53 +0200)]
xf86-driver-common: PR bump for newer xserver in SHR
Michael 'Mickey' Lauer [Fri, 2 Apr 2010 12:13:34 +0000 (14:13 +0200)]
mioctl: new recipe; command-line utility to call ioctls
Martin Jansa [Fri, 2 Apr 2010 10:29:48 +0000 (12:29 +0200)]
xorg-xserver: add new 1.8.0 version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 2 Apr 2010 08:00:59 +0000 (10:00 +0200)]
mokoko: add autopoint work-around
Martin Jansa [Fri, 2 Apr 2010 05:34:46 +0000 (07:34 +0200)]
shadow: fix do_install with automake-1.11
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Michael Pilgermann [Fri, 2 Apr 2010 05:59:40 +0000 (05:59 +0000)]
pisi: Add version 0.5, move checksums to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Tom [Wed, 31 Mar 2010 13:47:16 +0000 (13:47 +0000)]
shr-settings: Changed the broken use of * in the CONFFILE section. It seems that opkg does not respect *s there. Wrote all the files manually instead.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 2 Apr 2010 05:20:34 +0000 (07:20 +0200)]
mcnavi: replace link to (sometimes) non-existent INSTALL file with empty file
Martin Jansa [Thu, 1 Apr 2010 09:01:50 +0000 (11:01 +0200)]
task-shr-feed: add thone
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 08:25:13 +0000 (10:25 +0200)]
thone: new recipe for terminal phone apps
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 14:41:42 +0000 (16:41 +0200)]
mcnavi: enable gspd-2.90 API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 22:21:07 +0000 (00:21 +0200)]
gpsd: add 2.91 needed for mcnavi (needs gps_waiting())
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 11:20:51 +0000 (13:20 +0200)]
sane-srcrevs: move SRCREVs to recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 09:12:30 +0000 (11:12 +0200)]
EFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipes
* Or we can move them to e.bbclass, python-efl.inc instead.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Thu, 1 Apr 2010 22:20:13 +0000 (15:20 -0700)]
contrib: Add scripts to run qemu
* These scripts are tested on ubuntu and should
run on debian like systems.
* For networking to work it needs ethernet does
not work on wireless.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 1 Apr 2010 04:57:21 +0000 (21:57 -0700)]
eglibc: Add patch to limit gcc commandline output.
* This patch reduced the size of do_compile of eglibc from 12M to 5.4M
and the build time for eglibc improved a bit too
* The patch applied to 2.9,2.10 and 2.11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Thu, 1 Apr 2010 20:19:04 +0000 (22:19 +0200)]
gnome-mplayer: force linking with stdc++, using AC_PROG_CXX isn't enough
Koen Kooi [Thu, 1 Apr 2010 19:49:11 +0000 (21:49 +0200)]
vte: add 0.24.0
Koen Kooi [Thu, 1 Apr 2010 19:39:10 +0000 (21:39 +0200)]
metacity: add 2.30, cross compile patch partially stolen from poky
Koen Kooi [Thu, 1 Apr 2010 18:53:44 +0000 (20:53 +0200)]
epiphany: add 2.30.0
Roman I Khimov [Wed, 31 Mar 2010 12:36:29 +0000 (16:36 +0400)]
postfix: add 2.7.0 version
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
Roman I Khimov [Wed, 31 Mar 2010 10:35:19 +0000 (14:35 +0400)]
postfix: convert to BBCLASSEXTEND and new staging for native
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Wed, 31 Mar 2010 10:37:23 +0000 (14:37 +0400)]
bitbake.conf: add STAGING_SBINDIR_NATIVE
Makes referencing it easier.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
Michael 'Mickey' Lauer [Thu, 1 Apr 2010 20:08:25 +0000 (22:08 +0200)]
vala: prohibit PARALELL_MAKE
Roman I Khimov [Thu, 1 Apr 2010 11:10:00 +0000 (15:10 +0400)]
squidguard: new recipe
squidGuard is a combined filter, redirector and access controller plugin
for Squid.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Koen Kooi [Thu, 1 Apr 2010 18:05:04 +0000 (20:05 +0200)]
tzdata: change 2010f to 2010g, since the former is unfetchable
Steve Sakoman [Wed, 31 Mar 2010 03:47:54 +0000 (20:47 -0700)]
tzcode: update to tzdata2010g
Koen Kooi [Thu, 1 Apr 2010 16:26:28 +0000 (18:26 +0200)]
gnome-python: add 2.28.1, convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 15:05:26 +0000 (17:05 +0200)]
Revert "libcanberra 0.17: switch to new-style staging"
vala.bbclass is still living in the dark age of legacy staging :(
This reverts commit
6ef9251103896b171d28dd2aa9c79f0f22bb022d.
Koen Kooi [Thu, 1 Apr 2010 14:47:35 +0000 (16:47 +0200)]
glib 1.2: move to new style staging
Koen Kooi [Thu, 1 Apr 2010 14:33:47 +0000 (16:33 +0200)]
libgnomeprintui: add 2.18.5
Koen Kooi [Thu, 1 Apr 2010 14:26:09 +0000 (16:26 +0200)]
libgnomeprint: add 2.18.7
Koen Kooi [Thu, 1 Apr 2010 14:15:30 +0000 (16:15 +0200)]
libcanberra 0.17: switch to new-style staging
Koen Kooi [Thu, 1 Apr 2010 14:12:55 +0000 (16:12 +0200)]
angstrom: switch to latest glibmm and gtkmm
Koen Kooi [Thu, 1 Apr 2010 14:06:07 +0000 (16:06 +0200)]
gtkmm: add 2.20.0
Koen Kooi [Thu, 1 Apr 2010 14:04:02 +0000 (16:04 +0200)]
cairomm: add 1.8.4
Koen Kooi [Thu, 1 Apr 2010 13:55:58 +0000 (15:55 +0200)]
gnome bbclass: put devhelp stuff in -doc
Koen Kooi [Thu, 1 Apr 2010 13:55:39 +0000 (15:55 +0200)]
libsigc++-2.0: add 2.2.5 and convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 13:45:38 +0000 (15:45 +0200)]
glibmm: add 2.24.0
Koen Kooi [Thu, 1 Apr 2010 13:34:19 +0000 (15:34 +0200)]
gtkmm: convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 13:28:30 +0000 (15:28 +0200)]
libgtop: add 2.28.1
Koen Kooi [Thu, 1 Apr 2010 13:27:47 +0000 (15:27 +0200)]
glibmm: convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 13:25:26 +0000 (15:25 +0200)]
gnome-system-monitor: add 2.28.1
Koen Kooi [Thu, 1 Apr 2010 12:41:29 +0000 (14:41 +0200)]
gnome-system-tools: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 12:38:48 +0000 (14:38 +0200)]
system-tools-backends: add 2.10.0
Koen Kooi [Thu, 1 Apr 2010 13:14:04 +0000 (15:14 +0200)]
gnome-control-center: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 12:30:18 +0000 (14:30 +0200)]
libooks: add 2.30.0 and convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 12:26:20 +0000 (14:26 +0200)]
libgnomeui: add 2.24.3 and convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 12:23:27 +0000 (14:23 +0200)]
libgnome: add 2.30.0, convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 12:19:09 +0000 (14:19 +0200)]
gnome-applets: add 2.30.0
Roman I Khimov [Thu, 1 Apr 2010 09:09:19 +0000 (13:09 +0400)]
mdadm: add version 3.1.2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Marcin Juszkiewicz [Thu, 1 Apr 2010 17:06:55 +0000 (19:06 +0200)]
vim: updated to 7.2.394, dropped older versions, cleaned recipes
I added 394 upstream patches to vim into metadata as checksums for them
would be bigger then patch itself.
Older (6.2, 6.4, 7.0) versions got dropped as they can have security
problems and no one maintains them.
Recipes for 7.2 got cleaned - we have gvim, vim-tiny and vim now. Main
code is split between vim.inc and vim_7.2.bb files. Adding new variants
is now easier due to VIMFEATURES, VIMX and VIMGUI variables.
EXTRA_OECONF variables were generated by running vim configure script on
BUG 2.0 device.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Martin Jansa [Thu, 1 Apr 2010 15:54:39 +0000 (17:54 +0200)]
calibrateproto,libxcalibrate: move SRCREV to recipe, drop from preferred-xorg-versions and sane-srcrevs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 14:14:15 +0000 (16:14 +0200)]
pixman_0.18.0: increase D_P for SHR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 13:09:22 +0000 (15:09 +0200)]
frameworkd-config-shr: move SRCREV to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 14:13:19 +0000 (16:13 +0200)]
shr: switch to latest stable for gtk+ and glib-2.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Sebastian Spaeth [Thu, 1 Apr 2010 14:45:43 +0000 (16:45 +0200)]
sane-srcrevs: bump phonefsod
This version actually saves brightness changes across reboots
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Antonio Ospite [Thu, 1 Apr 2010 03:16:23 +0000 (03:16 +0000)]
frameworkd-config-shr: fix a nasty typo
A misplaced '-' instead of '_' made bitbake conditional appending fail,
resulting in fso-abyss being added unconditionally to runtime
dependencies.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Thu, 1 Apr 2010 12:18:39 +0000 (14:18 +0200)]
atk-native 1.28: drop per Marcins request
Koen Kooi [Thu, 1 Apr 2010 11:53:47 +0000 (13:53 +0200)]
libart-lgpl: convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 11:49:49 +0000 (13:49 +0200)]
gnome bbclass: package polkit stuff into ${PN} by default
Koen Kooi [Thu, 1 Apr 2010 11:47:55 +0000 (13:47 +0200)]
gnome-panel: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 11:41:31 +0000 (13:41 +0200)]
gnome-settings-daemon: add 2.30.0, convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 11:40:32 +0000 (13:40 +0200)]
libgnomekbd: add 2.30.0, convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 11:37:01 +0000 (13:37 +0200)]
libxlavier: add 5.0, convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 11:30:57 +0000 (13:30 +0200)]
gdm: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 11:04:14 +0000 (13:04 +0200)]
metacity: add 2.30
Koen Kooi [Thu, 1 Apr 2010 10:47:37 +0000 (12:47 +0200)]
nautilus: add 2.30.0
Martin Jansa [Thu, 1 Apr 2010 11:47:27 +0000 (13:47 +0200)]
illume-keyboards-shr: move SRCREV to recipe
Sebastian Spaeth [Thu, 1 Apr 2010 11:19:19 +0000 (13:19 +0200)]
sane-srcrevs: bump shr-settings
It used an old DBUS API call, rather than communicating with phonefsod. This prevented us from persistently storing brightness changes.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Martin Jansa [Thu, 1 Apr 2010 08:29:50 +0000 (10:29 +0200)]
EFL: another SRCREV bump, more illume2 fixed again reported by Tom 'TAsn' Hacohen
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 1 Apr 2010 07:49:37 +0000 (09:49 +0200)]
e-wm-config-illume*-shr: bump SRCREV, move REVs to recipe, drop EFL_SRCREV from PV
Koen Kooi [Thu, 1 Apr 2010 10:43:14 +0000 (12:43 +0200)]
gnome-desktop: add 2.30.0, convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 10:42:57 +0000 (12:42 +0200)]
librsvg: add 2.26.2
Koen Kooi [Thu, 1 Apr 2010 10:34:17 +0000 (12:34 +0200)]
pixman: add 0.18.0
Koen Kooi [Thu, 1 Apr 2010 09:51:46 +0000 (11:51 +0200)]
libbonoboui: add 2.24.3 and convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 09:46:44 +0000 (11:46 +0200)]
libbonobo: add 2.24.3 and convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 08:41:01 +0000 (10:41 +0200)]
angstrom: switch to latest stable for gtk+ and glib-2.0
Koen Kooi [Thu, 1 Apr 2010 08:31:30 +0000 (10:31 +0200)]
gtk+: add 2.20
Koen Kooi [Thu, 1 Apr 2010 08:25:36 +0000 (10:25 +0200)]
atk: add 1.30.0
Koen Kooi [Thu, 1 Apr 2010 08:25:15 +0000 (10:25 +0200)]
glib 2.0: add 2.24.0
Sebastian Spaeth [Thu, 1 Apr 2010 10:08:00 +0000 (12:08 +0200)]
sane-srcrev: bump illume-keyboards-shr
The previous version installed keyboards into locations that were not found by current illume versions anymore.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Thomas Zimmermann [Thu, 1 Apr 2010 08:18:52 +0000 (10:18 +0200)]
base-files: move profile for SHR from shr-image.inc to base-files
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Koen Kooi [Thu, 1 Apr 2010 06:56:58 +0000 (08:56 +0200)]
alsa-state: only drag in FSO stuff if 'shr' is in overrides
* 'console-image' for angstrom builds again since fso-specs was WORKDIR in its .pc and fails QA
Koen Kooi [Thu, 1 Apr 2010 06:33:50 +0000 (08:33 +0200)]
libxaw 1.0.7: convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 06:27:57 +0000 (08:27 +0200)]
tcp-wrappers: convert to new style staging
Steffen Sledz [Wed, 31 Mar 2010 07:07:50 +0000 (09:07 +0200)]
rsyslog: new recipe
a reliable and extended syslogd
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Khem Raj [Wed, 31 Mar 2010 21:39:50 +0000 (14:39 -0700)]
eglibc: Apply branch fixes.
* Use the latest tip of the respective branches
which have received bug fixes.
* Move svn recipe to latest.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Adrian Alonso [Mon, 29 Mar 2010 18:53:29 +0000 (18:53 +0000)]
imagemagick_6.3.5-10.bb: openm4 fix
* m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
2008-12-03 Ralf Wildenhues <[EMAIL PROTECTED]>
Bruno Haible <[EMAIL PROTECTED]>
* ref: http://www.mail-archive.com/bug-gnulib@gnu.org/msg12387.html
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Tue, 30 Mar 2010 09:08:19 +0000 (11:08 +0200)]
linux-openmoko-2.6.32: update defconfig, add BT support, more watchdogs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 31 Mar 2010 19:17:37 +0000 (21:17 +0200)]
phoneui-shr-theme: bump SRCREV for o2 and neo theme
Koen Kooi [Wed, 31 Mar 2010 18:48:49 +0000 (20:48 +0200)]
system-tools-backends 2.8.3: reinstate policykit support
Roman I Khimov [Wed, 31 Mar 2010 10:35:48 +0000 (14:35 +0400)]
update-rc.d: allow native build via BBCLASSEXTEND
Makes it possible to use BBCLASSEXTEND for native in packages inheriting
update-rc.d.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Wed, 31 Mar 2010 09:17:48 +0000 (13:17 +0400)]
postfix: convert to INC_PR
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Wed, 31 Mar 2010 08:32:21 +0000 (12:32 +0400)]
spamassassin: new recipe
SpamAssassin is a very powerful and fully configurable spam filter with
numerous features including automatic white-listing, RBL testing, Bayesian
analysis, header and body text analysis. It is designed to be called from
a user's .procmail or .forward file, but can also be integrated into a
Mail Transport Agent (MTA).
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Michael 'Mickey' Lauer [Wed, 31 Mar 2010 16:51:50 +0000 (18:51 +0200)]
linux-leviathan: fix suspend/resume
Note to self: hand-editing defconfig and multistate configs doesn't match
Marcin Juszkiewicz [Wed, 31 Mar 2010 15:29:30 +0000 (17:29 +0200)]
ifupdown: fix do_install
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Martyn Welch [Wed, 31 Mar 2010 14:47:37 +0000 (16:47 +0200)]
ifupdown: added checksums
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>