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
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>
Koen Kooi [Mon, 7 Jun 2010 10:14:52 +0000 (12:14 +0200)]
linux-omap-psp 2.6.32: rebase patches onto new baseline
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
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.
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
Koen Kooi [Mon, 7 Jun 2010 07:28:14 +0000 (09:28 +0200)]
ESC/2010: move all files into esc/ dir
Jason Kridner [Mon, 7 Jun 2010 03:14:41 +0000 (22:14 -0500)]
esc-gst: Added fixup for missing files
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.
Koen Kooi [Mon, 7 Jun 2010 07:20:50 +0000 (09:20 +0200)]
qt 4.7.0-beta1: drop patches for affine and browser
Koen Kooi [Mon, 7 Jun 2010 06:56:06 +0000 (08:56 +0200)]
esc-media: fix versioning
Koen Kooi [Mon, 7 Jun 2010 06:55:29 +0000 (08:55 +0200)]
esc-gst: fix versioning
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
Koen Kooi [Sun, 6 Jun 2010 14:19:07 +0000 (16:19 +0200)]
qt 4.7.0-beta1: fix versioning
Koen Kooi [Sun, 6 Jun 2010 12:11:42 +0000 (14:11 +0200)]
linux-omap-psp 2.6.32: disable CDC_EEM for beagleboard
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>
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>
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.
Jason Kridner [Sun, 6 Jun 2010 01:38:34 +0000 (20:38 -0500)]
u-boot git: update beagleboard patches
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
Todd Fischer [Sat, 5 Jun 2010 17:16:44 +0000 (12:16 -0500)]
Media files to include on the Embedded Systems Conference workshop
Todd Fischer [Sat, 5 Jun 2010 16:41:40 +0000 (11:41 -0500)]
Streamer scripts for Embedded Systems Conference workshop
Jason Kridner [Sat, 5 Jun 2010 16:21:06 +0000 (11:21 -0500)]
angstrom-uboot-scripts: fixed file permissions
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
Henning Heinold [Sat, 5 Jun 2010 22:20:09 +0000 (00:20 +0200)]
classpath-tools-native: remove do_stage function, not needed anymore
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>
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>
Koen Kooi [Sat, 5 Jun 2010 18:22:21 +0000 (20:22 +0200)]
efl: revert SRCREV bump, needs more testing
Koen Kooi [Sat, 5 Jun 2010 18:09:14 +0000 (20:09 +0200)]
angstrom: automake 1.11 doesn't exist, 1.11.1 does
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Tom Rini [Fri, 4 Jun 2010 23:45:41 +0000 (16:45 -0700)]
gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 4 Jun 2010 23:45:22 +0000 (16:45 -0700)]
genext2fs (1.3+cvs): Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 4 Jun 2010 23:44:46 +0000 (16:44 -0700)]
genext2fs (1.3+1.4rc1): Drop unnecessary FILESPATH (no vesion specific patches
exist)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 4 Jun 2010 23:44:14 +0000 (16:44 -0700)]
freetype-native: Drop unnecessary FILESPATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 4 Jun 2010 23:42:51 +0000 (16:42 -0700)]
emacs: Drop unnecessary FILESPATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 4 Jun 2010 23:42:37 +0000 (16:42 -0700)]
emacs-x11: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 4 Jun 2010 23:41:54 +0000 (16:41 -0700)]
elfkickers-native: Drop unnecessary FILESPATH modification
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 4 Jun 2010 23:41:42 +0000 (16:41 -0700)]
bzip2-full-native: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 4 Jun 2010 23:41:23 +0000 (16:41 -0700)]
busybox-static: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Denys Dmytriyenko [Fri, 4 Jun 2010 10:13:31 +0000 (10:13 +0000)]
amend.bbclass: don't parse same amend.inc if FILESPATH references it multiple times
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Henning Heinold [Fri, 4 Jun 2010 16:35:28 +0000 (18:35 +0200)]
jikes: change RDEPENDS so that jikes-native don't depends on target-classpath
Koen Kooi [Fri, 4 Jun 2010 14:44:25 +0000 (16:44 +0200)]
u-boot git: update beagleboard patches
Koen Kooi [Thu, 3 Jun 2010 13:43:47 +0000 (15:43 +0200)]
gstd: also bump PR
Antonio Ospite [Wed, 26 May 2010 22:37:59 +0000 (00:37 +0200)]
frameworkd_git.bb: bump SRCREV
ogsmd has now some more reliable support for the Freescale Neptune modem
used in Motorola EzX phones.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Koen Kooi <koen@openembedded.org>
Antonio Ospite [Fri, 21 May 2010 15:06:33 +0000 (17:06 +0200)]
ezx-boot-usb-native: bump SRCREV
This newer revision fixes flashing to NOR.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Koen Kooi <koen@openembedded.org>
Antonio Ospite [Fri, 23 Apr 2010 19:59:01 +0000 (21:59 +0200)]
ezx-gen-blob: bump SRCREV
The new version can now be compiled with OE with no problems, previously
the size of the binary produced with the toolchain from OE was too big
to be flashed.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Koen Kooi <koen@openembedded.org>