openembedded.git
15 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>
15 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.

15 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

15 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

15 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

15 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

15 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

15 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.

15 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.

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

15 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.

15 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

15 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>
15 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>
15 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>
15 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.

15 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>
15 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

15 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>
15 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>
15 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>
15 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>
15 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>
15 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>
15 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>
15 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>
15 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>
15 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.

15 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.

15 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.

15 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

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

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

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

15 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)

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

15 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

15 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

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

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

15 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

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

15 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

15 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

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

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

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

15 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

15 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

15 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

15 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

15 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>
15 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>
15 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>
15 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>
15 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>
15 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>
15 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>
15 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

15 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

15 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)

15 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>
15 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

15 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.

15 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

15 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>
15 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>
15 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>
15 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>
15 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

15 years agolibcanberra: add 0.14
Michael 'Mickey' Lauer [Thu, 6 Aug 2009 21:48:04 +0000 (23:48 +0200)]
libcanberra: add 0.14

15 years agolibgee: 0.1.4 -> 0.3.0
Michael 'Mickey' Lauer [Thu, 6 Aug 2009 18:12:20 +0000 (20:12 +0200)]
libgee: 0.1.4 -> 0.3.0
NOTE: this version is compatible with vala 0.7.5-fso

15 years agoklibc_1.5.15 / klibc-utils-static_1.5.15: add 'dmesg' and 'sync' targets
Andrea Adami [Thu, 6 Aug 2009 23:29:44 +0000 (01:29 +0200)]
klibc_1.5.15 / klibc-utils-static_1.5.15: add 'dmesg' and 'sync' targets

15 years agoklibc: reorganize recipes and patches (use FILESPATHPKG)
Andrea Adami [Thu, 6 Aug 2009 22:50:18 +0000 (00:50 +0200)]
klibc: reorganize recipes and patches (use FILESPATHPKG)

15 years agoupdate checksums.ini
Dirk Opfer [Thu, 6 Aug 2009 20:14:34 +0000 (22:14 +0200)]
update checksums.ini

15 years agolibxml2: update to 2.7.3
Dirk Opfer [Tue, 4 Aug 2009 09:22:19 +0000 (11:22 +0200)]
libxml2: update to 2.7.3

15 years agolighttpd: update to 1.4.23
Dirk Opfer [Tue, 4 Aug 2009 09:25:07 +0000 (11:25 +0200)]
lighttpd: update to 1.4.23

15 years agocurl: update to 7.19.5
Dirk Opfer [Tue, 4 Aug 2009 09:24:06 +0000 (11:24 +0200)]
curl: update to 7.19.5

15 years agoowfs: update to 2.7p23
Dirk Opfer [Tue, 4 Aug 2009 09:48:17 +0000 (11:48 +0200)]
owfs: update to 2.7p23

15 years agontp: update to 4.2.4p7
Dirk Opfer [Tue, 4 Aug 2009 09:56:03 +0000 (11:56 +0200)]
ntp: update to 4.2.4p7

15 years ago eibd: add eibd.inc
Dirk Opfer [Tue, 4 Aug 2009 08:30:41 +0000 (10:30 +0200)]
 eibd: add eibd.inc

15 years agolibesmtp: don't package *.a files
Dirk Opfer [Tue, 4 Aug 2009 08:35:58 +0000 (10:35 +0200)]
libesmtp: don't package *.a files

15 years agobusybox: add new version 1.14.3
Dirk Opfer [Thu, 6 Aug 2009 19:42:56 +0000 (21:42 +0200)]
busybox: add new version 1.14.3
DEFAULT_PREFERENCE is set to  "-1".

15 years agovala: here comes 0.7.5+fso2
Michael 'Mickey' Lauer [Thu, 6 Aug 2009 15:10:35 +0000 (17:10 +0200)]
vala: here comes 0.7.5+fso2

15 years agopython: sync 05-enable-ctypes-cross-build.patch with the version applied to -native
Michael 'Mickey' Lauer [Thu, 6 Aug 2009 13:27:38 +0000 (15:27 +0200)]
python: sync 05-enable-ctypes-cross-build.patch with the version applied to -native

15 years agosane-srcrevs.inc: Bump wmiconfig SRCREV
Stefan Schmidt [Thu, 6 Aug 2009 10:02:14 +0000 (10:02 +0000)]
sane-srcrevs.inc: Bump wmiconfig SRCREV

wmiconfig did not honor LDFLAGS. Fixed upstream. It now builds again in OE.dev

15 years agoRevert "checksums.ini: Change checksums for devmem2.c after upstream changes and...
Stefan Schmidt [Thu, 6 Aug 2009 08:51:44 +0000 (08:51 +0000)]
Revert "checksums.ini: Change checksums for devmem2.c after upstream changes and review."

This reverts commit 4223c584f1597b7e9d3f9c77ef4907e242eff9c4.

Upstream changed the files back again. Closes #5290 and #5291.

15 years agomux: Add new recipe (from poky).
Stefan Schmidt [Thu, 6 Aug 2009 08:33:45 +0000 (08:33 +0000)]
mux: Add new recipe (from poky).

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Stefan Schmidt [Thu, 6 Aug 2009 08:31:43 +0000 (08:31 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

15 years agoklibc, klibc-utils-static: bump to Testing/1.5.15
Andrea Adami [Wed, 5 Aug 2009 23:47:32 +0000 (01:47 +0200)]
klibc, klibc-utils-static: bump to Testing/1.5.15

15 years agopython: add 2.6.2
Michael 'Mickey' Lauer [Wed, 5 Aug 2009 21:54:26 +0000 (23:54 +0200)]
python: add 2.6.2

15 years agopython-native_2.6.1.bb: Unset LIBC
Khem Raj [Wed, 5 Aug 2009 21:38:23 +0000 (14:38 -0700)]
python-native_2.6.1.bb: Unset LIBC

LIBC is used internally by python configure if it gets it from
enviromment it honors it. Coincidently we also use LIBC in OE
to denote one of uclibc eglibc or glibc to be system C library
It conflicts if somehow LIBC=<something> is set in the envronment
so we pass empty LIBC for native recipe.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoutil-linux-ng-2.16: Replace siginterrupt with sigaction.
Khem Raj [Wed, 5 Aug 2009 20:26:58 +0000 (13:26 -0700)]
util-linux-ng-2.16: Replace siginterrupt with sigaction.

siginterrupt is obsoleted and newer versions of uclibc
has moved these functions to a different category which is
not enabled by default. Best is to replace it with
sigaction.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agouclibc_nptl: Rev up to a buildable and bootable revision.
Khem Raj [Wed, 5 Aug 2009 20:25:40 +0000 (13:25 -0700)]
uclibc_nptl: Rev up to a buildable and bootable revision.

15 years agoipython: new recipe for version 0.10
Elena Grandi [Wed, 5 Aug 2009 07:24:49 +0000 (09:24 +0200)]
ipython: new recipe for version 0.10

15 years agolibsynthesis: Add new recipe for a syncml engine (from poky).
Stefan Schmidt [Tue, 4 Aug 2009 23:45:13 +0000 (23:45 +0000)]
libsynthesis: Add new recipe for a syncml engine (from poky).

15 years agosane-srcrevs.inc: Remove duplicated libowl entry
Stefan Schmidt [Tue, 4 Aug 2009 23:34:51 +0000 (23:34 +0000)]
sane-srcrevs.inc: Remove duplicated libowl entry

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Stefan Schmidt [Tue, 4 Aug 2009 22:59:04 +0000 (22:59 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

15 years agoomap3evm: switch to linux-omap-psp till we can get a recent linux-omap to work again
Koen Kooi [Tue, 4 Aug 2009 10:38:48 +0000 (12:38 +0200)]
omap3evm: switch to linux-omap-psp till we can get a recent linux-omap to work again

15 years agominimal-uclibc.conf: Make PREFERRED_VERSION_uclibc as condtional assignment.
Khem Raj [Mon, 3 Aug 2009 20:03:50 +0000 (13:03 -0700)]
minimal-uclibc.conf: Make PREFERRED_VERSION_uclibc as condtional assignment.

Signed-off-by: Khem Raj <raj.khem@gmail.com>