openembedded.git
14 years agoxf86bigfontproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 12:04:51 +0000 (14:04 +0200)]
xf86bigfontproto: converted to BBCLASSEXTEND

14 years agoxextproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 12:04:21 +0000 (14:04 +0200)]
xextproto: converted to BBCLASSEXTEND

14 years agoxcmiscproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 12:03:47 +0000 (14:03 +0200)]
xcmiscproto: converted to BBCLASSEXTEND

14 years agobigreqsproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 12:02:32 +0000 (14:02 +0200)]
bigreqsproto: converted to BBCLASSEXTEND

14 years agogitpkgv: new
pieterg [Tue, 8 Jun 2010 10:09:02 +0000 (11:09 +0100)]
gitpkgv: new

14 years agoinputproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 00:15:33 +0000 (02:15 +0200)]
inputproto: converted to BBCLASSEXTEND

14 years agozziplib: convert to BBCLASSEXTEND and use new patch system
Henning Heinold [Mon, 7 Jun 2010 23:34:58 +0000 (01:34 +0200)]
zziplib: convert to BBCLASSEXTEND and use new patch system

14 years agottf, ttf-dejavu: fix-up after RDEPNDS_PN global change
Martin Jansa [Mon, 7 Jun 2010 22:21:35 +0000 (00:21 +0200)]
ttf, ttf-dejavu: fix-up after RDEPNDS_PN global change

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.34: add slow resume fix #2337
Martin Jansa [Mon, 7 Jun 2010 22:20:20 +0000 (00:20 +0200)]
linux-openmoko-2.6.34: add slow resume fix #2337

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.32: add patch for building with gcc-4.5.0 (backport from linux_2...
Martin Jansa [Sun, 6 Jun 2010 08:00:45 +0000 (10:00 +0200)]
linux-openmoko-2.6.32: add patch for building with gcc-4.5.0 (backport from linux_2.6.34 patch)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agouclibc_git.bb: Bump SRCREV to latest master.
Khem Raj [Tue, 8 Jun 2010 04:59:12 +0000 (21:59 -0700)]
uclibc_git.bb: Bump SRCREV to latest master.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-cross: Don't stage libiberty.a in sysroot.
Khem Raj [Tue, 8 Jun 2010 02:57:55 +0000 (19:57 -0700)]
gcc-cross: Don't stage libiberty.a in sysroot.

* We already stage libiberty from target binutils
  problem is that when we stage it from gcc-cros
  it conflicts with the ones installed in cross dir
  by binutils-cross which should be used to link
  binutils for target but it picks up the one
  installed in the sysroot and caused numerous
  problems on building target binutils.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.5: Fix libstdc++ build for ARM
Khem Raj [Tue, 8 Jun 2010 02:56:19 +0000 (19:56 -0700)]
gcc-4.5: Fix libstdc++ build for ARM

* This patch makes sure that __cxa_end_cleanup is
  emitted in .text section.

* Bump SRCREV to latest

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxproto: convert to BBCLASSEXTEND
Henning Heinold [Sun, 6 Jun 2010 00:00:01 +0000 (02:00 +0200)]
xproto: convert to BBCLASSEXTEND

14 years agoxorg-proto-common.inc: remove do_stage function
Henning Heinold [Sat, 5 Jun 2010 23:42:50 +0000 (01:42 +0200)]
xorg-proto-common.inc: remove do_stage function

14 years agocacao-native: add mercurial recipe
Henning Heinold [Sat, 5 Jun 2010 22:29:58 +0000 (00:29 +0200)]
cacao-native: add mercurial recipe

14 years agopackaged-staging.bbclass: fix issue with no SRC_URI
Cliff Brake [Wed, 2 Jun 2010 18:03:15 +0000 (14:03 -0400)]
packaged-staging.bbclass: fix issue with no SRC_URI

Currently with srctree, we get errors like the following:
| + srcuri=
| + '[' '' == '' ']'
| + srcuri=OpenEmbedded
| + echo 'Source: '
| ++ find /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/work/armv5te-angstrom-linux-gnueabi/autotools-demo-1.0-28-g3a96627-r0/staging-pkg '(' -name '*.la' -o -name '*-config' ')' -type f
| + stage-manager-ipkg-build -o 0 -g 0 /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/work/armv5te-angstrom-linux-gnueabi/autotools-demo-1.0-28-g3a96627-r0/staging-pkg /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/pstage/angstromglibc
| *** Error: CONTROL/control is missing field Source
| The Source field contain the URL's or filenames of the source code and any patches
| used to build this package.  Either gnu-style tarballs or Debian source packages
| are acceptable.  Relative filenames may be used if they are distributed in the same
| directory as the .ipk file.
|
| ipkg-build: Please fix the above errors and try again.
| ERROR: Function staging_packager failed
NOTE: package autotools-demo-1.0-28-g3a96627-r0: task do_package_stage: Failed
ERROR: TaskFailed event exception, aborting

This patch fixes that issue.

Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Acked-by: Khem Raj <raj.khem@gmail.com
14 years agorootfs_ipk/meta-toolchain: Add locking on tasks that add package_update_index_ipk
Tom Rini [Mon, 7 Jun 2010 15:54:13 +0000 (08:54 -0700)]
rootfs_ipk/meta-toolchain: Add locking on tasks that add package_update_index_ipk

We add a lockfile of do_populate_sdk and do_rootfs (in rootfs_ipk) that is also
the lockfile that package_update_index_ipk uses.  With enough threads it is
possible that one image (or meta-toolchain) is attempting to use the package
index while another has only reached the point of generating the index leading
to an empty index being seen later on.

Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-omap-psp 2.6.32: rebase patches onto new baseline
Koen Kooi [Mon, 7 Jun 2010 10:14:52 +0000 (12:14 +0200)]
linux-omap-psp 2.6.32: rebase patches onto new baseline

14 years agolinux-omap-psp 2.6.32: add cpuidle multi-config for beagleboard
Koen Kooi [Mon, 7 Jun 2010 07:46:28 +0000 (09:46 +0200)]
linux-omap-psp 2.6.32: add cpuidle multi-config for beagleboard

14 years agoangstrom-uboot-scripts: Added various resolutions
Jason Kridner [Mon, 7 Jun 2010 06:20:40 +0000 (01:20 -0500)]
angstrom-uboot-scripts: Added various resolutions

Also added a ramdisk configuration with mem= statements.

14 years agoesc-node-demo: added simple Node.js demo for ESC
Jason Kridner [Sun, 6 Jun 2010 13:21:12 +0000 (08:21 -0500)]
esc-node-demo: added simple Node.js demo for ESC

This is for the Embedded Systems Conference training

14 years agoESC/2010: move all files into esc/ dir
Koen Kooi [Mon, 7 Jun 2010 07:28:14 +0000 (09:28 +0200)]
ESC/2010: move all files into esc/ dir

14 years agoesc-gst: Added fixup for missing files
Jason Kridner [Mon, 7 Jun 2010 03:14:41 +0000 (22:14 -0500)]
esc-gst: Added fixup for missing files

14 years agoangstrom-uboot-scripts: Added an EDID read script
Jason Kridner [Sun, 6 Jun 2010 13:23:08 +0000 (08:23 -0500)]
angstrom-uboot-scripts: Added an EDID read script

This is just for example purposes so that it is documented how to read
the EDID from within u-boot.

14 years agoqt 4.7.0-beta1: drop patches for affine and browser
Koen Kooi [Mon, 7 Jun 2010 07:20:50 +0000 (09:20 +0200)]
qt 4.7.0-beta1: drop patches for affine and browser

14 years agoesc-media: fix versioning
Koen Kooi [Mon, 7 Jun 2010 06:56:06 +0000 (08:56 +0200)]
esc-media: fix versioning

14 years agoesc-gst: fix versioning
Koen Kooi [Mon, 7 Jun 2010 06:55:29 +0000 (08:55 +0200)]
esc-gst: fix versioning

14 years agozziplib: Convert to new staging
Michael Lippautz [Sun, 6 Jun 2010 09:38:30 +0000 (09:38 +0000)]
zziplib: Convert to new staging

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomatrix-gui,udev: Remove superfluous "patch=1" parameters from some recipes.
Robert P. J. Day [Sun, 6 Jun 2010 07:13:13 +0000 (07:13 +0000)]
matrix-gui,udev: Remove superfluous "patch=1" parameters from some recipes.

* If a filename has either a ".diff" or ".patch" suffix, then the
  "patch=1" parameter is unnecessary.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Acked-by: Chris Larson <clarson@kergoth.com>
14 years agoManual: Add missing unpack file formats to list.
Robert P. J. Day [Fri, 4 Jun 2010 21:53:20 +0000 (21:53 +0000)]
Manual: Add missing unpack file formats to list.

Add entries for .tbz2, .xz, .tar.xz and .jar files.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoManual: Add missing reference to "ftp" as possible fetch method.
Robert P. J. Day [Fri, 4 Jun 2010 21:16:49 +0000 (21:16 +0000)]
Manual: Add missing reference to "ftp" as possible fetch method.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoManual: Some simple updates in OE manual, reference chapter.
Robert P. J. Day [Fri, 4 Jun 2010 21:11:05 +0000 (21:11 +0000)]
Manual: Some simple updates in OE manual, reference chapter.

* Obvious fixes:

  "recipies" -> "recipes"
  Update references to patch= and pnum= to striplevel=

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopcmciautils: don't hardcode path to flex binary
Dmitry Eremin-Solenikov [Sun, 6 Jun 2010 22:06:04 +0000 (02:06 +0400)]
pcmciautils: don't hardcode path to flex  binary

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
14 years agoxl2tpd: Initial commit.
Vladimir Sorokin [Fri, 7 May 2010 10:41:15 +0000 (14:41 +0400)]
xl2tpd: Initial commit.

Layer 2 Tunneling Protocol (L2TP) daemon.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agopmacct: update to version 0.12.2
Roman I Khimov [Sun, 6 Jun 2010 20:00:12 +0000 (00:00 +0400)]
pmacct: update to version 0.12.2

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agopmacct: recipe for version 0.12.1
Vladimir Sorokin [Wed, 7 Apr 2010 13:47:00 +0000 (17:47 +0400)]
pmacct: recipe for version 0.12.1

* move to .inc with INC_PR

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agognome-bluetooth 2.30: fix a libtool issue where the 'test' line is true for '=',...
Koen Kooi [Sun, 6 Jun 2010 17:42:12 +0000 (19:42 +0200)]
gnome-bluetooth 2.30: fix a libtool issue where the 'test' line is true for '=', '==' *and* '!=', so disable the abort

14 years agogcc-4.2.4: Fix libstdc++ build failures with new sysrooted staging.
Khem Raj [Sun, 6 Jun 2010 17:40:01 +0000 (10:40 -0700)]
gcc-4.2.4: Fix libstdc++ build failures with new sysrooted staging.

* New sysrooted staging exposed few problems in GCC configury
  which were latent previously.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoqt 4.7.0-beta1: fix versioning
Koen Kooi [Sun, 6 Jun 2010 14:19:07 +0000 (16:19 +0200)]
qt 4.7.0-beta1: fix versioning

14 years agolinux-omap-psp 2.6.32: disable CDC_EEM for beagleboard
Koen Kooi [Sun, 6 Jun 2010 12:11:42 +0000 (14:11 +0200)]
linux-omap-psp 2.6.32: disable CDC_EEM for beagleboard

14 years agoqt4: Add qt4-x11-free_4.7.0-beta1
Matthias Günther [Sat, 5 Jun 2010 11:04:31 +0000 (11:04 +0000)]
qt4: Add qt4-x11-free_4.7.0-beta1

Several patches to disable not working parts in the beta version:
* tools/assistant
* examples/designer
* examples/dbus-remotecontrolledcar
* examples/help
* examples/declarative
* demos/browser
* demos/qtdemos
* demos/affine

* DEFAULT_PREFERENCE = "-1"
* New Qt Module / Lib "QtDeclarative" added for packaging.
* Qmlviewer named "qml" added to the tools package.

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoqt4: Add qt4-tools-native_4.7.0-beta1
Matthias Günther [Sat, 5 Jun 2010 11:04:30 +0000 (11:04 +0000)]
qt4: Add qt4-tools-native_4.7.0-beta1

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoangstrom-uboot-scripts: Used beaglerev variable
Jason Kridner [Sun, 6 Jun 2010 02:59:09 +0000 (21:59 -0500)]
angstrom-uboot-scripts: Used beaglerev variable

Added use of 'beaglerev' into the linuxtagdemo boot scripts.

14 years agou-boot git: update beagleboard patches
Jason Kridner [Sun, 6 Jun 2010 01:38:34 +0000 (20:38 -0500)]
u-boot git: update beagleboard patches

14 years agoangstrom-uboot-scripts: Added some new scripts
Jason Kridner [Sat, 5 Jun 2010 19:25:55 +0000 (14:25 -0500)]
angstrom-uboot-scripts: Added some new scripts

esc-sxga.cmd: Simple 1280x1024 setup
mtest.cmd: Execute a memory test around the CS0/CS1 boundary
ramdisk.cmd: Boot a 32MB ramdisk.gz file system

14 years agoMedia files to include on the Embedded Systems Conference workshop
Todd Fischer [Sat, 5 Jun 2010 17:16:44 +0000 (12:16 -0500)]
Media files to include on the Embedded Systems Conference workshop

14 years agoStreamer scripts for Embedded Systems Conference workshop
Todd Fischer [Sat, 5 Jun 2010 16:41:40 +0000 (11:41 -0500)]
Streamer scripts for Embedded Systems Conference workshop

14 years agoangstrom-uboot-scripts: fixed file permissions
Jason Kridner [Sat, 5 Jun 2010 16:21:06 +0000 (11:21 -0500)]
angstrom-uboot-scripts: fixed file permissions

14 years agoclasspath-tools-native: *sigh* seems do_stage needs to be override in all cases
Henning Heinold [Sun, 6 Jun 2010 00:47:58 +0000 (02:47 +0200)]
classpath-tools-native: *sigh* seems do_stage needs to be override in all cases

14 years agoclasspath-tools-native: remove do_stage function, not needed anymore
Henning Heinold [Sat, 5 Jun 2010 22:20:09 +0000 (00:20 +0200)]
classpath-tools-native: remove do_stage function, not needed anymore

14 years agogrep_2.6.3.bb: DEPEND on xz-native.
Khem Raj [Sat, 5 Jun 2010 20:01:31 +0000 (13:01 -0700)]
grep_2.6.3.bb: DEPEND on xz-native.

* Becuase we are using .xz compressed archive in SRC_URI
  make sure that xz is installed for the host.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxz: add recipe and use BBCLASSEXTEND for native version.
Bernhard Reutner-Fischer [Sat, 13 Feb 2010 02:51:46 +0000 (02:51 +0000)]
xz: add recipe and use BBCLASSEXTEND for native version.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoefl: revert SRCREV bump, needs more testing
Koen Kooi [Sat, 5 Jun 2010 18:22:21 +0000 (20:22 +0200)]
efl: revert SRCREV bump, needs more testing

14 years agoangstrom: automake 1.11 doesn't exist, 1.11.1 does
Koen Kooi [Sat, 5 Jun 2010 18:09:14 +0000 (20:09 +0200)]
angstrom: automake 1.11 doesn't exist, 1.11.1 does

14 years agogettext-native: Add virtual/libintl-native to PROVIDES list.
Khem Raj [Sat, 5 Jun 2010 15:26:09 +0000 (08:26 -0700)]
gettext-native: Add virtual/libintl-native to PROVIDES list.

* Some packages have DEPENDS on virtual/libintl which gets
  converted to virtual/libintl-native when they use BBCLASSEXTEND
  for their corresponding native packages.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosane-toolchain-uclibc.inc: Dont force USE_NLS for glib-2.0 here.
Khem Raj [Sat, 5 Jun 2010 13:55:36 +0000 (06:55 -0700)]
sane-toolchain-uclibc.inc: Dont force USE_NLS for glib-2.0 here.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoangstrom-2008-preferred-versions.inc: Set 1.11 PREFERRED_VERSION for automake-native
Khem Raj [Sat, 5 Jun 2010 05:59:58 +0000 (22:59 -0700)]
angstrom-2008-preferred-versions.inc: Set 1.11 PREFERRED_VERSION for automake-native

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agobison: DEPEND on virtual/libintl not on gettext
Khem Raj [Sat, 5 Jun 2010 01:04:36 +0000 (18:04 -0700)]
bison: DEPEND on virtual/libintl not on gettext

* Rename INCPR to INC_PR

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoudev_151: Make it work with uclibc.
Khem Raj [Sat, 5 Jun 2010 01:02:20 +0000 (18:02 -0700)]
udev_151: Make it work with uclibc.

* This only works with uclibc-git version at the moment.
  These two patch should not be needed as well once uclibc
  patches which adds lutimes and defines le16toh are
  committed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosite/mips-common: Cache cvs_cv_func_printf_ptr
Khem Raj [Sat, 5 Jun 2010 01:00:56 +0000 (18:00 -0700)]
site/mips-common: Cache cvs_cv_func_printf_ptr

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobinutils-cross: Build with --enable-shared and install libiberty-pic.a
Khem Raj [Sat, 5 Jun 2010 00:50:32 +0000 (17:50 -0700)]
binutils-cross: Build with --enable-shared and install libiberty-pic.a

* On systems where PIC matters (e.g. MIPS, x86_64) building target
  binutils fails because its configured with --enable-shared but
  when it tried to link a shared library (libopcode.so) then it
  pulls in libiberty.a from the sysroot which is installed by
  binutils-cross earlier. This version however is a static archive
  and linking it with shared libraries not only does not work but
  is wrong too.

* This patch builds binutils-cross with --enable-shared and installs
  the PIC version of libiberty.a into sysroot as libiberty_pic.a
  now when target binutils is configured with --enable-shared and
  searches for PIC version of libiberty.a then it finds it
  correctly.

* Move INC_PR to binutils.inc. Also noticed that several recipes
  do not use binutils.inc so did not touch them

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocvs-1.12.9: uclibc does not export __mempcpy so use mempcpy
Khem Raj [Thu, 3 Jun 2010 02:45:13 +0000 (19:45 -0700)]
cvs-1.12.9: uclibc does not export __mempcpy so use mempcpy

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoshadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibc
Khem Raj [Wed, 2 Jun 2010 20:12:51 +0000 (13:12 -0700)]
shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibx11_1.3.2.bb: Add -fforward-propagate on arm.
Khem Raj [Wed, 2 Jun 2010 20:11:23 +0000 (13:11 -0700)]
libx11_1.3.2.bb: Add -fforward-propagate on arm.

* Needed on -O1 compile. Generally we use -Os where
  this option is already enabled. But we enable is anyway
  so it gets picked at -O1 too which we use with DEBUG builds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agozlib.inc: Add -fforward-propagate on arm.
Khem Raj [Wed, 2 Jun 2010 20:09:22 +0000 (13:09 -0700)]
zlib.inc: Add -fforward-propagate on arm.

* Needed on -O1 compile. Generally we use -Os where
  this option is already enabled. But we enable is anyway
  so it gets picked at -O1 too which we use with DEBUG builds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoncurses: Add -fforward-propagate on arm.
Khem Raj [Wed, 2 Jun 2010 20:03:21 +0000 (13:03 -0700)]
ncurses: Add -fforward-propagate on arm.

* Needed on -O1 compile. Generally we use -Os where
  this option is already enabled. But we enable is anyway
  so it gets picked at -O1 too which we use with DEBUG builds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogstreamer_0.10.28.bb: Fix to build with gettext 0.18
Khem Raj [Wed, 2 Jun 2010 20:00:04 +0000 (13:00 -0700)]
gstreamer_0.10.28.bb: Fix to build with gettext 0.18

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofindutils_4.5.9.bb: Add recipe.
Khem Raj [Wed, 2 Jun 2010 19:59:13 +0000 (12:59 -0700)]
findutils_4.5.9.bb: Add recipe.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoinetutils_1.8.bb: Add recipe
Khem Raj [Wed, 2 Jun 2010 19:58:29 +0000 (12:58 -0700)]
inetutils_1.8.bb: Add recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agognutls_2.8.6.bb: Add recipe for version 2.8.6
Khem Raj [Wed, 2 Jun 2010 19:57:41 +0000 (12:57 -0700)]
gnutls_2.8.6.bb: Add recipe for version 2.8.6

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoglib-2.0_2.24.0.bb: Remove virtual/libiconv virtual/libintl from DEPENDS
Khem Raj [Wed, 2 Jun 2010 19:56:48 +0000 (12:56 -0700)]
glib-2.0_2.24.0.bb: Remove virtual/libiconv virtual/libintl from DEPENDS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogrep-2.6.3: Add recipe.
Khem Raj [Wed, 2 Jun 2010 19:51:36 +0000 (12:51 -0700)]
grep-2.6.3: Add recipe.

* Fix build for uclibc as well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodb_5.0.21: Add recipes for target and native packages.
Khem Raj [Wed, 2 Jun 2010 19:49:53 +0000 (12:49 -0700)]
db_5.0.21: Add recipes for target and native packages.

* Get rid of old style staging.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibiconv-1.13.1: Add recipes
Khem Raj [Wed, 2 Jun 2010 19:48:03 +0000 (12:48 -0700)]
libiconv-1.13.1: Add recipes

* Get rid of old style staging.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocoreutils-8.5: Add recipes for version 8.5
Khem Raj [Wed, 2 Jun 2010 19:47:00 +0000 (12:47 -0700)]
coreutils-8.5: Add recipes for version 8.5

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogettext-0.18: Add recipe for 0.18
Khem Raj [Wed, 2 Jun 2010 19:45:28 +0000 (12:45 -0700)]
gettext-0.18: Add recipe for 0.18

* gl_cv_func_unsetenv_works is not computed correctly in cross
  environment so cache it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoclasses/gettext.bbclass: Account for libiconv and libintl too.
Khem Raj [Wed, 2 Jun 2010 19:42:49 +0000 (12:42 -0700)]
classes/gettext.bbclass: Account for libiconv and libintl too.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoclasses/autotools.bbclass: Dont bail out if gettext/config.rpath does not exist.
Khem Raj [Wed, 2 Jun 2010 19:40:36 +0000 (12:40 -0700)]
classes/autotools.bbclass: Dont bail out if gettext/config.rpath does not exist.

* Add a note if this file does not exist. The reason is that gettext can
  needs libiconv and libiconv needs gettext so we need to solve this
  catch 22

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.34: add patch for building with gcc-4.5.0 (from linux_2.6.34)
Martin Jansa [Sun, 30 May 2010 15:02:48 +0000 (17:02 +0200)]
linux-openmoko-2.6.34: add patch for building with gcc-4.5.0 (from linux_2.6.34)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.34: fix for lost touchscreen bug #2328
Martin Jansa [Sat, 5 Jun 2010 07:10:00 +0000 (09:10 +0200)]
linux-openmoko-2.6.34: fix for lost touchscreen bug #2328

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.32: fix for lost touchscreen bug #2328
Martin Jansa [Sat, 5 Jun 2010 07:10:35 +0000 (09:10 +0200)]
linux-openmoko-2.6.32: fix for lost touchscreen bug #2328

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-kdrive (git): Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:55:35 +0000 (16:55 -0700)]
xserver-kdrive (git): Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoxserver-kdrive-nomadik: Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:55:22 +0000 (16:55 -0700)]
xserver-kdrive-nomadik: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoxserver-kdrive-imageon: Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:55:09 +0000 (16:55 -0700)]
xserver-kdrive-imageon: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoxserver-kdrive-glamo: Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:54:59 +0000 (16:54 -0700)]
xserver-kdrive-glamo: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoxserver-kdrive-1300: Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:54:45 +0000 (16:54 -0700)]
xserver-kdrive-1300: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoxextproto-70-includes: Drop unnecessary FILESPATH (what was added doesn't
Tom Rini [Fri, 4 Jun 2010 23:54:14 +0000 (16:54 -0700)]
xextproto-70-includes: Drop unnecessary FILESPATH (what was added doesn't
exist)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agosnes9x-sdl-qpe: Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:54:01 +0000 (16:54 -0700)]
snes9x-sdl-qpe: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopython-setuptools-native: Drop unnecessary FILESPATH
Tom Rini [Fri, 4 Jun 2010 23:53:41 +0000 (16:53 -0700)]
python-setuptools-native: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopython-pygobject: Drop unnecessary FILESPATH
Tom Rini [Fri, 4 Jun 2010 23:52:41 +0000 (16:52 -0700)]
python-pygobject: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoobexpush-native: Drop unnecessary FILESPATH
Tom Rini [Fri, 4 Jun 2010 23:52:28 +0000 (16:52 -0700)]
obexpush-native: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agonetkit-rpc-native: Drop unnecessary FILESPATH
Tom Rini [Fri, 4 Jun 2010 23:52:15 +0000 (16:52 -0700)]
netkit-rpc-native: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agomesa-dri (6.5.2 / 7.0.3): Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:51:55 +0000 (16:51 -0700)]
mesa-dri (6.5.2 / 7.0.3): Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolua: Drop unnecessary FILESPATH
Tom Rini [Fri, 4 Jun 2010 23:51:35 +0000 (16:51 -0700)]
lua: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoopensimpad (2.4): Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:48:09 +0000 (16:48 -0700)]
opensimpad (2.4): Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-handhelds: Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:47:18 +0000 (16:47 -0700)]
linux-handhelds: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-efika (2.6.20.20): Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:47:06 +0000 (16:47 -0700)]
linux-efika (2.6.20.20): Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolibsdl-ttf-native: Drop unnecessary FILESPATH
Tom Rini [Fri, 4 Jun 2010 23:46:21 +0000 (16:46 -0700)]
libsdl-ttf-native: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogdk-pixbuf (2.10.14): Switch to FILESPATHPKG
Tom Rini [Fri, 4 Jun 2010 23:46:06 +0000 (16:46 -0700)]
gdk-pixbuf (2.10.14): Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>