openembedded.git
15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Stanislav Brabec [Wed, 27 Jan 2010 22:06:55 +0000 (22:06 +0000)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agobase.bbclass: pre-create SRC_URI checksums to include in the recipe
Denys Dmytriyenko [Sun, 24 Jan 2010 15:59:44 +0000 (15:59 +0000)]
base.bbclass: pre-create SRC_URI checksums to include in the recipe

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans meulenbroeks <fransmeulenbroeks@gmail.com>
15 years agognome-doc-utils: Fix of python path moved to do_install_append, so xml2po calls corre...
Stanislav Brabec [Wed, 27 Jan 2010 22:01:57 +0000 (22:01 +0000)]
gnome-doc-utils: Fix of python path moved to do_install_append, so xml2po calls correct python instance during build.

15 years agoclish: Bump to 0.7.3
Petri Lehtinen [Wed, 21 Oct 2009 20:41:16 +0000 (20:41 +0000)]
clish: Bump to 0.7.3

Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
15 years agoudev: get rid of 'timestamp in the future' tar messages
Petr Štetiar [Wed, 27 Jan 2010 07:58:36 +0000 (07:58 +0000)]
udev: get rid of 'timestamp in the future' tar messages

This patch tries to get rid of spew of the useless tar messages durring boot
process on machines without RTC, such as the Beagleboard. Example:

Please wait: booting...
Starting udev
tar: dev/.udev/uevent_seqnum: time stamp 1970-01-01 01:00:21 is 14.122497521 s in the future
tar: dev/.udev/rules.d: time stamp 1970-01-01 01:00:07 is 0.119201623 s in the future
tar: dev/.udev/db/\x2fdevices\x2fvirtual\x2fblock\x2fram9: time stamp 1970-01-01 01:00:22 is 15.118713341 s in the future

[ more then 100 similar lines cutted off]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Philip Balister <philip@balister.org>
15 years agogtk+: fix typo
Rolf Leggewie [Wed, 27 Jan 2010 19:12:45 +0000 (20:12 +0100)]
gtk+: fix typo

15 years agochecksums: add missing gtk+ checksum, thanks to Graeme for noticing it
Koen Kooi [Wed, 27 Jan 2010 18:57:02 +0000 (19:57 +0100)]
checksums: add missing gtk+ checksum, thanks to Graeme for noticing it

15 years agopngcrush_1.6.4.bb : use BPN(fixes pngcrush-native install)
Denis 'Gnutoo' Carikli [Mon, 25 Jan 2010 15:03:02 +0000 (16:03 +0100)]
pngcrush_1.6.4.bb : use BPN(fixes pngcrush-native install)

The problem is that pngcrush-native fails during the installation
  because of this code in pngcrush_1.6.4.bb:
   install -m 755 ${PN} ${D}${bindir}
  that is in the do_install function.
  This code is inherited by pngcrush-native because
  pngcrush-native requires pngcrush_${PV}.bb,and PN becomes pngcrush-native
  instead of pngcrush and so it fails.

  Thanks hrw for learning me how to fix it easily(without copying
   the do_install function from pngcrush_1.6.4.bb into pngcrush-native)

  The effect of BPN on the 2 recipes was tested in bitbake -i

  Not changing PR because it doesn't change anything on
   pngcrush_1.6.4.bb's side,and on pngcrush-native's side it was
   just a compilation failure

15 years agolibsdl-image: remove all .m4 macros from source dir
Martin Jansa [Wed, 27 Jan 2010 15:07:33 +0000 (16:07 +0100)]
libsdl-image: remove all .m4 macros from source dir

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded...
Graeme Gregory [Wed, 27 Jan 2010 16:09:06 +0000 (16:09 +0000)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev

15 years agognome-system-tools_2.27.1.bb : remove building the help docs
Graeme Gregory [Wed, 27 Jan 2010 16:08:04 +0000 (16:08 +0000)]
gnome-system-tools_2.27.1.bb : remove building the help docs

I cant get xml2po to work on these sources so remove doc directory
from being built. This made recipe much simpler.

15 years agognome-keyring 2.28.2: add dep on gtk+-native
Koen Kooi [Wed, 27 Jan 2010 15:09:10 +0000 (16:09 +0100)]
gnome-keyring 2.28.2: add dep on gtk+-native

 * it needs gtk-builder-convert

15 years agogtk+ (-native): add 2.18.6 and convert to new-style staging
Koen Kooi [Wed, 27 Jan 2010 15:08:16 +0000 (16:08 +0100)]
gtk+ (-native): add 2.18.6 and convert to new-style staging

15 years agognome bbclass: change PN to BPN in magic SRC_URI composer to make it work in -native...
Koen Kooi [Wed, 27 Jan 2010 15:03:15 +0000 (16:03 +0100)]
gnome bbclass: change PN to BPN in magic SRC_URI composer to make it work in -native and -sdk cases as well

15 years agogtk+ 2.18.3: enable xkb for angstrom
Koen Kooi [Wed, 27 Jan 2010 14:23:22 +0000 (15:23 +0100)]
gtk+ 2.18.3: enable xkb for angstrom

* also remove the displaymigration option that has ceased to exist

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded...
Graeme Gregory [Wed, 27 Jan 2010 15:04:18 +0000 (15:04 +0000)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev

15 years agogtkmm_2.18.1.bb : update to latest standards
Graeme Gregory [Wed, 27 Jan 2010 15:03:44 +0000 (15:03 +0000)]
gtkmm_2.18.1.bb : update to latest standards

No need to override do_configure anymore.

15 years agopangomm_2.26.0.bb : update to latest standards.
Graeme Gregory [Wed, 27 Jan 2010 15:02:26 +0000 (15:02 +0000)]
pangomm_2.26.0.bb : update to latest standards.

There is no need to override do_configure or for custom staging anymore

15 years agolibgdata_0.5.1.bb : hit a race problem so disable parallel builds.
Graeme Gregory [Wed, 27 Jan 2010 15:00:32 +0000 (15:00 +0000)]
libgdata_0.5.1.bb : hit a race problem so disable parallel builds.

Some required files were created in one thread and used in another and
didnt always get created in time.

15 years agogst-plugins-good: add some more deps
Koen Kooi [Wed, 27 Jan 2010 14:04:47 +0000 (15:04 +0100)]
gst-plugins-good: add some more deps

15 years agoboost-36.inc : Allow empty packages so boost-dev will install in images.
Philip Balister [Wed, 27 Jan 2010 13:02:34 +0000 (08:02 -0500)]
boost-36.inc : Allow empty packages so boost-dev will install in images.

15 years agoobexpush: add -I/usr/lib/glib-2.0/include for glibconfig.h
Martin Jansa [Wed, 27 Jan 2010 10:13:33 +0000 (11:13 +0100)]
obexpush: add -I/usr/lib/glib-2.0/include for glibconfig.h

* glibconfig.h is no longer available in /usr/include/glib-2.0/ for
  glib-2.0-2.22.4 and newer

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agopowertop: add 1.12 + svn
Koen Kooi [Wed, 27 Jan 2010 08:04:57 +0000 (09:04 +0100)]
powertop: add 1.12 + svn

15 years agoxf86-video-omapfb: bump SRCREV, delete obsolete patches
Koen Kooi [Wed, 27 Jan 2010 08:02:28 +0000 (09:02 +0100)]
xf86-video-omapfb: bump SRCREV, delete obsolete patches

15 years agogcc-svn: Bump SRCREV.
Khem Raj [Wed, 27 Jan 2010 07:45:37 +0000 (23:45 -0800)]
gcc-svn: Bump SRCREV.

* Move to top of trunk.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agouclibc-nptl: Fix build failure due to __libc_errno being hidden now.
Khem Raj [Wed, 27 Jan 2010 07:43:55 +0000 (23:43 -0800)]
uclibc-nptl: Fix build failure due to __libc_errno being hidden now.

* Updated patch to pass right -D values to pt-__syscall_error.c compile.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolinux-rp-2.6.26: sharpsl-rc-r1.patch: Generate sync events, as required by xf86-input...
Stanislav Brabec [Tue, 26 Jan 2010 23:17:16 +0000 (23:17 +0000)]
linux-rp-2.6.26: sharpsl-rc-r1.patch: Generate sync events, as required by xf86-input-evdev.

15 years agoefl.bbclass: ship edje-externals in .dev package
Michael 'Mickey' Lauer [Tue, 26 Jan 2010 22:47:57 +0000 (23:47 +0100)]
efl.bbclass: ship edje-externals in .dev package

15 years agofreesmartphone: only libfsobasics requires libnl2 now; the others drag it automatical...
Michael 'Mickey' Lauer [Tue, 26 Jan 2010 22:46:27 +0000 (23:46 +0100)]
freesmartphone: only libfsobasics requires libnl2 now; the others drag it automatically in through libfsobasics

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded...
Graeme Gregory [Tue, 26 Jan 2010 21:38:55 +0000 (21:38 +0000)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev

15 years agomm-common_0.9.1.bb : add new util package for mm bindings for gnome
Graeme Gregory [Tue, 26 Jan 2010 21:38:26 +0000 (21:38 +0000)]
mm-common_0.9.1.bb : add new util package for mm bindings for gnome

15 years agoglibmm_2.22.1.bb : fix/bandaid autoconf
Graeme Gregory [Tue, 26 Jan 2010 21:37:13 +0000 (21:37 +0000)]
glibmm_2.22.1.bb : fix/bandaid autoconf

I noticed when I changed libtool this package didnt pass configure as
it had disabled OEs autoconf handling. This is because the examples/
directory has bad autoconf for it. So bandaided this to allow
autoreconf to run correctly.

15 years agognome.bbclass : add name=archive to SRC_URI so .bb files can use new checksums
Graeme Gregory [Fri, 22 Jan 2010 19:23:23 +0000 (19:23 +0000)]
gnome.bbclass : add name=archive to SRC_URI so .bb files can use new checksums

New checksums system needs a name= in the SRC_URI name, so add a default
one for gnome.

15 years agopreferred-shr-versions: update libtool and glib-2.0 version
Martin Jansa [Tue, 26 Jan 2010 19:32:25 +0000 (20:32 +0100)]
preferred-shr-versions: update libtool and glib-2.0 version

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded...
Graeme Gregory [Tue, 26 Jan 2010 19:25:42 +0000 (19:25 +0000)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev

15 years agolibgphoto2_2.4.7.bb : call autoreconf inside libgphoto_port
Graeme Gregory [Tue, 26 Jan 2010 19:24:31 +0000 (19:24 +0000)]
libgphoto2_2.4.7.bb : call autoreconf inside libgphoto_port

This is required otherwise the autoconf stuff doesnt get OE version of
libtool and errors out.

15 years agoframeworkd: add a postinst script to echo a note about the need
Klaus Kurzmann [Tue, 26 Jan 2010 19:10:17 +0000 (20:10 +0100)]
frameworkd: add a postinst  script to echo a note about the need
to run the conversion script needed for new opimd

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoshadow: Fix issue that stopped shadow.inc from packaging /usr/bin/passwd correctly...
David-John Willis [Tue, 26 Jan 2010 17:58:41 +0000 (17:58 +0000)]
shadow: Fix issue that stopped shadow.inc from packaging /usr/bin/passwd correctly and bump INC_PR.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agochecksums.ini: added kernel patches
Marcin Juszkiewicz [Tue, 26 Jan 2010 18:05:08 +0000 (19:05 +0100)]
checksums.ini: added kernel patches

15 years agolinux 2.6.31: update to latest stable
Marcin Juszkiewicz [Tue, 26 Jan 2010 18:03:11 +0000 (19:03 +0100)]
linux 2.6.31: update to latest stable

15 years agolinux 2.6.32: update to latest stable
Marcin Juszkiewicz [Tue, 26 Jan 2010 18:03:07 +0000 (19:03 +0100)]
linux 2.6.32: update to latest stable

15 years agolinux 2.6.27: update to latest stable
Marcin Juszkiewicz [Tue, 26 Jan 2010 18:03:00 +0000 (19:03 +0100)]
linux 2.6.27: update to latest stable

15 years agoAdd alsa configuration files for SAM9G45EK
Ulf Samuelsson [Tue, 19 Jan 2010 13:10:39 +0000 (13:10 +0000)]
Add alsa configuration files for SAM9G45EK

Add ALSA config files for AT91SAM9G45EK

/etc/asound.conf
/etc/asound.state

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
15 years agopreferred-om-2008-versions.inc: bump pidgin and bzip2 for security fixes
Michael 'Mickey' Lauer [Tue, 26 Jan 2010 16:00:07 +0000 (17:00 +0100)]
preferred-om-2008-versions.inc: bump pidgin and bzip2 for security fixes

15 years agoqt 4.6.1: add recipes based on 4.6.0 ones
Koen Kooi [Tue, 26 Jan 2010 11:01:25 +0000 (12:01 +0100)]
qt 4.6.1: add recipes based on 4.6.0 ones

15 years agogst-plugins-good: add 0.10.17
Koen Kooi [Thu, 21 Jan 2010 15:23:37 +0000 (16:23 +0100)]
gst-plugins-good: add 0.10.17

15 years agogst-plugins-good 0.10.15: remove INSECURE_DOWNLOAD, that doesn't belong in a recipe
Koen Kooi [Thu, 21 Jan 2010 15:21:24 +0000 (16:21 +0100)]
gst-plugins-good 0.10.15: remove INSECURE_DOWNLOAD, that doesn't belong in a recipe

15 years agomplayer svn: bump SRCREV again
Koen Kooi [Tue, 26 Jan 2010 09:21:50 +0000 (10:21 +0100)]
mplayer svn: bump SRCREV again

15 years agoxserver-xorg-conf: add xf86-video-omapfb dependency for omap3 machines in angstrom
Koen Kooi [Mon, 25 Jan 2010 18:45:01 +0000 (19:45 +0100)]
xserver-xorg-conf: add xf86-video-omapfb dependency for omap3 machines in angstrom

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded...
Graeme Gregory [Tue, 26 Jan 2010 12:02:50 +0000 (12:02 +0000)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev

15 years agoangstrom-2008-preferred-versions.inc : update libtool and glib-2.0 versions
Graeme Gregory [Tue, 26 Jan 2010 12:02:08 +0000 (12:02 +0000)]
angstrom-2008-preferred-versions.inc : update libtool and glib-2.0 versions

15 years agolinux-2.6.30/mx27ads/defconfig: Enable NAND on the i.mx27 ads
Holger Hans Peter Freyther [Tue, 26 Jan 2010 11:56:35 +0000 (19:56 +0800)]
linux-2.6.30/mx27ads/defconfig: Enable NAND on the i.mx27 ads

According to the website the device is coming with 16MB of
flash and is pre equipped with the redboot bootloader. Enable
both NAND, NAND MXC and redboot parsing.

15 years agolinux-rp_2.6.23: Make hx2750 compile again
Johannes Buchner [Wed, 12 Aug 2009 05:26:44 +0000 (05:26 +0000)]
linux-rp_2.6.23: Make hx2750 compile again

note that the hx2750_pm_ops struct now is quite crippled, I don't really
know where all the functionality went.

Signed-off-by: Johannes Buchner <buchner.johannes@gmx.at>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agotransmission_1.82.bb : new version of transmission
Graeme Gregory [Tue, 26 Jan 2010 11:16:12 +0000 (11:16 +0000)]
transmission_1.82.bb : new version of transmission

This beings full support for magnet links and many web/gui improvements
as well as background improvements.

15 years agolibtool_2.2.6b.bb : new version of libtool
Graeme Gregory [Tue, 26 Jan 2010 11:15:08 +0000 (11:15 +0000)]
libtool_2.2.6b.bb : new version of libtool

This is a basic version uprev as it is becoming required by some
gtk+ applications such as transmission.

15 years agouclibc: Add patches to hide __libc symbols.
Khem Raj [Mon, 25 Jan 2010 23:21:48 +0000 (15:21 -0800)]
uclibc: Add patches to hide __libc symbols.

* Move to latest tip.
* Delete patches merged upstream.
* Add patches to hide __libc* symbols.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded...
Graeme Gregory [Mon, 25 Jan 2010 21:04:46 +0000 (21:04 +0000)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev

15 years agoglib-2.0_2.22.4.bb : add new version totally clean recipe
Graeme Gregory [Mon, 25 Jan 2010 21:02:57 +0000 (21:02 +0000)]
glib-2.0_2.22.4.bb : add new version totally clean recipe

The glib-2.0 recipe seemed to have gained a lot of un-needed extras and
was also out of date for BBCLASSEXTEND and staging. So this is a minimalised
new version.

15 years agogtk-doc : update to latest from git
Graeme Gregory [Thu, 21 Jan 2010 14:29:07 +0000 (14:29 +0000)]
gtk-doc : update to latest from git

This is needed as latest gnome is using the new features and error
on autoreconf without it.

15 years agomplayer-common: undo /usr/etc -> /etc breakage, our mplayer really only looks in...
Koen Kooi [Mon, 25 Jan 2010 17:06:08 +0000 (18:06 +0100)]
mplayer-common: undo /usr/etc -> /etc breakage, our mplayer really only looks in /usr/etc/mplayer!

15 years agoboost : Fix typo introduced when recipes converted to INC_PR.
Philip Balister [Mon, 25 Jan 2010 15:34:38 +0000 (10:34 -0500)]
boost : Fix typo introduced when recipes converted to INC_PR.

15 years agolinux-omap-zoom-sync 2.6.31rc: tweak omapzoom2 defconfig a bit
Koen Kooi [Mon, 25 Jan 2010 14:17:32 +0000 (15:17 +0100)]
linux-omap-zoom-sync 2.6.31rc: tweak omapzoom2 defconfig a bit

* MACHINE_KERNEL_PR bump will follow a bit later on

15 years agohal 0.5.14+git: teach linux devices.c about 'input.touchscreen'
Koen Kooi [Mon, 25 Jan 2010 11:01:50 +0000 (12:01 +0100)]
hal 0.5.14+git: teach linux devices.c about 'input.touchscreen'

15 years agoxf86-input-tslib 0.0.6: also match on 'input.touchscreen' in hal .fdi
Koen Kooi [Mon, 25 Jan 2010 10:59:28 +0000 (11:59 +0100)]
xf86-input-tslib 0.0.6: also match on 'input.touchscreen' in hal .fdi

15 years agolibmikmod_3.2.0-beta2: Fix QA error of not using GNU_HASH
Michael Lippautz [Sun, 4 Oct 2009 07:22:51 +0000 (07:22 +0000)]
libmikmod_3.2.0-beta2: Fix QA error of not using GNU_HASH

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agox11vnc-0.9.8 fix xshm header
Ed Swarthout [Sun, 22 Nov 2009 21:56:39 +0000 (21:56 +0000)]
x11vnc-0.9.8 fix xshm header

Backport X_ShmAttach fix from 0.9.9

Signed-off-by: Ed Swarthout <Ed.Swarthout@hwdebug.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agovdr: Put common information in separate file and require it in the recipe.
Paul Menzel [Sun, 24 Jan 2010 08:02:55 +0000 (08:02 +0000)]
vdr: Put common information in separate file and require it in the recipe.

• Some information in a recipe apply to all versions of a program. Factor them out into an extra file and include/require this in each recipe as seen in a lot of other programs/packages/recipes in OE.

• VDR’s plugins often change and therefore put patches to them in version dependent folder.

This hopefully lessens the effort to add new versions.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agouclibc-git: Set UCLIBC_HAS_LIBUTIL=y in distro.config
Khem Raj [Mon, 25 Jan 2010 06:22:20 +0000 (22:22 -0800)]
uclibc-git: Set UCLIBC_HAS_LIBUTIL=y in distro.config

* Bump SRCREV to latest tip of git.
* Add config for qemu x86 and mips.
* Drop uclibc_ldso_use_O0.patch gcc 4.4 seems not to need it.
* Set UCLIBC_HAS_LIBUTIL=y in distro.config otherwise
  libutils wont be generated which is needed by apps like pam.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoangstrom: prefer hal 0.5.14+git
Koen Kooi [Sun, 24 Jan 2010 18:07:22 +0000 (19:07 +0100)]
angstrom: prefer hal 0.5.14+git

15 years agotask-sdki-native: Add libtool and pkgconfig the the task-native-sdk package.
Philip Balister [Sun, 24 Jan 2010 15:03:02 +0000 (10:03 -0500)]
task-sdki-native: Add libtool and pkgconfig the the task-native-sdk package.

15 years agohal: add 0.5.14+git
Koen Kooi [Sun, 24 Jan 2010 11:08:48 +0000 (12:08 +0100)]
hal: add 0.5.14+git

* This is usefull when using 'evdev' for touchscreens since earlier version of hal labeled them 'touchpads' which enables all kind of weird behaviour like relative movement

15 years agoe2fsprogs-libs, util-linux-ng: sort out libblkid move some more
Koen Kooi [Sun, 24 Jan 2010 11:02:56 +0000 (12:02 +0100)]
e2fsprogs-libs, util-linux-ng: sort out libblkid move some more

* we're using libblkid from u-l-ng nowadays, but e-l was still install a .pc breaking apps checking for libblkid > 2.15

15 years agot1lib: fix GNU_HASH QA error
Koen Kooi [Sun, 24 Jan 2010 10:14:30 +0000 (11:14 +0100)]
t1lib: fix GNU_HASH QA error

15 years agonetbook-launcher-efl: update to 0.2.3
Koen Kooi [Sat, 23 Jan 2010 19:32:34 +0000 (20:32 +0100)]
netbook-launcher-efl: update to 0.2.3

15 years agoefl: bump SRCREV
Koen Kooi [Sat, 23 Jan 2010 19:31:34 +0000 (20:31 +0100)]
efl: bump SRCREV

* eet: convert to BBCLASSEXTEND
* elementary: add dep on eet-native

15 years agoplaces: fix build, we sed out 'po', but the new gettext macros dislike that
Koen Kooi [Sat, 23 Jan 2010 18:58:35 +0000 (19:58 +0100)]
places: fix build, we sed out 'po', but the new gettext macros dislike that

15 years agoxinput-calibrator 0.5.0: Add desktop file so it has a link in menus.
David-John Willis [Thu, 21 Jan 2010 19:35:46 +0000 (19:35 +0000)]
xinput-calibrator 0.5.0: Add desktop file so it has a link in menus.

* As the app supports runtime config of touchscreens an icon for the app seems like a good idea.

15 years agonetboot-launcher-efl: Bump version to 0.2.2 and fix download link.
David-John Willis [Tue, 19 Jan 2010 12:56:02 +0000 (12:56 +0000)]
netboot-launcher-efl: Bump version to 0.2.2 and fix download link.

15 years agognome-games: Bump 2.24.0 > 2.24.3 and add checksums for newer versions (recipes for...
David-John Willis [Sun, 17 Jan 2010 23:36:27 +0000 (23:36 +0000)]
gnome-games: Bump 2.24.0 > 2.24.3 and add checksums for newer versions (recipes for newer versions still being worked on).

15 years agopoppler: Add 0.12.3 and corresponding poppler-data 0.4.0 recipe.
David-John Willis [Fri, 15 Jan 2010 18:30:56 +0000 (18:30 +0000)]
poppler: Add 0.12.3 and corresponding poppler-data 0.4.0 recipe.

* Also tweak poppler 0.12.3 so it RDEPENDS poppler-data.

15 years agohicolor-icon-theme: Add 0.11.
David-John Willis [Mon, 11 Jan 2010 18:45:35 +0000 (18:45 +0000)]
hicolor-icon-theme: Add 0.11.

15 years agomplayer svn: bump SRCREV
Koen Kooi [Sat, 23 Jan 2010 14:58:11 +0000 (15:58 +0100)]
mplayer svn: bump SRCREV

15 years agogst-plugins-base 0.10.25: add patch to fix 'native' sinks, so no more spurious resamp...
Koen Kooi [Sat, 23 Jan 2010 11:42:15 +0000 (12:42 +0100)]
gst-plugins-base 0.10.25: add patch to fix 'native' sinks, so no more spurious resample and ffmpegcolorspace elements

15 years agowebkit: bump SRCREV to get a fix for servers that always send gzip compressed data
Koen Kooi [Sat, 23 Jan 2010 09:37:18 +0000 (10:37 +0100)]
webkit: bump SRCREV to get a fix for servers that always send gzip compressed data

15 years agolibsoup: add 2.29.5
Koen Kooi [Fri, 22 Jan 2010 17:01:41 +0000 (18:01 +0100)]
libsoup: add 2.29.5

15 years agochecksums.ini: add checksum for linux-2.6.8.1.tar.bz2 and linux-2.6.27.7.tar.bz2
Guo Hongruan [Fri, 22 Jan 2010 23:17:55 +0000 (23:17 +0000)]
checksums.ini: add checksum for linux-2.6.8.1.tar.bz2 and linux-2.6.27.7.tar.bz2

* Add checksum for linux-2.6.8.1.tar.bz2 which is used by sun4cmd machine
* Add checksum for linux-2.6.27.7.tar.bz2 which is used by storcenter machine

Signed-off-by: Guo Hongruan <camelguo@gmail.com>
15 years agoxf86-input-evtouch: add support for ET&T TC5UH touchscreen controller
Petr Štetiar [Sun, 29 Nov 2009 03:49:59 +0000 (03:49 +0000)]
xf86-input-evtouch: add support for ET&T TC5UH touchscreen controller

Signed-off-by: Petr Štetiar <ynezz@true.cz>
15 years agosensors-applet: Add support for current version 2.2.4.
Robert P. J. Day [Sat, 14 Nov 2009 08:37:04 +0000 (08:37 +0000)]
sensors-applet: Add support for current version 2.2.4.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
15 years agoxserver-xorg-conf/htcdream/xorg.conf: Add htcdream specific Xorg.conf
David Lanzendörfer [Sun, 8 Nov 2009 02:47:23 +0000 (02:47 +0000)]
xserver-xorg-conf/htcdream/xorg.conf: Add htcdream specific Xorg.conf

Added xorg.conf for htcdream in xserver-xorg.

Signed-off-by: David Lanzendörfer <david.lanzendoerfer@o2s.ch>
15 years agomamona-input-methods-git: bumping rev, fixing PV and using oe-stylize
Ricardo Salveti de Araujo [Mon, 23 Nov 2009 08:06:25 +0000 (08:06 +0000)]
mamona-input-methods-git: bumping rev, fixing PV and using oe-stylize

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
15 years agomamonaim-e-applet-git: bumping rev, fixing PV and using oe-stylize
Ricardo Salveti de Araujo [Mon, 23 Nov 2009 17:06:24 +0000 (17:06 +0000)]
mamonaim-e-applet-git: bumping rev, fixing PV and using oe-stylize

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
15 years agopackage_deb.bbclass: make the PACKAGES check earlier so if there is nothing to packag...
Ricardo Salveti de Araujo [Mon, 23 Nov 2009 07:16:45 +0000 (07:16 +0000)]
package_deb.bbclass: make the PACKAGES check earlier so if there is nothing to package we don't read potentially stale pkgdata from staging.

This is basically the commit 27b9bc946eeb3faa7b10d92689ab527af42727bd that got
lost when merging poky stuff into the repo. The behavior is much like
what we already have with package_ipk.

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
15 years agoconf/machine/include/htc-msm7.inc: Remove IMAGE_FSTYPES assignment
David Lanzendörfer [Thu, 22 Oct 2009 20:44:17 +0000 (20:44 +0000)]
conf/machine/include/htc-msm7.inc: Remove IMAGE_FSTYPES assignment

Removed filesystems declaration from conf/machine/include/htc-msm7.inc
because it should been already decleared in ${build}/conf/local.conf.

15 years agoconf/machine/rx1950.conf: Correct information of the config file
Vasily Khoruzhick [Wed, 30 Sep 2009 14:29:24 +0000 (17:29 +0300)]
conf/machine/rx1950.conf: Correct information of the config file

The HP iPAQ RX1950 has no bluetooth, and its flash size is 64M.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
15 years agoicecc: introduce ICECC_FALLBACK_PARALLEL
Roman Khimov [Wed, 15 Jul 2009 02:52:41 +0000 (02:52 +0000)]
icecc: introduce ICECC_FALLBACK_PARALLEL

icecc-blacklisted packages currently built not only without icecc environment
set but also without any parallel options enabled. The original intention was
not to kill the build machine, I guess, since having a good icecc cluster it's
easy to set '-j16' or '-j32' or whatever else which could do so. However as
the toolchain packages are blacklisted for icecc they're becoming a
bottleneck in the build process, while they can be built with local-machine
parallelism.

So, in order to solve it, introducing ICECC_FALLBACK_PARALLEL option. It's
simply used as PARALLEL_MAKE for icecc-blacklisted packages.

15 years agoicecc: remove bb.errors on un-built compilers
Roman Khimov [Wed, 15 Jul 2009 11:52:01 +0000 (11:52 +0000)]
icecc: remove bb.errors on un-built compilers

Building things with icecc and BB_NUMBER_THREADS more then 1 you could see
a lot of messages:

ERROR: no cross compiler built yet?

before gcc-cross would be properly built. There is technically nothing wrong,
cross compiler is not there yet and it's not needed when bitbake does
fetch-unpack-patch and other things to prepare package build. But it makes
people uncomfortable.

We can safely kill this messages.

15 years agoxserver-kdrive-common/xserver-kdrive-common/Xserver: Add settings for Ronetix boards LCD
Marco Cavallini [Fri, 26 Jun 2009 03:16:13 +0000 (03:16 +0000)]
xserver-kdrive-common/xserver-kdrive-common/Xserver: Add settings for Ronetix boards LCD

Tested with display TX09D71VM1CCA.

Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
15 years agolinux-openmoko-2.6.32: bump srcrev for latest pcf50633 fix
Martin Jansa [Sat, 23 Jan 2010 23:35:24 +0000 (00:35 +0100)]
linux-openmoko-2.6.32: bump srcrev for latest pcf50633 fix

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-kexecboot_2.6.32+2.6.33-rc5: add LZMA pending patch for ARM
Andrea Adami [Sat, 23 Jan 2010 23:19:57 +0000 (00:19 +0100)]
linux-kexecboot_2.6.32+2.6.33-rc5: add LZMA pending patch for ARM

15 years agolinux: upgrade 2.6.33-rc4->2.6.33-rc5
Martin Jansa [Sat, 23 Jan 2010 21:29:27 +0000 (22:29 +0100)]
linux: upgrade 2.6.33-rc4->2.6.33-rc5

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