openembedded.git
14 years agofbset: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 23:14:48 +0000 (19:14 -0400)]
fbset: update LICENSE to more specific GPLv2

14 years agogdb: update LICENSE to specific GPLv2/GPLv3 depending on version
Denys Dmytriyenko [Mon, 15 Mar 2010 22:26:32 +0000 (18:26 -0400)]
gdb: update LICENSE to specific GPLv2/GPLv3 depending on version

14 years agoliba52: Disable `-prefer-non-pic` to enable `-fPIC`.
Paul Menzel [Mon, 15 Mar 2010 04:55:56 +0000 (04:55 +0000)]
liba52: Disable `-prefer-non-pic` to enable `-fPIC`.

Using GCC 4.4.2 and Binutils 2.20 gives the following error.

    …/bin/ld: .libs/imdct.o: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC

Therefore enable `-fPIC` with this patch taken from Debian [1].

[1] http://patch-tracker.debian.org/patch/series/view/a52dec/0.7.4-13/01-enable-pic.diff

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Philip Balister <philip@balister.org>
14 years agousbutils: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 21:44:04 +0000 (17:44 -0400)]
usbutils: update LICENSE to more specific GPLv2

14 years agotslib: update LICENSE to more specific LGPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 21:40:53 +0000 (17:40 -0400)]
tslib: update LICENSE to more specific LGPLv2

14 years agoopkg: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 21:35:11 +0000 (17:35 -0400)]
opkg: update LICENSE to more specific GPLv2

14 years agomodule-init-tools: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 21:33:19 +0000 (17:33 -0400)]
module-init-tools: update LICENSE to more specific GPLv2

14 years agolibusb: update LICENSE to more specific LGPLv2.1
Denys Dmytriyenko [Mon, 15 Mar 2010 21:31:43 +0000 (17:31 -0400)]
libusb: update LICENSE to more specific LGPLv2.1

14 years agoiproute2: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 21:27:51 +0000 (17:27 -0400)]
iproute2: update LICENSE to more specific GPLv2

14 years agoi2c-tools: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 21:25:04 +0000 (17:25 -0400)]
i2c-tools: update LICENSE to more specific GPLv2

14 years agodosfstools: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 21:21:00 +0000 (17:21 -0400)]
dosfstools: update LICENSE to more specific GPLv2

14 years agodevmem2: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 21:18:24 +0000 (17:18 -0400)]
devmem2: update LICENSE to more specific GPLv2

14 years agobase-passwd: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 19:42:47 +0000 (15:42 -0400)]
base-passwd: update LICENSE to more specific GPLv2

14 years agobusybox: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 19:39:31 +0000 (15:39 -0400)]
busybox: update LICENSE to more specific GPLv2

14 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Denys Dmytriyenko [Mon, 15 Mar 2010 19:29:10 +0000 (15:29 -0400)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

14 years agosane-srcrevs-fso.inc: bump rev of frameworkd
Klaus Kurzmann [Mon, 15 Mar 2010 19:26:06 +0000 (20:26 +0100)]
sane-srcrevs-fso.inc: bump rev of frameworkd
needed to get the fix for contact default fields

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoalsa-utils: update LICENSE to more specific GPLv2
Denys Dmytriyenko [Mon, 15 Mar 2010 19:23:15 +0000 (15:23 -0400)]
alsa-utils: update LICENSE to more specific GPLv2

14 years agoalsa-lib: update LICENSE to more specific LGPLv2.1
Denys Dmytriyenko [Mon, 15 Mar 2010 19:21:03 +0000 (15:21 -0400)]
alsa-lib: update LICENSE to more specific LGPLv2.1

14 years agoudev 151: provide compatibility symlink to /lib/udev where some recipes install their...
Koen Kooi [Mon, 15 Mar 2010 18:42:56 +0000 (19:42 +0100)]
udev 151: provide compatibility symlink to /lib/udev where some recipes install their udev stuff into

14 years agoxf86-input-evtouch: perform sprint cleaning on the recipe to make it build again
Koen Kooi [Mon, 15 Mar 2010 18:40:10 +0000 (19:40 +0100)]
xf86-input-evtouch: perform sprint cleaning on the recipe to make it build again

14 years agoDo not generate NEON code for qt-4.6.2 embedded on armv6
Valentin Longchamp [Mon, 15 Mar 2010 07:04:04 +0000 (07:04 +0000)]
Do not generate NEON code for qt-4.6.2 embedded on armv6

http://bugreports.qt.nokia.com/browse/QTBUG-8749
Neon code is generated for armv6 processor, where it should be armv7 only.
This results in illegal instructions with some of the qt4 libraries.

The current solution is not optimal, I just needed a quick fix for my arch
and I don't have the needed knowledge in OE to fix it cleanly, but I wanted
to point this issue out. But at least other arch (armv5 and armv4) should have
the same problem and receive the same fix.

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomplayer: bump PR for ffmpeg change
Koen Kooi [Mon, 15 Mar 2010 16:19:45 +0000 (17:19 +0100)]
mplayer: bump PR for ffmpeg change

14 years agoxserver-xorg-conf: provide working setup for BUG 2.0
Marcin Juszkiewicz [Mon, 15 Mar 2010 15:36:19 +0000 (16:36 +0100)]
xserver-xorg-conf: provide working setup for BUG 2.0

Copied from BeagleBoard one.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agobug20: initial configuration for BUG 2.0 device
Marcin Juszkiewicz [Mon, 15 Mar 2010 15:34:38 +0000 (16:34 +0100)]
bug20: initial configuration for BUG 2.0 device

Currently it is at prototype phase so company internal only.

Kernel recipe will not be added into OE for now.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agonetbase: add BUG 2.0 support
Marcin Juszkiewicz [Mon, 15 Mar 2010 15:32:46 +0000 (16:32 +0100)]
netbase: add BUG 2.0 support

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agosourcepkg: replace python with shell to avoid problems with packaged-staging
Koen Kooi [Mon, 15 Mar 2010 15:24:33 +0000 (16:24 +0100)]
sourcepkg: replace python with shell to avoid problems with packaged-staging

14 years agoprocps: added 3.2.8 and dropped older
Marcin Juszkiewicz [Mon, 15 Mar 2010 15:10:38 +0000 (16:10 +0100)]
procps: added 3.2.8 and dropped older

This version no longer complain about unknown Hz value during boot.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agosourcepkg.bbclass: OE's quilt now puts patches in patches/ instead of .pc/, so add...
Koen Kooi [Mon, 15 Mar 2010 15:13:31 +0000 (16:13 +0100)]
sourcepkg.bbclass: OE's quilt now puts patches in patches/ instead of .pc/, so add that to the blacklist as well

14 years agosourcepkg.bbclass: put files in ${PN} subdir to avoid cluttering up the dir and gener...
Koen Kooi [Mon, 15 Mar 2010 15:07:07 +0000 (16:07 +0100)]
sourcepkg.bbclass: put files in ${PN} subdir to avoid cluttering up the dir and generate diff *after* configure to pick up e.g. sed magic as well

14 years agoAdd Freescale P2020DS Demo Board
Martyn Welch [Thu, 11 Mar 2010 02:33:00 +0000 (02:33 +0000)]
Add Freescale P2020DS Demo Board

This patch adds the Freescale P2020DS demo board, which is based on the
p2020 SOC.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Philip Balister <philip@balister.org>
14 years agolinux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'
Koen Kooi [Mon, 15 Mar 2010 14:14:15 +0000 (15:14 +0100)]
linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'

14 years agomusicbrainz: _append needs a leading space
Koen Kooi [Mon, 15 Mar 2010 13:45:13 +0000 (14:45 +0100)]
musicbrainz: _append needs a leading space

14 years agogit-native_1.7.0.2.bb : disable building/installing of python stuff
Graeme Gregory [Mon, 15 Mar 2010 13:42:26 +0000 (13:42 +0000)]
git-native_1.7.0.2.bb : disable building/installing of python stuff

It was zeckes opinion that we dont need the python stuff for OE useage
and looking at what is installed I would agree. Disabled it otherwise
we need to point it at python-native to stop it using host python.

14 years agounrar, unrar-native: Bump to version 3.9.9
Michael Lippautz [Mon, 15 Mar 2010 12:38:32 +0000 (13:38 +0100)]
unrar, unrar-native: Bump to version 3.9.9

* Fixes CVE name CVE-2007-0855
* Remove old recipe, because it neither used current staging, nor native
  extension

14 years agoudns: New recipe
Michael Lippautz [Sun, 14 Mar 2010 19:24:12 +0000 (20:24 +0100)]
udns: New recipe

* udns is a stub DNS resolver library for sync and async DNS queries

14 years agoangstrom: move to wget 1.11.4
Koen Kooi [Mon, 15 Mar 2010 11:48:15 +0000 (12:48 +0100)]
angstrom: move to wget 1.11.4

14 years agofaad2: add 2.7
Koen Kooi [Mon, 15 Mar 2010 10:50:46 +0000 (11:50 +0100)]
faad2: add 2.7

14 years agoangstrom: our preferred tiff version was removed for some reason, move to 3.9.2+4...
Koen Kooi [Mon, 15 Mar 2010 10:35:05 +0000 (11:35 +0100)]
angstrom: our preferred tiff version was removed for some reason, move to 3.9.2+4.0.0beta5

14 years agognome-screensaver 2.28.3: fix up configure as well now
Koen Kooi [Mon, 15 Mar 2010 10:17:15 +0000 (11:17 +0100)]
gnome-screensaver 2.28.3: fix up configure as well now

14 years agotiff 3.9.2: fix build breakage
Koen Kooi [Mon, 15 Mar 2010 09:24:23 +0000 (10:24 +0100)]
tiff 3.9.2: fix build breakage

14 years agognome-screensaver: update to 2.28.3
Koen Kooi [Mon, 15 Mar 2010 09:15:57 +0000 (10:15 +0100)]
gnome-screensaver: update to 2.28.3

Fixes:

CVE name CVE-2010-0414
CVE name CVE-2010-0422

14 years agofltkspacetrader: update to version 1.2-stable
Benjamin Schieder [Sat, 13 Mar 2010 13:21:24 +0000 (13:21 +0000)]
fltkspacetrader: update to version 1.2-stable

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoorc: fix packaging, recipe style issues and factor into .inc
Koen Kooi [Mon, 15 Mar 2010 09:15:07 +0000 (10:15 +0100)]
orc: fix packaging, recipe style issues and factor into .inc

14 years agolibusb: removed unneeded BBCLASSEXTEND="native"
Frans Meulenbroeks [Wed, 10 Mar 2010 21:48:16 +0000 (22:48 +0100)]
libusb: removed unneeded BBCLASSEXTEND="native"

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoxorg-util: used BPN in xorg-util-common
Frans Meulenbroeks [Mon, 15 Mar 2010 07:49:48 +0000 (08:49 +0100)]
xorg-util: used BPN in xorg-util-common

as per hrw's suggestion

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

recipes/xorg-util/xorg-util-common.inc

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibunfig: no need for native variant as no-one uses it
Frans Meulenbroeks [Wed, 10 Mar 2010 21:28:44 +0000 (22:28 +0100)]
libunfig: no need for native variant as no-one uses it

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoxorg-proto-common.inc: replaced PN with BPN to avoid native compilation error
Frans Meulenbroeks [Thu, 11 Mar 2010 20:09:40 +0000 (21:09 +0100)]
xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agotiff: moved to 4.0.0 beta5
Frans Meulenbroeks [Thu, 11 Mar 2010 20:08:45 +0000 (21:08 +0100)]
tiff: moved to 4.0.0 beta5

also renamed to 3.9.2 as that is the latest version before 4.0.0

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogettext: fixed build with autoconf
Frans Meulenbroeks [Fri, 12 Mar 2010 12:06:33 +0000 (13:06 +0100)]
gettext: fixed build with autoconf

lifted from patch from  Bernhard Reutner-Fischer on oe
who found it somewhere on a mailing list

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoschroedinger: upgraded to 1.0.9
Frans Meulenbroeks [Sun, 14 Mar 2010 13:23:12 +0000 (14:23 +0100)]
schroedinger: upgraded to 1.0.9

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoorc: created recipe
Frans Meulenbroeks [Sun, 14 Mar 2010 13:23:50 +0000 (14:23 +0100)]
orc: created recipe

incorporated patches from debian

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoffmpeg: updated to latest svn version, added targetos flag to configure
Frans Meulenbroeks [Sun, 14 Mar 2010 14:07:27 +0000 (15:07 +0100)]
ffmpeg: updated to latest svn version, added targetos flag to configure

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoevas-native_svn: removed old_stage code
Frans Meulenbroeks [Sun, 14 Mar 2010 14:54:14 +0000 (15:54 +0100)]
evas-native_svn: removed old_stage code

this code was called by no-one

14 years agomythtv: updated SRCREV
Frans Meulenbroeks [Sun, 14 Mar 2010 21:29:21 +0000 (22:29 +0100)]
mythtv: updated SRCREV

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agospectrum-fw: added checksums
Marcin Juszkiewicz [Mon, 15 Mar 2010 07:08:49 +0000 (08:08 +0100)]
spectrum-fw: added checksums

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agosrc_distribute_local: fix quoting
Marcin Juszkiewicz [Mon, 15 Mar 2010 07:05:41 +0000 (08:05 +0100)]
src_distribute_local: fix quoting

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agospectrum-fw: Use the standard fetcher process (from Poky)
Richard Purdie [Thu, 23 Oct 2008 20:10:28 +0000 (21:10 +0100)]
spectrum-fw: Use the standard fetcher process (from Poky)

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agobase.bbclass: fix quoting for md5/sha256 checksums checking
Marcin Juszkiewicz [Mon, 15 Mar 2010 06:55:49 +0000 (07:55 +0100)]
base.bbclass: fix quoting for md5/sha256 checksums checking

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14 years agobase.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs (from...
Richard Purdie [Thu, 23 Oct 2008 20:08:42 +0000 (21:08 +0100)]
base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs (from Poky)

14 years agogzip: Upgrade to 1.3.13 to address multiple issues
Holger Hans Peter Freyther [Mon, 15 Mar 2010 05:22:23 +0000 (13:22 +0800)]
gzip: Upgrade to 1.3.13 to address multiple issues

CVE-2006-4334, CVE-2006-4335, CVE-2006-4336,
CVE-2006-4337, CVE-2006-4338

14 years agolibwmf: Apply two patches from Fedora to address known issues
Holger Hans Peter Freyther [Mon, 15 Mar 2010 04:36:17 +0000 (12:36 +0800)]
libwmf: Apply two patches from Fedora to address known issues

CVE-2006-3376, CVE-2009-1364

14 years agolsh: Upgrade to the latest version to address two CVEs
Holger Hans Peter Freyther [Mon, 15 Mar 2010 04:25:02 +0000 (12:25 +0800)]
lsh: Upgrade to the latest version to address two CVEs

CVE-2003-0826, CVE-2005-0814

14 years agoliboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS
Holger Hans Peter Freyther [Mon, 15 Mar 2010 04:23:37 +0000 (12:23 +0800)]
liboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS

The configure script searched for tcl in /usr/include/tcl$tclVersion which
triggered the configure qa check. The best thing to do seems to disable these
features and avoid patching the configure.ac.

14 years agolibmusicbrainz: Include header to fix build with g++ 4.4.
Paul Menzel [Sun, 14 Mar 2010 13:27:49 +0000 (13:27 +0000)]
libmusicbrainz: Include header to fix build with g++ 4.4.

Patch taken from [1] and adapted.

[1] http://bugs.musicbrainz.org/ticket/4301

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
14 years agotslib: add configuration for htc-msm7 devices
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 20:00:41 +0000 (21:00 +0100)]
tslib: add configuration for htc-msm7 devices

14 years agopointercal: add data for htc-msm7 devices
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 19:59:12 +0000 (20:59 +0100)]
pointercal: add data for htc-msm7 devices

14 years agoecore: add patch that fixes the ecore-fb touchscreen initialization
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 19:52:30 +0000 (20:52 +0100)]
ecore: add patch that fixes the ecore-fb touchscreen initialization

With this patch, we have a working touchscreen in framebuffer mode again

14 years agoelementary: packaging updates
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 19:52:24 +0000 (20:52 +0100)]
elementary: packaging updates

14 years agosane-srcrev-fso.inc: bump rev of libframeworkd-glib
Klaus Kurzmann [Sun, 14 Mar 2010 19:00:23 +0000 (20:00 +0100)]
sane-srcrev-fso.inc: bump rev of libframeworkd-glib

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agolinux-leviathan: remove bogus ' characters that disturb mkbootimg
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 14:32:02 +0000 (15:32 +0100)]
linux-leviathan: remove bogus ' characters that disturb mkbootimg

14 years agolinux-leviathan: depend on android-image-utils and prepare kernel image that can...
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 14:16:12 +0000 (15:16 +0100)]
linux-leviathan: depend on android-image-utils and prepare kernel image that can be booted via fastboot

14 years agoandroid-image-utils-native: fix deploying fastboot binary
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 14:00:46 +0000 (15:00 +0100)]
android-image-utils-native: fix deploying fastboot binary

14 years agoandroid-image-utils-native: new recipe; image utilities to build kernels for android...
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 13:27:37 +0000 (14:27 +0100)]
android-image-utils-native: new recipe; image utilities to build kernels for android machines

14 years agozhone2: add FSO dependencies
Michael 'Mickey' Lauer [Sun, 14 Mar 2010 13:28:36 +0000 (14:28 +0100)]
zhone2: add FSO dependencies

14 years agozhone2: new recipe; demo UI for FSO
Michael 'Mickey' Lauer [Sat, 13 Mar 2010 16:21:05 +0000 (17:21 +0100)]
zhone2: new recipe; demo UI for FSO

14 years agoboost-1.37 : Add recipe for version 1.37 of boost.
Philip Balister [Sat, 13 Mar 2010 12:42:04 +0000 (07:42 -0500)]
boost-1.37 : Add recipe for version 1.37 of boost.

             * DEFAULT_PREFERENCE = "-1" until we check for impact on
               other recipes. Boost API changes a lot so difficult to
               manage recipes.

14 years agoboost_1.34.1 : Remove INC_PR. This recipe does not use an include file.
Philip Balister [Sat, 13 Mar 2010 10:36:31 +0000 (05:36 -0500)]
boost_1.34.1 : Remove INC_PR. This recipe does not use an include file.

14 years agouclibc-0.9.30.3: New recipe.
Khem Raj [Sat, 13 Mar 2010 07:56:20 +0000 (23:56 -0800)]
uclibc-0.9.30.3: New recipe.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agorecipes.xml: Fix typo.
Khem Raj [Sat, 13 Mar 2010 03:16:37 +0000 (19:16 -0800)]
recipes.xml: Fix typo.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agodbus 1.3.0: add patch to improve threading stability
Michael 'Mickey' Lauer [Sat, 13 Mar 2010 00:29:20 +0000 (01:29 +0100)]
dbus 1.3.0: add patch to improve threading stability

14 years agogtk+-native: Override RRECOMMENDS for native recipe
Khem Raj [Fri, 12 Mar 2010 03:04:09 +0000 (19:04 -0800)]
gtk+-native: Override RRECOMMENDS for native recipe

* Remove old style native recipes.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
14 years agomsmcommd: add missing dependencies
Michael 'Mickey' Lauer [Fri, 12 Mar 2010 13:19:50 +0000 (14:19 +0100)]
msmcommd: add missing dependencies

14 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Michael 'Mickey' Lauer [Fri, 12 Mar 2010 13:15:55 +0000 (14:15 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

14 years agomsmcommd: add sane srcrev
Michael 'Mickey' Lauer [Fri, 12 Mar 2010 13:15:24 +0000 (14:15 +0100)]
msmcommd: add sane srcrev

14 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Frans Meulenbroeks [Fri, 12 Mar 2010 11:02:50 +0000 (12:02 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

14 years agocups: explicitly disable ssl
Frans Meulenbroeks [Fri, 12 Mar 2010 11:01:45 +0000 (12:01 +0100)]
cups: explicitly disable ssl

explicitly disable ssl. If not if openssl is build first configure will enable it
resulting in a cross compile badness
ultimate solution is add a depends on openssl and fix the badness, but
time does not permit this at the moment

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoangstrom-uboot-scripts: add scripts for using pico DLP + DSP and gumstix palo43 ...
Koen Kooi [Fri, 12 Mar 2010 09:49:02 +0000 (10:49 +0100)]
angstrom-uboot-scripts: add scripts for using pico DLP + DSP and gumstix palo43 + DSP

14 years agocdparanoia svn: convert to new style staging
Koen Kooi [Fri, 12 Mar 2010 09:23:12 +0000 (10:23 +0100)]
cdparanoia svn: convert to new style staging

14 years agolinux-libc-headers-2.6.32: forgot to add patch
Martin Jansa [Fri, 12 Mar 2010 09:01:29 +0000 (10:01 +0100)]
linux-libc-headers-2.6.32: forgot to add patch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoangstrom: add hipox machine to feed sorter
Steffen Sledz [Fri, 12 Mar 2010 08:34:32 +0000 (09:34 +0100)]
angstrom: add hipox machine to feed sorter

14 years agolinux-libc-headers_2.6.32: Use __u8 instead of u8, the same as c7f004f2d028ef23de3333...
Martin Jansa [Fri, 12 Mar 2010 07:53:32 +0000 (08:53 +0100)]
linux-libc-headers_2.6.32: Use __u8 instead of u8, the same as c7f004f2d028ef23de333345d246358b8cf1dd94

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotask-shr-minimal: add pisi, because opimd doesn't support SIM contacts itself
Martin Jansa [Fri, 12 Mar 2010 07:50:38 +0000 (08:50 +0100)]
task-shr-minimal: add pisi, because opimd doesn't support SIM contacts itself

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoabiword-2.5.inc: Fix double quotes typo in HOMEPAGE
Sebastian Spaeth [Fri, 12 Mar 2010 07:27:45 +0000 (08:27 +0100)]
abiword-2.5.inc: Fix double quotes typo in HOMEPAGE

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
14 years agolinux-libc-headers_2.6.31.bb: Use __u8 instead of u8
Khem Raj [Fri, 12 Mar 2010 06:52:55 +0000 (22:52 -0800)]
linux-libc-headers_2.6.31.bb: Use __u8 instead of u8

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agofsogsmd: bump SRCREV for fixed build with enabled modem-qualcomm-palm
Martin Jansa [Fri, 12 Mar 2010 06:03:28 +0000 (07:03 +0100)]
fsogsmd: bump SRCREV for fixed build with enabled modem-qualcomm-palm

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopingus: update wrapper script for gta{01|02}
Thomas Zimmermann [Thu, 11 Mar 2010 20:21:20 +0000 (21:21 +0100)]
pingus: update wrapper script for gta{01|02}

* old script does not work with newer xrandr anymore

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agolibxml: actually install xml2-config in STAGING_BINDIR_CROSS
Denys Dmytriyenko [Thu, 11 Mar 2010 17:49:36 +0000 (12:49 -0500)]
libxml: actually install xml2-config in STAGING_BINDIR_CROSS

Make sure STAGING_BINDIR_CROSS is a directory and not the target filename
for xml2-config.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agoutil-linux-ng: Correct vi error
Martyn Welch [Thu, 11 Mar 2010 05:41:03 +0000 (05:41 +0000)]
util-linux-ng: Correct vi error

Commit bbd436a98df5d4a439e519651c38fb48d81e5a78 appears to have added a via
error to "pkg_prerm_${PN}":

  - update-alternatives --remove pivot_root pivot_root.${PN}
  + update-alternatives --remove pivot_root pivot_root.${PN}i

Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agobase: don't write to system /etc dir, use new STAGING_ETCDIR instead
Martin Jansa [Thu, 11 Mar 2010 15:40:57 +0000 (16:40 +0100)]
base: don't write to system /etc dir, use new STAGING_ETCDIR instead

* ETCDIR instead SYSCONFDIR, because there already was STAGING_ETCDIR_NATIVE

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopyphonelog: bump SRCREV
Martin Jansa [Thu, 11 Mar 2010 14:49:02 +0000 (15:49 +0100)]
pyphonelog: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>