openembedded.git
15 years agogst-meta-base: fixed ivorbis dependency and bump PR
Denis 'GNUtoo' Carikli [Thu, 1 Apr 2010 12:21:39 +0000 (14:21 +0200)]
gst-meta-base: fixed ivorbis dependency and bump PR

I had the following error:
| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for gst-meta-audio:
|  *    gst-plugin-ivorbis *
but... I also had that in my deploy dir: gst-plugin-ivorbisdec_0.10.28-r7.1.5_armv6.ipk
So I changed gst-plugin-ivorbis to gst-plugin-ivorbisdec

15 years agoe2fsprogs.inc depends on util-linux-ng-native for native builds and bump PR
Denis 'GNUtoo' Carikli [Thu, 1 Apr 2010 10:16:46 +0000 (12:16 +0200)]
e2fsprogs.inc depends on util-linux-ng-native for native builds and bump PR

if We don't depend on util-linux-ng and that it has not been compiled yet
in e2fsck we get undefined references to:
e2fsck_free_context, check_super_block, e2fsck_fix_ext3_journal_hint,
e2fsck_journal_load,e2fsck_get_journal,e2fsck_check_ext3_journal,
e2fsck_journal_reset_super,setup_tdb

15 years agogst-plugins-bad 0.10.18 : also depend on orc and bump PR
Denis 'GNUtoo' Carikli [Mon, 29 Mar 2010 18:20:18 +0000 (20:20 +0200)]
gst-plugins-bad 0.10.18 : also depend on orc and bump PR

If we depend only on orc-native and not also on orc
  (and orc is not installed):
*it won't be able to find orc/orc.h
*orcc will be detected correctly,which will cause the following code:
"
do_configure_append() {
for i in $(find ${S} -name "Makefile") ; do
sed -i -e s:/usr/bin/orcc:${STAGING_BINDIR_NATIVE}/orcc:g $i
done
}
"
that is in gst-plugins.inc to sed the /usr/bin/orcc in
  STAGING_BINDIR_NATIVE}/orcc with STAGING_BINDIR_NATIVE}/orcc
roughly a path like:
${TMPDIR}/staging/i686-linux/usr/bin/orcc
will result in
${TMPDIR}/staging/i686-linux/${TMPDIR}/staging/i686-linux/usr/bin/orcc:

15 years agolinux-leviathan: bump to master to get GNUtoo's latest suspend/resume stability fixes
Michael 'Mickey' Lauer [Sat, 3 Apr 2010 14:00:40 +0000 (16:00 +0200)]
linux-leviathan: bump to master to get GNUtoo's latest suspend/resume stability fixes

15 years agotask-cli-tools: add mioctl to -debug
Michael 'Mickey' Lauer [Sat, 3 Apr 2010 13:47:57 +0000 (15:47 +0200)]
task-cli-tools: add mioctl to -debug

15 years agolinux-leviathan: bump to master to incorporate GNUtoo's panel resume fixes
Michael 'Mickey' Lauer [Fri, 2 Apr 2010 22:48:40 +0000 (00:48 +0200)]
linux-leviathan: bump to master to incorporate GNUtoo's panel resume fixes

15 years agothone: move to version 0.7
Martin Jansa [Fri, 2 Apr 2010 17:24:00 +0000 (19:24 +0200)]
thone: move to version 0.7

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-kexecboot: initial commit of 2.6.34-rc3
Andrea Adami [Fri, 2 Apr 2010 15:59:58 +0000 (17:59 +0200)]
linux-kexecboot: initial commit of 2.6.34-rc3

15 years agoinsane.bbclass: Switch to endswith() and fix la/pc check
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>
15 years agoxf86-driver-common: PR bump for newer xserver in SHR
Martin Jansa [Fri, 2 Apr 2010 12:53:45 +0000 (14:53 +0200)]
xf86-driver-common: PR bump for newer xserver in SHR

15 years agomioctl: new recipe; command-line utility to call ioctls
Michael 'Mickey' Lauer [Fri, 2 Apr 2010 12:13:34 +0000 (14:13 +0200)]
mioctl: new recipe; command-line utility to call ioctls

15 years agoxorg-xserver: add new 1.8.0 version
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>
15 years agomokoko: add autopoint work-around
Martin Jansa [Fri, 2 Apr 2010 08:00:59 +0000 (10:00 +0200)]
mokoko: add autopoint work-around

15 years agoshadow: fix do_install with automake-1.11
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>
15 years agopisi: Add version 0.5, move checksums to recipe
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>
15 years agoshr-settings: Changed the broken use of * in the CONFFILE section. It seems that...
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>
15 years agomcnavi: replace link to (sometimes) non-existent INSTALL file with empty file
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

15 years agotask-shr-feed: add thone
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>
15 years agothone: new recipe for terminal phone apps
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>
15 years agomcnavi: enable gspd-2.90 API
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>
15 years agogpsd: add 2.91 needed for mcnavi (needs gps_waiting())
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>
15 years agosane-srcrevs: move SRCREVs to recipes
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>
15 years agoEFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipes
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>
15 years agocontrib: Add scripts to run qemu
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>
15 years agoeglibc: Add patch to limit gcc commandline output.
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>
15 years agognome-mplayer: force linking with stdc++, using AC_PROG_CXX isn't enough
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

15 years agovte: add 0.24.0
Koen Kooi [Thu, 1 Apr 2010 19:49:11 +0000 (21:49 +0200)]
vte: add 0.24.0

15 years agometacity: add 2.30, cross compile patch partially stolen from poky
Koen Kooi [Thu, 1 Apr 2010 19:39:10 +0000 (21:39 +0200)]
metacity: add 2.30, cross compile patch partially stolen from poky

15 years agoepiphany: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 18:53:44 +0000 (20:53 +0200)]
epiphany: add 2.30.0

15 years agopostfix: add 2.7.0 version
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>
15 years agopostfix: convert to BBCLASSEXTEND and new staging for native
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>
15 years agobitbake.conf: add STAGING_SBINDIR_NATIVE
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>
15 years agovala: prohibit PARALELL_MAKE
Michael 'Mickey' Lauer [Thu, 1 Apr 2010 20:08:25 +0000 (22:08 +0200)]
vala: prohibit PARALELL_MAKE

15 years agosquidguard: new recipe
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>
15 years agotzdata: change 2010f to 2010g, since the former is unfetchable
Koen Kooi [Thu, 1 Apr 2010 18:05:04 +0000 (20:05 +0200)]
tzdata: change 2010f to 2010g, since the former is unfetchable

15 years agotzcode: update to tzdata2010g
Steve Sakoman [Wed, 31 Mar 2010 03:47:54 +0000 (20:47 -0700)]
tzcode: update to tzdata2010g

15 years agognome-python: add 2.28.1, convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 16:26:28 +0000 (18:26 +0200)]
gnome-python: add 2.28.1, convert to new style staging

15 years agoRevert "libcanberra 0.17: switch 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.

15 years agoglib 1.2: move to new style staging
Koen Kooi [Thu, 1 Apr 2010 14:47:35 +0000 (16:47 +0200)]
glib 1.2: move to new style staging

15 years agolibgnomeprintui: add 2.18.5
Koen Kooi [Thu, 1 Apr 2010 14:33:47 +0000 (16:33 +0200)]
libgnomeprintui: add 2.18.5

15 years agolibgnomeprint: add 2.18.7
Koen Kooi [Thu, 1 Apr 2010 14:26:09 +0000 (16:26 +0200)]
libgnomeprint: add 2.18.7

15 years agolibcanberra 0.17: switch to new-style staging
Koen Kooi [Thu, 1 Apr 2010 14:15:30 +0000 (16:15 +0200)]
libcanberra 0.17: switch to new-style staging

15 years agoangstrom: switch to latest glibmm and gtkmm
Koen Kooi [Thu, 1 Apr 2010 14:12:55 +0000 (16:12 +0200)]
angstrom: switch to latest glibmm and gtkmm

15 years agogtkmm: add 2.20.0
Koen Kooi [Thu, 1 Apr 2010 14:06:07 +0000 (16:06 +0200)]
gtkmm: add 2.20.0

15 years agocairomm: add 1.8.4
Koen Kooi [Thu, 1 Apr 2010 14:04:02 +0000 (16:04 +0200)]
cairomm: add 1.8.4

15 years agognome bbclass: put devhelp stuff in -doc
Koen Kooi [Thu, 1 Apr 2010 13:55:58 +0000 (15:55 +0200)]
gnome bbclass: put devhelp stuff in -doc

15 years agolibsigc++-2.0: add 2.2.5 and convert to new style staging
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

15 years agoglibmm: add 2.24.0
Koen Kooi [Thu, 1 Apr 2010 13:45:38 +0000 (15:45 +0200)]
glibmm: add 2.24.0

15 years agogtkmm: convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 13:34:19 +0000 (15:34 +0200)]
gtkmm: convert to new style staging

15 years agolibgtop: add 2.28.1
Koen Kooi [Thu, 1 Apr 2010 13:28:30 +0000 (15:28 +0200)]
libgtop: add 2.28.1

15 years agoglibmm: convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 13:27:47 +0000 (15:27 +0200)]
glibmm: convert to new style staging

15 years agognome-system-monitor: add 2.28.1
Koen Kooi [Thu, 1 Apr 2010 13:25:26 +0000 (15:25 +0200)]
gnome-system-monitor: add 2.28.1

15 years agognome-system-tools: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 12:41:29 +0000 (14:41 +0200)]
gnome-system-tools: add 2.30.0

15 years agosystem-tools-backends: add 2.10.0
Koen Kooi [Thu, 1 Apr 2010 12:38:48 +0000 (14:38 +0200)]
system-tools-backends: add 2.10.0

15 years agognome-control-center: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 13:14:04 +0000 (15:14 +0200)]
gnome-control-center: add 2.30.0

15 years agolibooks: add 2.30.0 and convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 12:30:18 +0000 (14:30 +0200)]
libooks: add 2.30.0 and convert to new style staging

15 years agolibgnomeui: add 2.24.3 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

15 years agolibgnome: add 2.30.0, 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

15 years agognome-applets: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 12:19:09 +0000 (14:19 +0200)]
gnome-applets: add 2.30.0

15 years agomdadm: add version 3.1.2
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>
15 years agovim: updated to 7.2.394, dropped older versions, cleaned recipes
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>
15 years agocalibrateproto,libxcalibrate: move SRCREV to recipe, drop from preferred-xorg-version...
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>
15 years agopixman_0.18.0: increase D_P for SHR
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>
15 years agoframeworkd-config-shr: move SRCREV to recipe
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>
15 years agoshr: switch to latest stable for gtk+ and glib-2.0
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>
15 years agosane-srcrevs: bump phonefsod
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>
15 years agoframeworkd-config-shr: fix a nasty typo
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>
15 years agoatk-native 1.28: drop per Marcins request
Koen Kooi [Thu, 1 Apr 2010 12:18:39 +0000 (14:18 +0200)]
atk-native 1.28: drop per Marcins request

15 years agolibart-lgpl: convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 11:53:47 +0000 (13:53 +0200)]
libart-lgpl: convert to new style staging

15 years agognome bbclass: package polkit stuff into ${PN} by default
Koen Kooi [Thu, 1 Apr 2010 11:49:49 +0000 (13:49 +0200)]
gnome bbclass: package polkit stuff into ${PN} by default

15 years agognome-panel: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 11:47:55 +0000 (13:47 +0200)]
gnome-panel: add 2.30.0

15 years agognome-settings-daemon: add 2.30.0, convert to new style staging
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

15 years agolibgnomekbd: 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

15 years agolibxlavier: add 5.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

15 years agogdm: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 11:30:57 +0000 (13:30 +0200)]
gdm: add 2.30.0

15 years agometacity: add 2.30
Koen Kooi [Thu, 1 Apr 2010 11:04:14 +0000 (13:04 +0200)]
metacity: add 2.30

15 years agonautilus: add 2.30.0
Koen Kooi [Thu, 1 Apr 2010 10:47:37 +0000 (12:47 +0200)]
nautilus: add 2.30.0

15 years agoillume-keyboards-shr: move SRCREV to recipe
Martin Jansa [Thu, 1 Apr 2010 11:47:27 +0000 (13:47 +0200)]
illume-keyboards-shr: move SRCREV to recipe

15 years agosane-srcrevs: bump shr-settings
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>
15 years agoEFL: another SRCREV bump, more illume2 fixed again reported by Tom 'TAsn' Hacohen
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>
15 years agoe-wm-config-illume*-shr: bump SRCREV, move REVs to recipe, drop EFL_SRCREV from PV
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

15 years agognome-desktop: add 2.30.0, convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 10:43:14 +0000 (12:43 +0200)]
gnome-desktop: add 2.30.0, convert to new style staging

15 years agolibrsvg: add 2.26.2
Koen Kooi [Thu, 1 Apr 2010 10:42:57 +0000 (12:42 +0200)]
librsvg: add 2.26.2

15 years agopixman: add 0.18.0
Koen Kooi [Thu, 1 Apr 2010 10:34:17 +0000 (12:34 +0200)]
pixman: add 0.18.0

15 years agolibbonoboui: add 2.24.3 and convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 09:51:46 +0000 (11:51 +0200)]
libbonoboui: add 2.24.3 and convert to new style staging

15 years agolibbonobo: 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

15 years agoangstrom: switch to latest stable for gtk+ and glib-2.0
Koen Kooi [Thu, 1 Apr 2010 08:41:01 +0000 (10:41 +0200)]
angstrom: switch to latest stable for gtk+ and glib-2.0

15 years agogtk+: add 2.20
Koen Kooi [Thu, 1 Apr 2010 08:31:30 +0000 (10:31 +0200)]
gtk+: add 2.20

15 years agoatk: add 1.30.0
Koen Kooi [Thu, 1 Apr 2010 08:25:36 +0000 (10:25 +0200)]
atk: add 1.30.0

15 years agoglib 2.0: add 2.24.0
Koen Kooi [Thu, 1 Apr 2010 08:25:15 +0000 (10:25 +0200)]
glib 2.0: add 2.24.0

15 years agosane-srcrev: bump illume-keyboards-shr
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>
15 years agobase-files: move profile for SHR from shr-image.inc to base-files
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>
15 years agoalsa-state: only drag in FSO stuff if 'shr' is in overrides
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

15 years agolibxaw 1.0.7: convert to new style staging
Koen Kooi [Thu, 1 Apr 2010 06:33:50 +0000 (08:33 +0200)]
libxaw 1.0.7: convert to new style staging

15 years agotcp-wrappers: 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

15 years agorsyslog: new recipe
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>
15 years agoeglibc: Apply branch fixes.
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>
15 years agoimagemagick_6.3.5-10.bb: openm4 fix
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>
15 years agolinux-openmoko-2.6.32: update defconfig, add BT support, more watchdogs
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>
15 years agophoneui-shr-theme: bump SRCREV for o2 and neo theme
Martin Jansa [Wed, 31 Mar 2010 19:17:37 +0000 (21:17 +0200)]
phoneui-shr-theme: bump SRCREV for o2 and neo theme