openembedded.git
15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedde...
Graeme Gregory [Tue, 29 Sep 2009 14:03:41 +0000 (15:03 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev

15 years agotzcode-native_2009k.bb : 2009m is no longer available
Graeme Gregory [Tue, 29 Sep 2009 14:02:49 +0000 (15:02 +0100)]
tzcode-native_2009k.bb : 2009m is no longer available
tzdata_2009n.bb : 2009m is no longer available so make 2009n

15 years agolinux-mini2440: Update to 2.6.31 and follow some more standards.
Florian Boor [Tue, 29 Sep 2009 13:23:42 +0000 (15:23 +0200)]
linux-mini2440: Update to 2.6.31 and follow some more standards.

15 years agohplip: add recipe
Cliff Brake [Tue, 29 Sep 2009 11:33:37 +0000 (07:33 -0400)]
hplip: add recipe

15 years agovlc: update to 1.0.2
Koen Kooi [Tue, 29 Sep 2009 11:08:59 +0000 (13:08 +0200)]
vlc: update to 1.0.2

15 years agogst-plugin-gles: add git version
TK, Pratheesh Gangadhar [Tue, 29 Sep 2009 10:01:25 +0000 (12:01 +0200)]
gst-plugin-gles: add git version

* the upstream git repo is corrupted, so we employ some tricks to build it
* and it has an RPATH problem...

15 years agoangstrom: switch to a more recent gtkmm
Koen Kooi [Tue, 29 Sep 2009 09:08:47 +0000 (11:08 +0200)]
angstrom: switch to a more recent gtkmm

15 years agoopencv: update to latest svn, tweak buildsystem a bit
Koen Kooi [Tue, 29 Sep 2009 09:07:32 +0000 (11:07 +0200)]
opencv: update to latest svn, tweak buildsystem a bit

* the autofoo buildsystem has problems with exporting symbols
* the cmake buildsystem introduces bad RPATHs into the python extensions

15 years agojamvm-initial 1.x.y: Use 512MB for Xmx by default, install libjvm in private directory.
Robert Schuster [Tue, 29 Sep 2009 09:07:11 +0000 (11:07 +0200)]
jamvm-initial 1.x.y: Use 512MB for Xmx by default, install libjvm in private directory.

15 years agoclasspath-native: Use --enable-tool-wrapper (increased PRs in respective BB files).
Robert Schuster [Tue, 29 Sep 2009 09:06:12 +0000 (11:06 +0200)]
classpath-native: Use --enable-tool-wrapper (increased PRs in respective BB files).

15 years agoFix t1lib dependency.
Graham Gower [Thu, 10 Sep 2009 17:33:50 +0000 (17:33 +0000)]
Fix t1lib dependency.

Failed with:

| mipsel-angstrom-linux-libtool: compile:  mipsel-angstrom-linux-gcc -c -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fno-strength-reduce -DT1LIB_IDENT=\"5.0.2\" -DGLOBAL_CONFIG_DIR=\"/usr/share/t1lib\" xglyph.c  -fPIC -DPIC -o .libs/xglyph.o
| xglyph.c:47:27: error: X11/Xaw/Label.h: No such file or directory
| xglyph.c:48:29: error: X11/Xaw/Command.h: No such file or directory
| xglyph.c:49:26: error: X11/Xaw/Form.h: No such file or directory
| xglyph.c:50:28: error: X11/Xaw/Dialog.h: No such file or directory
| xglyph.c:51:25: error: X11/Xaw/Box.h: No such file or directory
| xglyph.c:52:28: error: X11/Xaw/Toggle.h: No such file or directory
| xglyph.c:54:31: error: X11/Xaw/AsciiText.h: No such file or directory
| xglyph.c:55:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
| xglyph.c:56:28: error: X11/Xaw/SmeBSB.h: No such file or directory
| xglyph.c:57:26: error: X11/Xaw/List.h: No such file or directory
...
<snip>

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agoFix lesstif compilation.
Graham Gower [Thu, 10 Sep 2009 17:34:35 +0000 (17:34 +0000)]
Fix lesstif compilation.

Failed like this:

| /bin/sh ../mipsel-angstrom-linux-libtool --tag=CC   --mode=link mipsel-angstrom-linux-gcc  -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3  -L/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -Wl,-rpath-link,/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -Wl,-O1 -o man2html man2html.o  -L/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -lfreetype -L -lXft -lXrender
| mipsel-angstrom-linux-libtool: link: require no space between `-L' and `-lXft'
| make[2]: *** [man2html] Error 1
| make[2]: Leaving directory `/home/grg/oe/tmp/work/mipsel-angstrom-linux/lesstif-0.95.0-r1/lesstif-0.95.0/scripts'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/grg/oe/tmp/work/mipsel-angstrom-linux/lesstif-0.95.0-r1/lesstif-0.95.0/scripts'
| make: *** [all-recursive] Error 1
| FATAL: oe_runmake failed

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agox264: update to a more recent snapshot
Koen Kooi [Tue, 29 Sep 2009 07:41:06 +0000 (09:41 +0200)]
x264: update to a more recent snapshot

15 years agognome-mplayer: add 0.9.8
Koen Kooi [Tue, 29 Sep 2009 07:39:49 +0000 (09:39 +0200)]
gnome-mplayer: add 0.9.8

15 years agolibsoup: add gnome-keyring dependency.
Graham Gower [Tue, 22 Sep 2009 14:11:33 +0000 (14:11 +0000)]
libsoup: add gnome-keyring dependency.

libsoup's configure.in added a gnome-keyring check since the last version.

Failure looks like this:

| checking whether to build libsoup-gnome... yes
| checking for GNOME_KEYRING... no
| configure: error: Could not find gnome-keyring devel files.
| Configure with --without-gnome if you wish to build only libsoup
| without GNOME-specific features.
| FATAL: oe_runconf failed`
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agopython-django: Update to work with Python 2.6
Petri Lehtinen [Mon, 28 Sep 2009 21:21:13 +0000 (21:21 +0000)]
python-django: Update to work with Python 2.6

Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
15 years agopython-flup: Bump to version 1.0.2
Petri Lehtinen [Mon, 28 Sep 2009 21:19:13 +0000 (21:19 +0000)]
python-flup: Bump to version 1.0.2

Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
15 years agotslib_1.0: Apply patch from r56 to link plugins to libts
Eric Bénard [Thu, 24 Sep 2009 09:02:10 +0000 (09:02 +0000)]
tslib_1.0: Apply patch from r56 to link plugins to libts

The patch sent to the list was integrated into tslib
in november 2008:
http://svn.berlios.de/viewcvs/tslib/trunk/tslib/plugins/Makefile.am?r1=51&r2=56

Please find attached a patch to add this patch to the tslib's recipe.

http://patchwork.openembedded.org/patch/1078/

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agojamvm-native 1.5.3: Prevent evil jni.h from being installed.
Robert Schuster [Tue, 29 Sep 2009 07:36:37 +0000 (09:36 +0200)]
jamvm-native 1.5.3: Prevent evil jni.h from being installed.

15 years agokexec-tools-2-klibc.patch: header was commented out during test, fix
Andrea Adami [Mon, 28 Sep 2009 23:13:57 +0000 (01:13 +0200)]
kexec-tools-2-klibc.patch: header was commented out during test, fix

15 years agostrace_4.5.18.bb : newer strace for avr32, 4.5.15 wasnt building here
Graeme Gregory [Mon, 28 Sep 2009 22:37:24 +0000 (23:37 +0100)]
strace_4.5.18.bb : newer strace for avr32, 4.5.15 wasnt building here

Forward ported the neccessary patches and think I made the correct set
of changes to get them to merge.

15 years agokexec-tools_2.0.1: fix compiler warnings (and literal comparison too...)
Andrea Adami [Mon, 28 Sep 2009 20:27:57 +0000 (22:27 +0200)]
kexec-tools_2.0.1: fix compiler warnings (and literal comparison too...)

15 years agoglibmm: add 2.22.1, fix packaging
Koen Kooi [Mon, 28 Sep 2009 14:35:47 +0000 (16:35 +0200)]
glibmm: add 2.22.1, fix packaging
cairomm: add 1.8.2
pangomm: add 2.26.0
gtkmm: add 2.18.1

15 years agoomap4430-sdp: add machine file for omap4430-sdp, based on beagleboard machine file
Koen Kooi [Mon, 28 Sep 2009 13:46:13 +0000 (15:46 +0200)]
omap4430-sdp: add machine file for omap4430-sdp, based on beagleboard machine file

15 years agolinux-omap git: add support for omap4430-sdp
Koen Kooi [Mon, 28 Sep 2009 13:45:44 +0000 (15:45 +0200)]
linux-omap git: add support for omap4430-sdp

15 years agoopal: add 3.6.6
Koen Kooi [Mon, 28 Sep 2009 07:12:14 +0000 (09:12 +0200)]
opal: add 3.6.6

15 years agoptlib: update to 2.6.5
Koen Kooi [Mon, 28 Sep 2009 07:11:43 +0000 (09:11 +0200)]
ptlib: update to 2.6.5

15 years agofastcgi: Add patch to compile with gcc4.4
Dirk Opfer [Sun, 20 Sep 2009 10:22:02 +0000 (12:22 +0200)]
fastcgi: Add patch to compile with gcc4.4

15 years agolua5.1: Don't delete ${STAGING_LIBDIR}/*.so*
Dirk Opfer [Mon, 28 Sep 2009 15:46:51 +0000 (17:46 +0200)]
lua5.1: Don't delete ${STAGING_LIBDIR}/*.so*
This breaks other packages. There is no need to delete ${STAGING_LIBDIR}/*.so*.
lua5.1 doesn't generate any *.so*

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedde...
Graeme Gregory [Mon, 28 Sep 2009 09:10:46 +0000 (10:10 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev

15 years agotransmission_1.75.bb : new version of transmission torrent client
Graeme Gregory [Mon, 28 Sep 2009 09:09:59 +0000 (10:09 +0100)]
transmission_1.75.bb : new version of transmission torrent client

15 years agopython-wpactrl: add 1.0.1
Howard Chu [Sun, 27 Sep 2009 09:50:08 +0000 (09:50 +0000)]
python-wpactrl: add 1.0.1

Signed-off-by: Howard Chu <hyc@symas.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
15 years agoxserver-common: Add 1.32 - still with DEFAULT_PREFERENCE -1 but expexted to work.
Florian Boor [Mon, 28 Sep 2009 09:00:57 +0000 (11:00 +0200)]
xserver-common: Add 1.32 - still with DEFAULT_PREFERENCE -1 but expexted to work.

15 years agomdev,micro-base-image: removing mdev,because there is already "busybox-mdev"
Denis 'Gnutoo' Carikli [Sun, 27 Sep 2009 20:10:54 +0000 (22:10 +0200)]
mdev,micro-base-image: removing mdev,because there is already "busybox-mdev"

mdev recipe was useless and had an empty config(mdev.conf)
That caused some issues such as not beeing able to boot
moreover I was told that I could drop it:
"Please go ahead and drop it :-)"

15 years agoSlugOS: initscripts - add in the correct device_table.txt for SlugOS,
Mike Westerhof [Sun, 27 Sep 2009 06:21:29 +0000 (01:21 -0500)]
SlugOS: initscripts - add in the correct device_table.txt for SlugOS,
makes turnup work once again.

15 years agolsof.bb: Add configure support for linux-gnu.
Leon Woestenberg [Sat, 26 Sep 2009 22:42:31 +0000 (00:42 +0200)]
lsof.bb: Add configure support for linux-gnu.

15 years agoopenssl.inc: Deal with HOST_OS=linux-gnu during configure.
Leon Woestenberg [Sat, 26 Sep 2009 17:21:09 +0000 (19:21 +0200)]
openssl.inc: Deal with HOST_OS=linux-gnu during configure.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
15 years agokexec-tools-klibc-static_2.0.1: update patch against new ver. Still broken. WIP
Andrea Adami [Sat, 26 Sep 2009 16:09:19 +0000 (18:09 +0200)]
kexec-tools-klibc-static_2.0.1: update patch against new ver. Still broken. WIP

15 years agokexec-tools_2.0.1: fix insane arch detection [arm], bump pref and PR
Andrea Adami [Fri, 25 Sep 2009 22:07:10 +0000 (00:07 +0200)]
kexec-tools_2.0.1: fix insane arch detection [arm], bump pref and PR

15 years agolinux-omap-psp 2.6.31: disable dss2 v4l2 since it breaks compilation
Koen Kooi [Fri, 25 Sep 2009 14:24:22 +0000 (16:24 +0200)]
linux-omap-psp 2.6.31: disable dss2 v4l2 since it breaks compilation

15 years agomplayer: bump SRCREV to pull in a newer ffmpeg, update vo_omapfb
Koen Kooi [Fri, 25 Sep 2009 17:55:47 +0000 (19:55 +0200)]
mplayer: bump SRCREV to pull in a newer ffmpeg, update vo_omapfb

15 years agoffmpeg: bump SRCREV
Koen Kooi [Fri, 25 Sep 2009 13:20:40 +0000 (15:20 +0200)]
ffmpeg: bump SRCREV

15 years agoti dsp recipes: replace some _beagleboard depends with _armv7a ones
Koen Kooi [Fri, 25 Sep 2009 12:02:06 +0000 (14:02 +0200)]
ti dsp recipes: replace some _beagleboard depends with _armv7a ones

15 years agoomap3-sgx-modules: add proc patch for omap3517 and omap3 evms as well
Koen Kooi [Fri, 25 Sep 2009 11:46:47 +0000 (13:46 +0200)]
omap3-sgx-modules: add proc patch for omap3517 and omap3 evms as well

15 years agoti-dmai: add omap3-touchbook support
Koen Kooi [Fri, 25 Sep 2009 10:45:42 +0000 (12:45 +0200)]
ti-dmai: add omap3-touchbook support

15 years agoxf86-input-tslib: rrecommend tslib-calibrate
Koen Kooi [Fri, 25 Sep 2009 10:29:44 +0000 (12:29 +0200)]
xf86-input-tslib: rrecommend tslib-calibrate

15 years agopointercal: add omap3-touchbook support
Koen Kooi [Fri, 25 Sep 2009 10:27:18 +0000 (12:27 +0200)]
pointercal: add omap3-touchbook support

15 years agoomap3-touchbook: switch to linux-omap-pm
Koen Kooi [Fri, 25 Sep 2009 10:07:37 +0000 (12:07 +0200)]
omap3-touchbook: switch to linux-omap-pm

15 years agolinux-omap-pm 2.6.29: tweak omap3-touchbook defconfig
Koen Kooi [Fri, 25 Sep 2009 10:06:50 +0000 (12:06 +0200)]
linux-omap-pm 2.6.29: tweak omap3-touchbook defconfig

15 years agoomap3: bump MACHINE_KERNEL_PR
Koen Kooi [Fri, 25 Sep 2009 09:16:53 +0000 (11:16 +0200)]
omap3: bump MACHINE_KERNEL_PR

15 years agolinux-omap-psp: add 2.6.31rc7 recipe
Koen Kooi [Thu, 24 Sep 2009 12:52:55 +0000 (14:52 +0200)]
linux-omap-psp: add 2.6.31rc7 recipe

15 years agolinux-omap -2.6.29: use proper omap3-touchbook file
Koen Kooi [Fri, 25 Sep 2009 09:14:24 +0000 (11:14 +0200)]
linux-omap -2.6.29: use proper omap3-touchbook file

* battery charging works
* touchscreen works

15 years agolinux-omap-pm 2.6.29: add omap3-touchbook support
Koen Kooi [Fri, 25 Sep 2009 09:13:34 +0000 (11:13 +0200)]
linux-omap-pm 2.6.29: add omap3-touchbook support

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Fri, 25 Sep 2009 07:03:02 +0000 (09:03 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoomap3-touchbook: also ship xf86-input-tslib
Koen Kooi [Fri, 25 Sep 2009 06:57:44 +0000 (08:57 +0200)]
omap3-touchbook: also ship xf86-input-tslib

15 years agoangstrom: switch to gtk 2.18 + glib 2.22
Koen Kooi [Fri, 25 Sep 2009 06:49:29 +0000 (08:49 +0200)]
angstrom: switch to gtk 2.18 + glib 2.22

15 years agogtk+: add 2.18.0
Koen Kooi [Fri, 25 Sep 2009 06:49:06 +0000 (08:49 +0200)]
gtk+: add 2.18.0

15 years agoglib-2.0: add 2.22, latest stable
Koen Kooi [Fri, 25 Sep 2009 06:48:12 +0000 (08:48 +0200)]
glib-2.0: add 2.22, latest stable

15 years agopalmpre.conf: Add recipe for the Palm Pre handset.
Stefan Schmidt [Fri, 25 Sep 2009 00:15:44 +0000 (00:15 +0000)]
palmpre.conf: Add recipe for the Palm Pre handset.

Based on beagleboard.conf for omap3 and other for machine features and display
properties.

15 years agolinux-palmpre: Add kernel recipe for the Palm Pre.
Stefan Schmidt [Thu, 24 Sep 2009 23:54:31 +0000 (23:54 +0000)]
linux-palmpre: Add kernel recipe for the Palm Pre.

We use a standard 2.6.24 as base and apply the palm patch on top of it. That
should give us the identical kernel. (hope dies last) :) The output still needs
to be tested on a real device.

15 years agokexec-tools_2.0.1: arm seems unstable. WIP. Lower default pref.
Andrea Adami [Thu, 24 Sep 2009 22:58:40 +0000 (00:58 +0200)]
kexec-tools_2.0.1: arm seems unstable. WIP. Lower default pref.

15 years agokexec-tools-klibc-static_2.0.1: recipe is unstable, WIP. Lower def pref.
Andrea Adami [Thu, 24 Sep 2009 21:12:15 +0000 (23:12 +0200)]
kexec-tools-klibc-static_2.0.1: recipe is unstable, WIP. Lower def pref.

15 years agokexec-tools_2.0: bump to 2.01 (lot of fixes !)- update checksums.ini
Andrea Adami [Thu, 24 Sep 2009 21:01:54 +0000 (23:01 +0200)]
kexec-tools_2.0: bump to 2.01 (lot of fixes !)- update checksums.ini

15 years agolinux-2.6.29: add devicetree image for boc01 v1 and v2
Jeremy Lainé [Thu, 24 Sep 2009 17:10:28 +0000 (19:10 +0200)]
linux-2.6.29: add devicetree image for boc01 v1 and v2

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Thu, 24 Sep 2009 14:12:26 +0000 (16:12 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoenlightenment: bump SRCREV
Koen Kooi [Thu, 24 Sep 2009 12:51:07 +0000 (14:51 +0200)]
enlightenment: bump SRCREV

* runtime tested on angstrom/beagleboard
* upgrade paths intact and working

15 years agoxf86-video-fbdev-0.4.0 : force it to use staged headers
Denis 'Gnutoo' Carikli [Sat, 12 Sep 2009 22:07:11 +0000 (00:07 +0200)]
xf86-video-fbdev-0.4.0 : force it to use staged headers

by default it wants to use non-existant local headers
so we force it to use staged the headers

15 years agoxorg-driver-common.inc: also inlcude(-I) the staging headers of xorg(else compilation...
Denis 'Gnutoo' Carikli [Sun, 20 Sep 2009 20:19:50 +0000 (22:19 +0200)]
xorg-driver-common.inc: also inlcude(-I) the staging headers of xorg(else compilation fails)"

15 years agointltool-0.40.3: addded libxml-parser-perl-native dep
Denis 'Gnutoo' Carikli [Sat, 12 Sep 2009 21:37:04 +0000 (23:37 +0200)]
intltool-0.40.3: addded libxml-parser-perl-native dep

Not bumping pr because caused only a build failure:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

15 years agomc: fix configure
Henning Heinold [Thu, 24 Sep 2009 11:05:24 +0000 (13:05 +0200)]
mc: fix configure
* delete all auto-config files in config
* inherit gettext in .inc
* bump PR

15 years agodbus.inc: Make sure target directory exists before installing files to it.
Florian Boor [Thu, 24 Sep 2009 10:27:16 +0000 (12:27 +0200)]
dbus.inc: Make sure target directory exists before installing files to it.

15 years agolua 5.1: attempt to get in in a buildable state again
Koen Kooi [Thu, 24 Sep 2009 09:27:54 +0000 (11:27 +0200)]
lua 5.1: attempt to get in in a buildable state again

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Thu, 24 Sep 2009 09:09:51 +0000 (11:09 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agobatmand: update to version 0.3.2
Henning Heinold [Tue, 22 Sep 2009 20:10:36 +0000 (22:10 +0200)]
batmand: update to version 0.3.2
* use new download url
* switch to INC_PR
* switch to .inc file
* bump PR

15 years agoomap3-sgx-modules_1.3.13.1607.bb : add 2.6.31 patch building, only for
Graeme Gregory [Wed, 23 Sep 2009 21:37:27 +0000 (22:37 +0100)]
omap3-sgx-modules_1.3.13.1607.bb : add 2.6.31 patch building, only for
omapzoom2 at the moment.

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedde...
Graeme Gregory [Wed, 23 Sep 2009 21:23:15 +0000 (22:23 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev

15 years agolinux-omap-zoomsync_2.6.31.bb : intoduce OEV to increment until omapzoom2
Graeme Gregory [Wed, 23 Sep 2009 21:22:05 +0000 (22:22 +0100)]
linux-omap-zoomsync_2.6.31.bb : intoduce OEV to increment until omapzoom2
is in fit state to join other omap3 machines. PE incemented to make sure
upgrade works

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Wed, 23 Sep 2009 20:40:15 +0000 (22:40 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agolibvorbis: Add missing patch.
Leon Woestenberg [Wed, 23 Sep 2009 18:42:36 +0000 (20:42 +0200)]
libvorbis: Add missing patch.

Add missing patch to commit 931492940074aa14105d979ca6f8c2ccee910c8.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
15 years agolinux-omap-zoomsync_2.6.31.bb : updated linux omap zoom sync kernel
Omar Barron [Wed, 23 Sep 2009 18:28:44 +0000 (13:28 -0500)]
linux-omap-zoomsync_2.6.31.bb : updated linux omap zoom sync kernel

15 years agoglib-2.0 2.21.6: add another patch to make gobject unrefing less racy
Koen Kooi [Wed, 23 Sep 2009 16:44:17 +0000 (18:44 +0200)]
glib-2.0 2.21.6: add another patch to make gobject unrefing less racy

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Wed, 23 Sep 2009 16:08:28 +0000 (18:08 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoglib 2.0: add patch to work around bug #556515
Koen Kooi [Wed, 23 Sep 2009 16:02:04 +0000 (18:02 +0200)]
glib 2.0: add patch to work around bug #556515

15 years agolibvorbis: In configure.in, remove cpu= for powerpc tripplets.
Leon Woestenberg [Wed, 23 Sep 2009 12:35:39 +0000 (14:35 +0200)]
libvorbis: In configure.in, remove cpu= for powerpc tripplets.

We expect the correct cpu= assignment from the OE environment,
do not force it to ppc750, which is incompatible with some of
the OE supported machines.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
15 years agolinux-omap 2.6.31: move to a later SRCREV that has more paches applied
Koen Kooi [Wed, 23 Sep 2009 12:16:50 +0000 (14:16 +0200)]
linux-omap 2.6.31: move to a later SRCREV that has more paches applied

15 years agolinux-powerpc-fsl: Update GIT revision for Freescale Calamari board kernel.
Leon Woestenberg [Wed, 23 Sep 2009 09:49:27 +0000 (11:49 +0200)]
linux-powerpc-fsl: Update GIT revision for Freescale Calamari board kernel.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
15 years agomatchbox2: Make it working:
Stanislav Brabec [Tue, 22 Sep 2009 23:36:32 +0000 (23:36 +0000)]
matchbox2: Make it working:
* fixed known crashers
* created usable icon theme
* provided session script

15 years agoangstrom: move to a newer glib-2.0
Koen Kooi [Tue, 22 Sep 2009 22:20:55 +0000 (00:20 +0200)]
angstrom: move to a newer glib-2.0

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Tue, 22 Sep 2009 22:15:58 +0000 (00:15 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoglib-2.0: update 2.21 series to 2.21.6
Koen Kooi [Tue, 22 Sep 2009 22:14:16 +0000 (00:14 +0200)]
glib-2.0: update 2.21 series to 2.21.6

15 years agoshr-today: Add recipe (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 14:17:23 +0000 (14:17 +0000)]
shr-today: Add recipe (from SHR)

15 years agoshr-themes: Different SHR theme (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 14:13:26 +0000 (14:13 +0000)]
shr-themes: Different SHR theme (from SHR)

15 years agoshr-splash*: Different splash themes (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 13:59:02 +0000 (13:59 +0000)]
shr-splash*: Different splash themes (from SHR)

15 years agoshr-messages: Add recipe (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 13:47:43 +0000 (13:47 +0000)]
shr-messages: Add recipe (from SHR)

15 years agoshr-installer: Add recipe (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 13:38:28 +0000 (13:38 +0000)]
shr-installer: Add recipe (from SHR)

15 years agoshr-dialer: Add recipe (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 13:38:05 +0000 (13:38 +0000)]
shr-dialer: Add recipe (from SHR)

15 years agoshr-contacts: Add recipe (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 13:13:26 +0000 (13:13 +0000)]
shr-contacts: Add recipe (from SHR)

15 years agoophonekitd: Add recipe (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 07:07:20 +0000 (07:07 +0000)]
ophonekitd: Add recipe (from SHR)

15 years agoe-wm-config-illume-shr: Add recipe (from SHR)
Stefan Schmidt [Tue, 22 Sep 2009 06:41:54 +0000 (06:41 +0000)]
e-wm-config-illume-shr: Add recipe (from SHR)

15 years agosqlite: Fix packaging to get pc file into -dev package.
Florian Boor [Tue, 22 Sep 2009 11:23:35 +0000 (13:23 +0200)]
sqlite: Fix packaging to get pc file into -dev package.