openembedded.git
14 years agoutils.bbclass: add missing import of oe.process
Chris Larson [Thu, 14 Oct 2010 00:39:58 +0000 (17:39 -0700)]
utils.bbclass: add missing import of oe.process

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agogitver: add missing import
Chris Larson [Thu, 14 Oct 2010 00:35:04 +0000 (17:35 -0700)]
gitver: add missing import

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agogitver: drop 'v' tag prefix where appropriate
Chris Larson [Thu, 14 Oct 2010 00:29:09 +0000 (17:29 -0700)]
gitver: drop 'v' tag prefix where appropriate

If the tag starts with 'v' followed by a number, drop the 'v' prefix.  This
will not be done for you if you customize GIT_TAGADJUST.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agobitbake.conf: fix pkg-config relocation issue
Chris Larson [Sat, 9 Oct 2010 19:38:39 +0000 (19:38 +0000)]
bitbake.conf: fix pkg-config relocation issue

By default, pkg-config falls back to checking the default search path for .pc
files, which is the native location.  If you relocate it, it will be unable to
hit that location, which can cause problems in certain cases.  In particular,
gnome-bluetooth requires gtk-doc-native to run its tools, and uses pkg-config
to determine its availability.

Fix by adding the native pkg-config locations to the PKG_CONFIG_PATH.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agogitver: allow tag adjustment via GIT_TAGADJUST
Chris Larson [Wed, 13 Oct 2010 02:06:25 +0000 (19:06 -0700)]
gitver: allow tag adjustment via GIT_TAGADJUST

Example usage:

    GIT_TAGADJUST = "version[1:]"

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agooe.unpack: use oe.process
Chris Larson [Thu, 14 Oct 2010 00:16:43 +0000 (17:16 -0700)]
oe.unpack: use oe.process

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agooe.process: subclass Popen
Chris Larson [Thu, 14 Oct 2010 00:18:51 +0000 (17:18 -0700)]
oe.process: subclass Popen

Rather than providing a wrapper function, we can subclass Popen and provide
our slightly different defaults that way.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agooe.process: pull some common bits over
Chris Larson [Wed, 13 Oct 2010 02:05:19 +0000 (19:05 -0700)]
oe.process: pull some common bits over

Also update gitver to use the subprocess wrappers

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agogdb-cross/cross-sdk: Fixup DEPENDS further
Tom Rini [Wed, 13 Oct 2010 22:39:31 +0000 (15:39 -0700)]
gdb-cross/cross-sdk: Fixup DEPENDS further

Since we are statically linking, as noted before, we now share
the same DEPENDS set on cross and cross-sdk.  And gdb cannot
build without grabbing some stuff from the real compiler.
gdb-cross was fine but gdb-cross-sdk was relying previously on
an oddity of zlib.  To be clear, add in virtual/${TARGET_PREFIX}gcc
with a comment.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agozlib.inc: autotools.bbclass handles libtool depends
Tom Rini [Wed, 13 Oct 2010 22:39:22 +0000 (15:39 -0700)]
zlib.inc: autotools.bbclass handles libtool depends

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogdb-cross-sdk.inc: Do not run autoreconf
Tim Harvey [Wed, 13 Oct 2010 22:58:20 +0000 (15:58 -0700)]
gdb-cross-sdk.inc: Do not run autoreconf

* GDB autoconfigury mandates uses of a given autconf e.g. 2.64 for gdb
  7.1, but OE's default autoconf native is 2.65 and it does not go so
  well with gdb. We do not really need to recreate configure if it its not
  needed

Signed-off-by: Tim Harvey <harvey.tim@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoudev 141/151/154: Fix update-rc.d logic for udev-cache
Tom Rini [Wed, 13 Oct 2010 20:32:23 +0000 (13:32 -0700)]
udev 141/151/154: Fix update-rc.d logic for udev-cache

The way that functions are evaluated means that while
we say append our update-rc.d addition for udev-cache
ends up at the top of the postinst script meaning that
$OPT is not set and this error will cause no udev rcN.d
symlinks to be created until during the first boot which
can be a problem.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoffalarms: fix build with newer vala
Martin Jansa [Wed, 13 Oct 2010 19:36:53 +0000 (21:36 +0200)]
ffalarms: fix build with newer vala

* ffalarms.vala:142.9-142.16: error: TimeZone is an ambiguous reference between GLib.TimeZone and ICal.TimeZone

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agou-boot_git: added dont-inline-weak-symbols patch for hawkboard
Frans Meulenbroeks [Wed, 13 Oct 2010 19:27:05 +0000 (21:27 +0200)]
u-boot_git: added dont-inline-weak-symbols patch for hawkboard

u-boot did not build for hawkboard due weak symbols and inlining.
this is a known issue with u-boot 2009.8 and git versions shortly after that
added the already existing patch to SRC_URI_hawkboard

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agototem-pl-parser 2.30.0: fix build with libtool 2.4 sysroot
Koen Kooi [Wed, 13 Oct 2010 17:14:43 +0000 (19:14 +0200)]
totem-pl-parser 2.30.0: fix build with libtool 2.4 sysroot

* also disable introspection

14 years agotiff: Update to 4.0.0beta6
Tom Rini [Wed, 13 Oct 2010 16:10:09 +0000 (09:10 -0700)]
tiff: Update to 4.0.0beta6

This includes a number of security fixes.  In addition, side-port
the fix for CVE-2010-2482.  Since we updated for security reasons
and there was only one version before this (the previous beta),
git mv and update the distros that had pinned down.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agomikmod: libtool 2.4 fix 2/2: sed out -L/usr/lib from gcc cmdline
Koen Kooi [Wed, 13 Oct 2010 16:30:06 +0000 (18:30 +0200)]
mikmod: libtool 2.4 fix 2/2: sed out -L/usr/lib from gcc cmdline

14 years agomikmod: remove hack to work around powerpc toolchain bugs from 3 years ago
Koen Kooi [Wed, 13 Oct 2010 16:15:20 +0000 (18:15 +0200)]
mikmod: remove hack to work around powerpc toolchain bugs from 3 years ago

Also run oe-stylize on it

14 years agogdb-cros-sdk.inc: Update our DEPENDS list
Tom Rini [Wed, 13 Oct 2010 15:32:37 +0000 (08:32 -0700)]
gdb-cros-sdk.inc: Update our DEPENDS list

Since we statically link, we don't want to depend on the
-sdk version of things but do want to depend on the -native
version.  We also need to depend on expat-native.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoimagemagick: enable libtoolize
Koen Kooi [Wed, 13 Oct 2010 15:11:48 +0000 (17:11 +0200)]
imagemagick: enable libtoolize

This is needed for libtool 2.4 and has no ill effects on libtool 2.x builds

14 years agolibwnck 2.30.5: add missing dep on gobject-introspection-native
Koen Kooi [Wed, 13 Oct 2010 14:42:19 +0000 (16:42 +0200)]
libwnck 2.30.5: add missing dep on gobject-introspection-native

14 years agolibwnck: add 2.30.5
Koen Kooi [Wed, 13 Oct 2010 14:26:08 +0000 (16:26 +0200)]
libwnck: add 2.30.5

14 years agoiliwi: add missing libgee DEPENDS
Martin Jansa [Wed, 13 Oct 2010 09:19:53 +0000 (11:19 +0200)]
iliwi: add missing libgee DEPENDS

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibsdl-ttf: add newer version 2.0.10
Martin Jansa [Wed, 13 Oct 2010 05:18:34 +0000 (07:18 +0200)]
libsdl-ttf: add newer version 2.0.10

* conditionaly update libtool macros

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython-setuptools: add newer version 06c11
Martin Jansa [Wed, 13 Oct 2010 05:18:03 +0000 (07:18 +0200)]
python-setuptools: add newer version 06c11

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython-numeric: add newer version 24.2
Martin Jansa [Wed, 13 Oct 2010 05:17:45 +0000 (07:17 +0200)]
python-numeric: add newer version 24.2

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoapr-util_1.3.4: Build without Postgres support
Tasslehoff Kjappfot [Wed, 13 Oct 2010 12:46:34 +0000 (14:46 +0200)]
apr-util_1.3.4: Build without Postgres support

apr-util attempts to execute pg_config, which could
be the host pg_config binary. Ask it to build without
Postgres support.

14 years agogstreamer-ti: bump PR for omap3 codec changes
Koen Kooi [Wed, 13 Oct 2010 12:29:48 +0000 (14:29 +0200)]
gstreamer-ti: bump PR for omap3 codec changes

14 years agoangstrom-codec-engine-latest-preferred-versions: use version 4 of omap3530 codecs
Koen Kooi [Wed, 13 Oct 2010 12:28:17 +0000 (14:28 +0200)]
angstrom-codec-engine-latest-preferred-versions: use version 4 of omap3530 codecs

14 years agoti-codecs-omap3530: add version 4 with c6accel support
Koen Kooi [Wed, 13 Oct 2010 12:27:49 +0000 (14:27 +0200)]
ti-codecs-omap3530: add version 4 with c6accel support

14 years agoobexd_0.34.bb: remove fso patch
Thomas Zimmermann [Wed, 13 Oct 2010 12:03:46 +0000 (14:03 +0200)]
obexd_0.34.bb: remove fso patch

* this won't apply to this version
* remove as it needs complete rewrite

14 years agolinux-omap 2.6.36rc: move SRCREV forward
Koen Kooi [Wed, 13 Oct 2010 11:53:39 +0000 (13:53 +0200)]
linux-omap 2.6.36rc: move SRCREV forward

14 years agodistutils-common-base.bbclass: Prepend STAGING_LIBDIR to linker library search path.
Khem Raj [Tue, 12 Oct 2010 15:58:34 +0000 (15:58 +0000)]
distutils-common-base.bbclass: Prepend STAGING_LIBDIR to linker library search path.

* This was done generically in bitbake.conf this should be done on
  demand and distutils based recipes seem to need it. So we define it
  here.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoangstrom-next: switch to udev 154
Koen Kooi [Wed, 13 Oct 2010 11:26:19 +0000 (13:26 +0200)]
angstrom-next: switch to udev 154

14 years agoti-dmai svn: bump dm365 SRCREV after kernel change
Koen Kooi [Wed, 13 Oct 2010 10:56:41 +0000 (12:56 +0200)]
ti-dmai svn: bump dm365 SRCREV after kernel change

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agolinux-davinci 2.6.32rc2: fix typo in name and switch dm365 to use this recipe
Koen Kooi [Wed, 13 Oct 2010 10:55:17 +0000 (12:55 +0200)]
linux-davinci 2.6.32rc2: fix typo in name and switch dm365 to use this recipe

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoti-dmai svn: bump SRCREV for omap3 and dm365
Koen Kooi [Wed, 13 Oct 2010 10:42:58 +0000 (12:42 +0200)]
ti-dmai svn: bump SRCREV for omap3 and dm365

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agolibcanberra: update to 0.26
Koen Kooi [Wed, 13 Oct 2010 10:08:52 +0000 (12:08 +0200)]
libcanberra: update to 0.26

14 years agolinux-davinci: add 2.6.31+2.6.32-rc2-psp03.01.00.37
Koen Kooi [Wed, 13 Oct 2010 08:58:06 +0000 (10:58 +0200)]
linux-davinci: add 2.6.31+2.6.32-rc2-psp03.01.00.37

imported from arago with some changes

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoobexd: add 0.34
Koen Kooi [Wed, 13 Oct 2010 08:49:56 +0000 (10:49 +0200)]
obexd: add 0.34

14 years agobluez4: add 4.75, fix alsa packaging
Koen Kooi [Wed, 13 Oct 2010 08:40:34 +0000 (10:40 +0200)]
bluez4: add 4.75, fix alsa packaging

14 years agoti-dm365mm-module: use external URL to fetch the component
Brijesh Singh [Tue, 12 Oct 2010 18:19:32 +0000 (13:19 -0500)]
ti-dm365mm-module: use external URL to fetch the component

Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agogstreamer-ti_svn: various updates
Brijesh Singh [Sat, 9 Oct 2010 16:33:10 +0000 (11:33 -0500)]
gstreamer-ti_svn: various updates

* apply patch from tracker 1208 to get zero copy support on DM365 platform.
* enable c6accel based element on omap3 platforms.
* update dm365 loadmodules to reserve ARM TCM need by platinum codecs.
* add loadmodule for omapl138.

Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agopavucontrol: add 0.9.10
Koen Kooi [Wed, 13 Oct 2010 08:24:13 +0000 (10:24 +0200)]
pavucontrol: add 0.9.10

14 years agopaprefs: bump PR for pulseaudio change
Koen Kooi [Wed, 13 Oct 2010 08:22:15 +0000 (10:22 +0200)]
paprefs: bump PR for pulseaudio change

14 years agopadevchooser: bump PR for pulseaudio change
Koen Kooi [Wed, 13 Oct 2010 08:21:35 +0000 (10:21 +0200)]
padevchooser: bump PR for pulseaudio change

14 years agoangstrom-next: switch to a newer pulseaudio
Koen Kooi [Wed, 13 Oct 2010 08:20:37 +0000 (10:20 +0200)]
angstrom-next: switch to a newer pulseaudio

14 years agodosbox: add 0.74
Koen Kooi [Wed, 13 Oct 2010 07:46:31 +0000 (09:46 +0200)]
dosbox: add 0.74

14 years agognuradio: Fix build with libtool 2.4
Khem Raj [Wed, 13 Oct 2010 06:43:45 +0000 (23:43 -0700)]
gnuradio: Fix build with libtool 2.4

* Update libtool macros for embedded libusb
* We still need to fix libstdc++.la issue

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoeglibc_2.12/eglibc_svn: Update to latest svn tip
Khem Raj [Tue, 12 Oct 2010 20:42:33 +0000 (13:42 -0700)]
eglibc_2.12/eglibc_svn: Update to latest svn tip

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomotorola-ezx-base.inc: Add iwmmxt to PACKAGE_EXTRA_ARCHS
Tom Rini [Wed, 13 Oct 2010 01:01:46 +0000 (18:01 -0700)]
motorola-ezx-base.inc: Add iwmmxt to PACKAGE_EXTRA_ARCHS

Since we have this as a MACHINE_FEATURES we need this to be
able to add contents to the rootfs that use the feature.

Tested-by: Angelo Stefanos Mavridis Bartolome <angelo@pynell.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage.bbclass: copy dotfiles in root D to PKGD
Michael Smith [Fri, 24 Sep 2010 16:50:00 +0000 (12:50 -0400)]
package.bbclass: copy dotfiles in root D to PKGD

Use shutil.copytree() to copy D ("image") to PKGD ("package"). The
previous system("cp %s/* ...") missed dotfiles/dirs at the top-level.

Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
14 years agox-load-sakoman: fix typo
Koen Kooi [Tue, 12 Oct 2010 19:35:45 +0000 (21:35 +0200)]
x-load-sakoman: fix typo

14 years agovala-terminal: bump SRCREV for new vala detection
Martin Jansa [Tue, 12 Oct 2010 18:57:22 +0000 (20:57 +0200)]
vala-terminal: bump SRCREV for new vala detection

14 years agotask-shr-feed: add ffphonelog and inkspill
Martin Jansa [Tue, 12 Oct 2010 18:08:52 +0000 (20:08 +0200)]
task-shr-feed: add ffphonelog and inkspill

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoinkspill: add recipe for nice little game written by Al Sweigart.
Justus Winter [Thu, 7 Oct 2010 12:31:46 +0000 (12:31 +0000)]
inkspill: add recipe for nice little game written by Al Sweigart.

* I merely optimized the animations until it ran smoothly on my openmoko,
  tweaked the user interface for the mokos screen and packaged it.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoffphonelog: new recipe from SHR
Łukasz Pankowski [Mon, 11 Oct 2010 07:16:06 +0000 (09:16 +0200)]
ffphonelog: new recipe from SHR

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodbus: add recipe for git version
Martin Jansa [Mon, 11 Oct 2010 09:18:59 +0000 (11:18 +0200)]
dbus: add recipe for git version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodbus: move initscript and patches shared by all dbus versions to shared dbus directory
Martin Jansa [Mon, 11 Oct 2010 09:18:10 +0000 (11:18 +0200)]
dbus: move initscript and patches shared by all dbus versions to shared dbus directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomokosuite2: bump SRCREV
Martin Jansa [Mon, 11 Oct 2010 08:56:26 +0000 (10:56 +0200)]
mokosuite2: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomokojeweled: bump SRCREV
Martin Jansa [Mon, 11 Oct 2010 08:56:02 +0000 (10:56 +0200)]
mokojeweled: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux.inc: add knob to turn off cortex a8 fixups
Koen Kooi [Tue, 12 Oct 2010 15:46:10 +0000 (17:46 +0200)]
linux.inc: add knob to turn off cortex a8 fixups
linux-sakoman 2.6.35: use above knob

14 years agou-boot-sakoman: remove autorev
Koen Kooi [Tue, 12 Oct 2010 15:02:48 +0000 (17:02 +0200)]
u-boot-sakoman: remove autorev

14 years agox-load-sakoman: remove autorev
Koen Kooi [Tue, 12 Oct 2010 15:00:34 +0000 (17:00 +0200)]
x-load-sakoman: remove autorev

14 years agolinux-sakoman: remove autorev and non OE machines
Koen Kooi [Tue, 12 Oct 2010 14:58:53 +0000 (16:58 +0200)]
linux-sakoman: remove autorev and non OE machines

14 years agolinux-sakoman 2.6.35: fix build
Koen Kooi [Tue, 12 Oct 2010 11:47:40 +0000 (13:47 +0200)]
linux-sakoman 2.6.35: fix build

14 years agou-boot-sakoman: fix build
Koen Kooi [Tue, 12 Oct 2010 11:04:43 +0000 (13:04 +0200)]
u-boot-sakoman: fix build

14 years agoomap4430-panda: work around image depends
Koen Kooi [Tue, 12 Oct 2010 10:51:00 +0000 (12:51 +0200)]
omap4430-panda: work around image depends

14 years agoomap3.inc: set TARGET_ARCH to arm
Koen Kooi [Tue, 12 Oct 2010 10:38:50 +0000 (12:38 +0200)]
omap3.inc: set TARGET_ARCH to arm

14 years agomachine conf: Add Panda
Steve Sakoman [Wed, 8 Sep 2010 20:25:45 +0000 (13:25 -0700)]
machine conf: Add Panda

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoomap3-sgx-modules: Fix to build for recent linux-omap kernels
Steve Sakoman [Thu, 7 Oct 2010 17:09:03 +0000 (10:09 -0700)]
omap3-sgx-modules: Fix to build for recent linux-omap kernels

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux: Add recipe to build from sakoman.com linux repository
Steve Sakoman [Wed, 8 Sep 2010 20:33:17 +0000 (13:33 -0700)]
linux: Add recipe to build from sakoman.com linux repository

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agou-boot: Add recipe to build from sakoman.com u-boot repository
Steve Sakoman [Wed, 8 Sep 2010 20:29:19 +0000 (13:29 -0700)]
u-boot: Add recipe to build from sakoman.com u-boot repository

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agox-load: Add recipe to build from sakoman.com x-load repository
Steve Sakoman [Sun, 12 Sep 2010 04:19:56 +0000 (21:19 -0700)]
x-load: Add recipe to build from sakoman.com x-load repository

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-omap: add 2.6.36rc7, only for beagleboard at the moment
Koen Kooi [Tue, 12 Oct 2010 08:15:34 +0000 (10:15 +0200)]
linux-omap: add 2.6.36rc7, only for beagleboard at the moment

14 years agomulti-kernel: adapt to kernel_do_compile_kernelmodules change in kernel.bbclass
Koen Kooi [Sun, 10 Oct 2010 16:47:22 +0000 (18:47 +0200)]
multi-kernel: adapt to kernel_do_compile_kernelmodules change in kernel.bbclass

Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
14 years agokernel bbclass: make 'kernel-modules' meta-package use RRECOMMENDS to please insane...
Koen Kooi [Sat, 9 Oct 2010 10:47:53 +0000 (12:47 +0200)]
kernel bbclass: make 'kernel-modules' meta-package use RRECOMMENDS to please insane.bbclass

Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
14 years agokernel bbclass: split do_compile into do_compile and do_compile_modules
Koen Kooi [Sat, 9 Oct 2010 10:45:49 +0000 (12:45 +0200)]
kernel bbclass: split do_compile into do_compile and do_compile_modules

This allows recipes to insert a custom task in between building *Image and modules

Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
14 years agofreetype: Add 2.4.3
Tom Rini [Tue, 12 Oct 2010 13:55:02 +0000 (06:55 -0700)]
freetype: Add 2.4.3

This fixes a number of security issues over previous versions including
CVE-2010-3054 and CVE-2010-3311

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agosamba, samba-ads: Update to 3.5.6 for security fixes
Tom Rini [Tue, 12 Oct 2010 13:52:33 +0000 (06:52 -0700)]
samba, samba-ads: Update to 3.5.6 for security fixes

There's a large number of issues fixed over 3.3.9 (and even more over
the older versions) here.  Still D_P = -1 for the tdb thing but if
your distro was on 3.3.x 3.5.6 should be a safe upgrade.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agosamba: Drop name=src from checksums
Tom Rini [Mon, 11 Oct 2010 16:43:09 +0000 (09:43 -0700)]
samba: Drop name=src from checksums

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogedit: add `gnome-doc-utils-native` to `DEPENDS`
Andreas Mueller [Mon, 11 Oct 2010 20:01:58 +0000 (22:01 +0200)]
gedit: add `gnome-doc-utils-native` to `DEPENDS`

Otherwise task `do_compile` fails with the following error. `xml2po` is provided by `gnome-doc-utils-native`.

        | xsltproc -o gedit-C.omf --stringparam db2omf.basename gedit --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/gedit.omf.in"  `/oe/build-minimal-eglibc/minimal-dev/sysroots/i686-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gedit.xml || { rm -f "gedit-C.omf"; exit 1; }
        | if ! test -d ar/; then mkdir ar/; fi
        | if ! test -d bg/; then mkdir bg/; fi
        | if ! test -d ca/; then mkdir ca/; fi
        | if [ -f "C/gedit.xml" ]; then d="../"; else d="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/"; fi; \
        |       mo="ar/ar.mo"; \
        |       if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/${mo}"; fi; \
        |       (cd ar/ && \
        |         `which xml2po` -m docbook -e -t "${mo}" \
        |           "${d}C/gedit.xml" > gedit.xml.tmp && \
        |           cp gedit.xml.tmp gedit.xml && rm -f gedit.xml.tmp)
        | if [ -f "C/gedit.xml" ]; then d="../"; else d="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/"; fi; \
        |       mo="ca/ca.mo"; \
        |       if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/${mo}"; fi; \
        |       (cd ca/ && \
        |         `which xml2po` -m docbook -e -t "${mo}" \
        |           "${d}C/gedit.xml" > gedit.xml.tmp && \
        |           cp gedit.xml.tmp gedit.xml && rm -f gedit.xml.tmp)
        | if [ -f "C/gedit.xml" ]; then d="../"; else d="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/"; fi; \
        |       mo="bg/bg.mo"; \
        |       if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/${mo}"; fi; \
        |       (cd bg/ && \
        |         `which xml2po` -m docbook -e -t "${mo}" \
        |           "${d}C/gedit.xml" > gedit.xml.tmp && \
        |           cp gedit.xml.tmp gedit.xml && rm -f gedit.xml.tmp)
        | /bin/sh: line 4: -m: command not found
        | /bin/sh: line 4: -m: command not found
        | make[2]: *** [ar/gedit.xml] Error 127
        | make[2]: *** Waiting for unfinished jobs....
        | make[2]: *** [ca/gedit.xml] Error 127
        | /bin/sh: line 4: -m: command not found
        | make[2]: *** [bg/gedit.xml] Error 127
        | compilation error: file C/gedit.xml line 19 element article
        | xsltParseStylesheetProcess : document is not a stylesheet
        | make[2]: *** [gedit-C.omf] Error 1
        | make[2]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help'
        | make[1]: *** [all-recursive] Error 1
        | make[1]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0'
        | make: *** [all] Error 2
        | FATAL: oe_runmake failed
        | ERROR: Function do_compile failed
        NOTE: package gedit-2.30.0-r2: task do_compile: Failed
        ERROR: TaskFailed event exception, aborting
        ERROR: Build of /oe/openembedded/recipes/gnome/gedit_2.30.0.bb do_compile failed
        ERROR: Task 12 (/oe/openembedded/recipes/gnome/gedit_2.30.0.bb, do_compile) failed with 256
        ERROR: '/oe/openembedded/recipes/gnome/gedit_2.30.0.bb' failed
        ERROR: '/oe/openembedded/recipes/gnome/gedit_2.30.0.bb' failed

Build tested with `minimal-eglibc` for `MACHINE = "beagleboard"`.

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogedit: add `enchant` to `DEPENDS`
Andreas Mueller [Mon, 11 Oct 2010 20:01:58 +0000 (22:01 +0200)]
gedit: add `enchant` to `DEPENDS`

checking for ENCHANT... no
configure: error: Enchant library not found or too old. Use --disable-spell to build without spell plugin.
ERROR: Function do_configure failed

I build tested this with `minimal-eglibc` for `MACHINE = "beagleboard"` and it fixes task `do_configure`.

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogedit: GPLv2+ is the correct the `LICENSE`.
Paul Menzel [Mon, 11 Oct 2010 22:55:26 +0000 (00:55 +0200)]
gedit: GPLv2+ is the correct the `LICENSE`.

`COPYING` [1] and the file headers, for example [2], say GPLv2+. Only `README` [3] just mentions GPLv2.

[1] http://git.gnome.org/browse/gedit/tree/COPYING?id=dada4388aa0c33486a6d48ee1c8f2adac67abb01
[2] http://git.gnome.org/browse/gedit/tree/gedit/gedit-view-frame.c?id=dada4388aa0c33486a6d48ee1c8f2adac67abb01
[3] http://git.gnome.org/browse/gedit/tree/README?id=3fdf01ec9e0ac5f48d22e7e5d369c81fa357ea49

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogedit: sort `DEPENDS` alphabetically
Paul Menzel [Mon, 11 Oct 2010 22:51:26 +0000 (00:51 +0200)]
gedit: sort `DEPENDS` alphabetically

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agobinutils-cross-sdk.inc: Do not install ${D}${infodir}/dir
Khem Raj [Tue, 12 Oct 2010 01:26:58 +0000 (18:26 -0700)]
binutils-cross-sdk.inc: Do not install ${D}${infodir}/dir

* This file should be generates when the package is actually installed
  not when we install it during build.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibtool: Abstact more common things to libtool.inc
Khem Raj [Tue, 12 Oct 2010 01:23:01 +0000 (18:23 -0700)]
libtool: Abstact more common things to libtool.inc

* inherit autotools is now in libtool.inc and so is EXTRA_AUTORECONF =
  "--exclude=libtoolize"

* Include libtool.inc separately into -cross -native -sdk and -nativesdk
  recipes for 2.4 this avoids the problem where libltdl etc are also
  provided by -sdk and -nativesdk recipes which is incorrect

* Delete ${D}${infodir}/dir this should be regenerated at install time

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibqpe-opie: remove superfluous do_stage (). Bump PR.
Andrea Adami [Mon, 11 Oct 2010 21:54:45 +0000 (23:54 +0200)]
libqpe-opie: remove superfluous do_stage (). Bump PR.

14 years agocurl_7.21.1.bb: DEPENDS for native and sdk recipes needs to be tuned
Khem Raj [Mon, 11 Oct 2010 21:20:36 +0000 (14:20 -0700)]
curl_7.21.1.bb: DEPENDS for native and sdk recipes needs to be tuned

* Using BBCLASSEXTEND for native nativesdk and sdk needs
  adjusting the DEPENDS and EXTRA_OECONF

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoopie-taskbar: move to new style staging. Bump PR.
Andrea Adami [Mon, 11 Oct 2010 20:58:36 +0000 (22:58 +0200)]
opie-taskbar: move to new style staging. Bump PR.

14 years agoopie-libqresync: convert to new style staging.
Andrea Adami [Sun, 10 Oct 2010 22:20:34 +0000 (00:20 +0200)]
opie-libqresync: convert to new style staging.

14 years agoopie-pickboard: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 22:15:44 +0000 (00:15 +0200)]
opie-pickboard: convert to new-style staging. Bump PR.

14 years agoopie-networksettings: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 22:05:00 +0000 (00:05 +0200)]
opie-networksettings: convert to new-style staging. Bump PR.

14 years agolibopietooth: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 21:59:38 +0000 (23:59 +0200)]
libopietooth: convert to new-style staging. Bump PR.

14 years agolibxsettings-client: convert to new-style staging
Andrea Adami [Mon, 11 Oct 2010 20:51:49 +0000 (22:51 +0200)]
libxsettings-client: convert to new-style staging

* remove unused/unpinned versions
* bump PR

14 years agolibxsettings: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 21:32:42 +0000 (23:32 +0200)]
libxsettings: convert to new-style staging. Bump PR.

14 years agolibgpepimc: convert to new-style staging
Andrea Adami [Sun, 10 Oct 2010 21:16:11 +0000 (23:16 +0200)]
libgpepimc: convert to new-style staging

* remove unused versions
* re-stylize
* bump PR

14 years agolibqtaux: remove superfluous do_stage()
Andrea Adami [Sun, 10 Oct 2010 22:23:09 +0000 (00:23 +0200)]
libqtaux: remove superfluous do_stage()

14 years agopreferred-gpe-versions: remove unused/unpinned versions
Andrea Adami [Sun, 10 Oct 2010 21:18:26 +0000 (23:18 +0200)]
preferred-gpe-versions: remove unused/unpinned versions

* only two distros are currently using this files:
* sharprom-compatible.conf -> preferred-gpe-versions.inc
* amsdelta-oe.conf -> preferred-gpe-versions-2.8.inc
* both could probably live with latest versions...who knows...

14 years agoRevert "openjade : moved unused files to obsolete dir"
Frans Meulenbroeks [Mon, 11 Oct 2010 21:01:59 +0000 (23:01 +0200)]
Revert "openjade : moved unused files to obsolete dir"

This reverts commit 14d5920cc37dac7c118cb019a90fde9c56f4b99d.
apparently this patch was accidently not included in the recipe
it has been added since, so reverting this commit

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>