openembedded.git
14 years agousermanual: Do not ask to use svn for bitbake
Holger Hans Peter Freyther [Tue, 11 Aug 2009 10:27:28 +0000 (12:27 +0200)]
usermanual: Do not ask to use svn for bitbake

14 years agoIgnore some files with a .gitignore
Holger Hans Peter Freyther [Tue, 11 Aug 2009 10:09:49 +0000 (12:09 +0200)]
Ignore some files with a .gitignore

ignore generated docbook files, ignore temporary vim files

14 years agousermanual: Fix the make pdf target.
Holger Hans Peter Freyther [Tue, 11 Aug 2009 10:08:25 +0000 (12:08 +0200)]
usermanual: Fix the make pdf target.

Use filename and emphasis inside a para to make jade happy.

14 years agousermanual: Provide a section on Qt Embedded SDK
Holger Hans Peter Freyther [Tue, 11 Aug 2009 09:54:11 +0000 (11:54 +0200)]
usermanual: Provide a section on Qt Embedded SDK

Explain how to configure, build and use a Qt Embedded SDK
generated with OpenEmbedded.

14 years agometa-toolchain-qte: Set the QMAKESPEC...
Holger Hans Peter Freyther [Tue, 11 Aug 2009 09:57:24 +0000 (11:57 +0200)]
meta-toolchain-qte: Set the QMAKESPEC...

And finally we have a working SDK (tm).

14 years agolibbonobo: add 2.24.1
Steve Sakoman [Mon, 10 Aug 2009 20:59:16 +0000 (13:59 -0700)]
libbonobo: add 2.24.1

14 years agolibart-lgpl: add 2.3.20
Steve Sakoman [Mon, 10 Aug 2009 20:53:29 +0000 (13:53 -0700)]
libart-lgpl: add 2.3.20

14 years agousermanual: Start a chapter on how to build your own SDK.
Holger Hans Peter Freyther [Tue, 11 Aug 2009 07:51:45 +0000 (09:51 +0200)]
usermanual: Start a chapter on how to build your own SDK.

14 years agousermanual: Only advertize using shlibs for external toolchains
Holger Hans Peter Freyther [Tue, 11 Aug 2009 03:29:06 +0000 (05:29 +0200)]
usermanual: Only advertize using shlibs for external toolchains

Using shlibs and ASSUME_SHLIBS should be everything we need to
get proper dependencies into packages. This section should get
more work and the external-poky-toolchain approach should be
copied to simplify this task.

14 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Tue, 11 Aug 2009 02:45:33 +0000 (19:45 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

14 years agolibgcrypt.inc: Fix libgcrypt compilation with GCC-4.4 on mips
Graham Gower [Mon, 3 Aug 2009 16:19:00 +0000 (16:19 +0000)]
libgcrypt.inc: Fix libgcrypt compilation with GCC-4.4 on mips

Patch taken from https://forum.openwrt.org/viewtopic.php?id=20520
Makes sense and seems to work ok.

libgcrypt.inc has --disable-asm in EXTRA_OECONF, yet strangely the configure
script does nothing with this information beyond parsing it. Assembler is
certainly still being used.

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

Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
14 years agolibmad_0.15.1b: fix libmad compilation with GCC-4.4 on mips
Graham Gower [Tue, 4 Aug 2009 15:46:28 +0000 (15:46 +0000)]
libmad_0.15.1b: fix libmad compilation with GCC-4.4 on mips

Fix build failure due to removal of the h asm constraint in
GCC-4.4 mips port.

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

Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
14 years agoUpdate the em-x270 machine to work with linux_2.6.23.
Rafael Campos Las Heras [Mon, 10 Aug 2009 13:07:01 +0000 (13:07 +0000)]
Update the em-x270 machine to work with linux_2.6.23.

* Use of generic linux_2.6.23 recipe
 * remove em-x270_2.6.23 recipe (ugly).
 * Add a patch that allows to compile with gcc 4.1 compiler.

Signed-off-by: Rafael Campos Las Heras <methril@gmail.com>
Signed-off-By: Holger Hans Peter Freyther <zecke@selfish.org>
14 years agocurl-7.19.5: Fix for curl artifact 2825989
Marc Olzheim [Mon, 10 Aug 2009 09:14:06 +0000 (11:14 +0200)]
curl-7.19.5: Fix for curl artifact 2825989

Add curl-add_all_algorithms.patch to 7.19.5 recipe. Fixes curl artifact id 2825989
https://sourceforge.net/tracker/index.php?func=detail&aid=2825989&group_id=976&atid=100976

http://cool.haxx.se/cvs.cgi/curl/lib/ssluse.c#rev1.229
http://patchwork.openembedded.org/patch/928/

Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
14 years agoqt4: Make it possible to set the QMAKE_QT_CONFIG variable
Holger Hans Peter Freyther [Mon, 10 Aug 2009 11:09:16 +0000 (13:09 +0200)]
qt4: Make it possible to set the QMAKE_QT_CONFIG variable

this way we will find the qconfig.pri and all library names
will be set correctly. This means that the SDK is usable to
compile Qt applications out of the box.

14 years agometa-toolchain-qte: Fix the paths to the helper utilities
Holger Hans Peter Freyther [Mon, 10 Aug 2009 11:03:13 +0000 (13:03 +0200)]
meta-toolchain-qte: Fix the paths to the helper utilities

They are directly copied into bin/ and not usr/bin. Change
the script to point to the correct location.

14 years agoeglibc-package.bbclass glibc-package.bbclass: Use ls -d in do_prep_locale_tree
Marc Olzheim [Mon, 10 Aug 2009 20:53:39 +0000 (13:53 -0700)]
eglibc-package.bbclass glibc-package.bbclass: Use ls -d in do_prep_locale_tree

ls -d will list directories as plain files and then cp -R will copy the
contents over.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopython-sip_4.8.2.bb: Add new recipe for python-sip
Manuel Pietschmann [Mon, 10 Aug 2009 20:06:26 +0000 (13:06 -0700)]
python-sip_4.8.2.bb: Add new recipe for python-sip

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobitbake.conf: Initialize empty PACKAGE_EXTRA_ARCHS conditionally.
Khem Raj [Mon, 10 Aug 2009 19:42:18 +0000 (12:42 -0700)]
bitbake.conf: Initialize empty PACKAGE_EXTRA_ARCHS conditionally.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agoangstrom: move to glib 2.21.4
Koen Kooi [Mon, 10 Aug 2009 12:23:07 +0000 (14:23 +0200)]
angstrom: move to glib 2.21.4

14 years agochecksums: add gvfs checksum
Koen Kooi [Mon, 10 Aug 2009 12:11:23 +0000 (14:11 +0200)]
checksums: add gvfs checksum

14 years agolinux-davinci: add defconfig for dm365-evm
Koen Kooi [Mon, 10 Aug 2009 11:02:28 +0000 (13:02 +0200)]
linux-davinci: add defconfig for dm365-evm

14 years agogvfs: add 1.3.3
Steve Sakoman [Mon, 10 Aug 2009 04:54:18 +0000 (21:54 -0700)]
gvfs: add 1.3.3

14 years agognome-vfs: add 2.24.1, share patches with 2.22.0
Steve Sakoman [Mon, 10 Aug 2009 04:46:59 +0000 (21:46 -0700)]
gnome-vfs: add 2.24.1, share patches with 2.22.0

14 years agoopencv: Bump SRCREV, explicitly build with ffmpeg
Steve Sakoman [Mon, 10 Aug 2009 03:52:22 +0000 (20:52 -0700)]
opencv: Bump SRCREV, explicitly build with ffmpeg

14 years agotask-beagleboard-demo: make gnash armv7a specific since it's using boost atomic ops...
Koen Kooi [Mon, 10 Aug 2009 09:18:07 +0000 (11:18 +0200)]
task-beagleboard-demo: make gnash armv7a specific since it's using boost atomic ops which are missing for pre-v7 arms

14 years agoAngstrom source mirror: don't mirror avis
Koen Kooi [Mon, 10 Aug 2009 09:13:29 +0000 (11:13 +0200)]
Angstrom source mirror: don't mirror avis
Angstrom feed builder: build more stuff

14 years agolinux-davinci: update git recipe
Koen Kooi [Mon, 10 Aug 2009 09:12:50 +0000 (11:12 +0200)]
linux-davinci: update git recipe

14 years agoicu: Fix compilation for mips using -fPIC on the rematch.o
Graham Gower [Mon, 10 Aug 2009 04:28:49 +0000 (06:28 +0200)]
icu: Fix compilation for mips using -fPIC on the rematch.o

/home/grg/oe/tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: rematch.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC

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

Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
14 years agoportmap-unslung: Drop the recipe as it is obsolete
Holger Hans Peter Freyther [Mon, 10 Aug 2009 02:55:00 +0000 (04:55 +0200)]
portmap-unslung: Drop the recipe as it is obsolete

According to Mike Westerhof it is obsolete and can be removed:
http://patchwork.openembedded.org/patch/922/

14 years agoportmap_6.0: Fix building on mipsel with gcc4.3
Graham Gower [Mon, 10 Aug 2009 02:49:55 +0000 (04:49 +0200)]
portmap_6.0: Fix building on mipsel with gcc4.3

with gcc-4.4 and provides the following:

| tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: portmap.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC

The CFLAGS in portmap's Makefile contains -fpie, but is ignored. The
CFLAGS I've added below are constructed from portmap's Makefile. When
built with gcc-4.3.3 the resultant binary no longer segfaults.

Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
14 years agoqt4: Hack out the pg_config invocation on configure
Holger Hans Peter Freyther [Mon, 10 Aug 2009 04:33:31 +0000 (06:33 +0200)]
qt4: Hack out the pg_config invocation on configure

Currently the configure script of Qt is invoking pg_config
which is a native application and not staged. Even though
we pass the directory with the header files we will fail
the postgres test as pg_config from the host will tell us
something about /usr/include.

There is no need for us to check pg_config, hack it out.

14 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Sun, 9 Aug 2009 14:17:24 +0000 (16:17 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

14 years agognome-python: add 2.26.1
Steve Sakoman [Sat, 8 Aug 2009 22:12:29 +0000 (15:12 -0700)]
gnome-python: add 2.26.1

14 years agogconf-editor: add 2.26.0
Steve Sakoman [Sat, 8 Aug 2009 21:54:28 +0000 (14:54 -0700)]
gconf-editor: add 2.26.0

14 years agognome-common: one more bit of cleanup
Steve Sakoman [Sat, 8 Aug 2009 21:50:05 +0000 (14:50 -0700)]
gnome-common: one more bit of cleanup

14 years agognome-common: restructure recipes to use gnome-common.inc, add 2.26.0
Steve Sakoman [Sat, 8 Aug 2009 21:39:14 +0000 (14:39 -0700)]
gnome-common: restructure recipes to use gnome-common.inc, add 2.26.0

14 years agotask-qte-toolchain-target: Do not install the full qt4-embedded
Holger Hans Peter Freyther [Sun, 9 Aug 2009 13:13:02 +0000 (15:13 +0200)]
task-qte-toolchain-target: Do not install the full qt4-embedded

Do not install debug packages and examples making the SDK
a bit smaller.

14 years agoxcalibrate: Use increment-able PV format as other git version recipes do.
Stanislav Brabec [Sun, 9 Aug 2009 13:04:01 +0000 (13:04 +0000)]
xcalibrate: Use increment-able PV format as other git version recipes do.

14 years agousermanual: Grammar fix.
Holger Hans Peter Freyther [Sun, 9 Aug 2009 10:39:01 +0000 (12:39 +0200)]
usermanual: Grammar fix.

14 years agouclibc-initial_0.9.30.1.bb: Fix do_stage for ubuntu karmic
Holger Hans Peter Freyther [Sun, 9 Aug 2009 10:05:39 +0000 (12:05 +0200)]
uclibc-initial_0.9.30.1.bb: Fix do_stage for ubuntu karmic

gcc4.4 and glibc 2.10 complain that getline already has
a different signature. Rename the version in the unidef.c.

14 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Sun, 9 Aug 2009 09:13:58 +0000 (02:13 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

14 years agotune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCH
Khem Raj [Sun, 9 Aug 2009 09:07:20 +0000 (02:07 -0700)]
tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCH

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there.
Khem Raj [Sun, 9 Aug 2009 08:58:23 +0000 (01:58 -0700)]
pciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosanity.bbclass: Correct typo to refer to PACKAGE_EXTRA_ARCHS
Khem Raj [Sun, 9 Aug 2009 08:55:39 +0000 (01:55 -0700)]
sanity.bbclass: Correct typo to refer to PACKAGE_EXTRA_ARCHS

We were using EXTRA_PACKAGE_ARCHS which was sort of misleading
if you started to search for this variable. It was a typo
hence fixed as obvious.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoqt4-x11-free.inc: Do not override the var set by qt4-x11-free-gles
Holger Hans Peter Freyther [Sun, 9 Aug 2009 06:24:10 +0000 (08:24 +0200)]
qt4-x11-free.inc: Do not override the var set by qt4-x11-free-gles

Another attempt to fix the dependencies of qt4-x11-free-gles. Do not
make libqt4-FOO-dev depend on qt4-x11-free-gles which will drag in
more dependencies.

A better fix would be to build the OpenVG graphicsengine unconditionally
and build the screendriver out of this tree and install it as a plugin.

Do the same change to qt4-embedded.inc.

14 years agometa-toolchain-qte: Export some more paths
Holger Hans Peter Freyther [Sun, 9 Aug 2009 04:28:15 +0000 (06:28 +0200)]
meta-toolchain-qte: Export some more paths

Export RCC, UIC3, DBUSXML2CPP, DBUSCPP2XML environment variables. This
is based on a patch from Ihar Hrachyshka.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
14 years agoqt4-tools-sdk: Use an install target to install the qt4 utilities
Holger Hans Peter Freyther [Sun, 9 Aug 2009 04:20:34 +0000 (06:20 +0200)]
qt4-tools-sdk: Use an install target to install the qt4 utilities

14 years agolinux-titan-sh4-2.6.21: Provide sidivsi3_i4i and udivsi3_i4i
Khem Raj [Sun, 9 Aug 2009 03:18:38 +0000 (20:18 -0700)]
linux-titan-sh4-2.6.21: Provide sidivsi3_i4i and udivsi3_i4i

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolilo-sh_21.bb: Replace PAGE_SIZE
Khem Raj [Sun, 9 Aug 2009 03:16:28 +0000 (20:16 -0700)]
lilo-sh_21.bb: Replace PAGE_SIZE

PAGE_SIZE is not available to usersplace anymore
struct partion in linux/genhd.h is defined conditional
if CONFIG_BLOCK is defined.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoRFC: eglibc libc6 and tzdata
Florian Boor [Thu, 23 Jul 2009 00:23:01 +0000 (00:23 +0000)]
RFC: eglibc libc6 and tzdata

Hi,

the eglibc libc6 package provides tzdata. The applied patch add this knowledge
to the eglibc-package class.

Greetings

Florian

>From 30d75e2580414498c86c6c1e023d35631019c370 Mon Sep 17 00:00:00 2001
From: Florian Boor <florian.boor@kernelconcepts.de>
Date: Thu, 23 Jul 2009 12:17:33 +0200
Subject: [PATCH] eglibc: libc6 package provides tzdata
 Avoids conflict with tzdata package.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agou-boot-mkimage-openmoko: Fix SRC_URI
Ramax Lo [Sun, 7 Jun 2009 19:03:17 +0000 (19:03 +0000)]
u-boot-mkimage-openmoko: Fix SRC_URI

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agojustreader: fixed build
Michal Hrusecky [Fri, 29 May 2009 13:43:10 +0000 (13:43 +0000)]
justreader: fixed build

Adding missing include file so package can be built again.

Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogtksourceview: renamed the 1.x tree to gtksourceview1
Elena Grandi [Thu, 14 May 2009 07:14:55 +0000 (07:14 +0000)]
gtksourceview: renamed the 1.x tree to gtksourceview1

GtkSourceView 1.x is an older stable version that is still required
by some packages and is currently used in 2 recipes.

Signed-off-by: Elena Grandi <elena.valhalla@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoeglibc-package.bbclass: Replace hardcoded /lib references
Phil Blundell [Sat, 8 Aug 2009 19:57:56 +0000 (12:57 -0700)]
eglibc-package.bbclass: Replace hardcoded /lib references

It turns out that eglibc contains a bunch of hard-coded
references to /lib.  This patch replaces them with the appropriate
${base_libdir}.  Also, the globs in ${libc_baselibs} were a bit too
permissive and would accept, for example, "libc.a" which isn't something
that we want in the main library package. - Phil

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-By: Michael Smith <msmith@cbnco.com>
14 years agolinux-titan-sh4_2.6.21.bb: Include limits.h in sumversion.c
Khem Raj [Sat, 8 Aug 2009 19:38:43 +0000 (12:38 -0700)]
linux-titan-sh4_2.6.21.bb: Include limits.h in sumversion.c

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.4.1.inc: Make cross compile for SH architecture.
Khem Raj [Sat, 8 Aug 2009 18:54:55 +0000 (11:54 -0700)]
gcc-4.4.1.inc: Make cross compile for SH architecture.
checksums.ini: Add checksum for lilo.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxserver-kdrive-1300: Bump PR to keep incremental versioning.
Stanislav Brabec [Sat, 8 Aug 2009 12:47:20 +0000 (12:47 +0000)]
xserver-kdrive-1300: Bump PR to keep incremental versioning.

14 years agogmp: Bump PR to keep incremental versioning.
Stanislav Brabec [Sat, 8 Aug 2009 12:46:57 +0000 (12:46 +0000)]
gmp: Bump PR to keep incremental versioning.

14 years agopkgconfig: Bump PR to keep incremental versioning.
Stanislav Brabec [Sat, 8 Aug 2009 12:46:00 +0000 (12:46 +0000)]
pkgconfig: Bump PR to keep incremental versioning.

14 years agoangstrom: prefer fribidi 0.19.x over libfribidi 0.10.x
Koen Kooi [Sat, 8 Aug 2009 10:11:41 +0000 (12:11 +0200)]
angstrom: prefer fribidi 0.19.x over libfribidi 0.10.x

14 years agofribidi: add 0.19.2
Koen Kooi [Sat, 8 Aug 2009 10:11:26 +0000 (12:11 +0200)]
fribidi: add 0.19.2

14 years agogedit: depend on iso-codes
Koen Kooi [Sat, 8 Aug 2009 09:52:53 +0000 (11:52 +0200)]
gedit: depend on iso-codes

14 years agogconf: add 2.26.2
Steve Sakoman [Fri, 7 Aug 2009 20:40:50 +0000 (13:40 -0700)]
gconf: add 2.26.2

14 years agoimage.bbclass: fix bug in lingua code (code wasn't spitting entries like fr-fr and...
Steve Sakoman [Thu, 6 Aug 2009 19:49:09 +0000 (12:49 -0700)]
image.bbclass: fix bug in lingua code (code wasn't spitting entries like fr-fr and thus locale-fr packages were bing omitted)

14 years agovte: add 0.20.0
Steve Sakoman [Thu, 6 Aug 2009 19:42:50 +0000 (12:42 -0700)]
vte: add 0.20.0

14 years agognome-terminal: add 2.26.2
Steve Sakoman [Thu, 6 Aug 2009 18:32:59 +0000 (11:32 -0700)]
gnome-terminal: add 2.26.2

14 years agognome-python-extras: add 2.25.3
Steve Sakoman [Thu, 6 Aug 2009 17:42:17 +0000 (10:42 -0700)]
gnome-python-extras: add 2.25.3

14 years agogedit: add 2.6.22
Steve Sakoman [Thu, 6 Aug 2009 16:42:03 +0000 (09:42 -0700)]
gedit: add 2.6.22

14 years agogtksourceview: add 2.7.3
Steve Sakoman [Wed, 5 Aug 2009 22:34:38 +0000 (15:34 -0700)]
gtksourceview: add 2.7.3

14 years agogconf.bbclass: adjust the ordering of things so that a package pkg_postinst_append...
Steve Sakoman [Wed, 5 Aug 2009 22:23:05 +0000 (15:23 -0700)]
gconf.bbclass: adjust the ordering of things so that a package pkg_postinst_append is executed after the class postinst.

This is important since recipes like gpanel need to to execute gconftool-2 --load after the gconf class code has processed the schema info

14 years agoatk: add 1.26.0
Steve Sakoman [Wed, 5 Aug 2009 20:30:39 +0000 (13:30 -0700)]
atk: add 1.26.0

14 years agolibgail-gnome: add 1.20.1
Steve Sakoman [Wed, 5 Aug 2009 20:21:57 +0000 (13:21 -0700)]
libgail-gnome: add 1.20.1

14 years agoat-spi: add 1.26.0
Steve Sakoman [Wed, 5 Aug 2009 20:07:32 +0000 (13:07 -0700)]
at-spi: add 1.26.0

14 years agoglibmm: add 2.21.2
Steve Sakoman [Tue, 4 Aug 2009 21:25:16 +0000 (14:25 -0700)]
glibmm: add 2.21.2

14 years agogcalctool: add 5.27.5
Steve Sakoman [Tue, 4 Aug 2009 21:11:56 +0000 (14:11 -0700)]
gcalctool: add 5.27.5

14 years agoeel: add 2.26.0
Steve Sakoman [Tue, 4 Aug 2009 20:50:03 +0000 (13:50 -0700)]
eel: add 2.26.0

14 years agodevicekit-power: add recipe for devicekit-power version 009
Steve Sakoman [Tue, 4 Aug 2009 19:17:36 +0000 (12:17 -0700)]
devicekit-power: add recipe for devicekit-power version 009

14 years agodesktop-file-utils: add 0.15
Steve Sakoman [Tue, 4 Aug 2009 18:39:44 +0000 (11:39 -0700)]
desktop-file-utils: add 0.15

md5/sha256 already in checksums.ini

14 years agoalsa-plugins: add 1.0.20
Steve Sakoman [Tue, 4 Aug 2009 18:08:53 +0000 (11:08 -0700)]
alsa-plugins: add 1.0.20

14 years agognome-power-manager: fix broken build - don't build man
Steve Sakoman [Tue, 4 Aug 2009 17:35:38 +0000 (10:35 -0700)]
gnome-power-manager: fix broken build - don't build man

14 years agowmiconfig_svn.bb: Fix build error due to choice of wrong --hash-style.
Khem Raj [Sat, 8 Aug 2009 07:09:39 +0000 (00:09 -0700)]
wmiconfig_svn.bb: Fix build error due to choice of wrong --hash-style.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoemotion_svn.bb: Make it look for edje_cc in STAGING_DIR.
Christopher Friedt [Sat, 8 Aug 2009 07:00:11 +0000 (00:00 -0700)]
emotion_svn.bb: Make it look for edje_cc in STAGING_DIR.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agottf-sazanami_20040629.bb: Update SRC_URI.
Khem Raj [Sat, 8 Aug 2009 06:51:41 +0000 (23:51 -0700)]
ttf-sazanami_20040629.bb: Update SRC_URI.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogpe-mixer_0.42.bb: Fix fix-install.patch to apply cleanly.
Marc Poulhiès [Sat, 8 Aug 2009 06:38:18 +0000 (23:38 -0700)]
gpe-mixer_0.42.bb: Fix fix-install.patch to apply cleanly.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoccache_2.4.bb: Cope with .gcno files generated for coverage analysis.
Khem Raj [Sat, 8 Aug 2009 05:20:21 +0000 (22:20 -0700)]
ccache_2.4.bb: Cope with .gcno files generated for coverage analysis.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agowvstreams_4.6.bb: Add new recipe.
Khem Raj [Sat, 8 Aug 2009 04:11:38 +0000 (21:11 -0700)]
wvstreams_4.6.bb: Add new recipe.

This is the latest release available as of now.
it does not compile on uclibc based system for
now.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agowvstreams_4.4.1.bb: Make it compilable with gcc 4.3
Kirtika Ruchandani [Sat, 8 Aug 2009 03:32:18 +0000 (20:32 -0700)]
wvstreams_4.4.1.bb: Make it compilable with gcc 4.3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agochecksums: add dbus 1.3.0 and dbus-glib 0.82
Michael 'Mickey' Lauer [Fri, 7 Aug 2009 22:08:34 +0000 (22:08 +0000)]
checksums: add dbus 1.3.0 and dbus-glib 0.82

14 years agodbus-glib: add 0.82
Michael 'Mickey' Lauer [Fri, 7 Aug 2009 22:07:39 +0000 (22:07 +0000)]
dbus-glib: add 0.82

14 years agodbus: add 1.3.0 (DP=-1)
Michael 'Mickey' Lauer [Fri, 7 Aug 2009 22:07:14 +0000 (22:07 +0000)]
dbus: add 1.3.0 (DP=-1)

14 years agogcc-4.4.1.inc: Make gcc 4.1.1 compilable for uclibc targets.
Khem Raj [Fri, 7 Aug 2009 20:13:52 +0000 (13:13 -0700)]
gcc-4.4.1.inc: Make gcc 4.1.1 compilable for uclibc targets.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Fri, 7 Aug 2009 20:12:27 +0000 (13:12 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

14 years agobluez4: Updated to version 4.47.
Stanislav Brabec [Fri, 7 Aug 2009 15:02:53 +0000 (15:02 +0000)]
bluez4: Updated to version 4.47.

14 years agochecksums.ini: Add sum for new libgee
Stefan Schmidt [Fri, 7 Aug 2009 07:43:23 +0000 (07:43 +0000)]
checksums.ini: Add sum for new libgee

14 years agosane-toolchain.inc: PREFERRED_VERSION_linux-libc-headers assignment conditional.
Khem Raj [Fri, 7 Aug 2009 02:50:01 +0000 (19:50 -0700)]
sane-toolchain.inc: PREFERRED_VERSION_linux-libc-headers assignment conditional.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobinutils_cvs.bb: objcopy-rename-errorcode patch is not needed anymore.
Khem Raj [Fri, 7 Aug 2009 02:48:36 +0000 (19:48 -0700)]
binutils_cvs.bb: objcopy-rename-errorcode patch is not needed anymore.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc: Remove gcc 4.1.0 recipes in favour of gcc 4.4.1
Khem Raj [Fri, 7 Aug 2009 02:46:45 +0000 (19:46 -0700)]
gcc: Remove gcc 4.1.0 recipes in favour of gcc 4.4.1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoDelete uclibc recipes before 0.9.28
Khem Raj [Fri, 7 Aug 2009 02:44:41 +0000 (19:44 -0700)]
Delete uclibc recipes before 0.9.28

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agofreesmartphone: catch up with milestone5.5 and SHR/import
Michael 'Mickey' Lauer [Thu, 6 Aug 2009 21:51:34 +0000 (23:51 +0200)]
freesmartphone: catch up with milestone5.5 and SHR/import