summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-09-29gdb-cross-sdk: fix compilation on non-arm platformsDmitry Eremin-Solenikov
Not all platforms are arm. Not all platforms have sim/arm/Makefile for sed. Grrr. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: Eric Bénard <eric@eukrea.com> Cc: Tom Rini <tom_rini@mentor.com>
2010-09-29gpm: fix compilation due to missing struct ucredDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-09-29Merge branch 'master' of git://git.openembedded.org/openembedded into ↵Dmitry Eremin-Solenikov
org.openembedded.dev
2010-09-29recode: use debian orig.tar.gz instead of gnu oneDmitry Eremin-Solenikov
recode-3.6.tar.gz was removed from gnu mirrors (moved to old-gnu). Use recode_3.6.orig.tar.gz from Debian which is the same file. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-09-29wvstreams-4.6: Remove dbus support (breaks build)Thilo Fromm
If wvstreams is configured with DBus support enabled (by not providing --without-dbus) the the build fails at link time as libdbus cannot be found: | ./CXX -c dbus/wvdbusconn | ./CXX -c dbus/wvdbusmarshal | ./CXX -c dbus/wvdbusmsg | ./CXX -c dbus/wvdbusserver | linking libwvdbus.so... | arm-angstrom-linux-gnueabi-g++: /libdbus-1.a: No such file or directory | make: *** [libwvdbus.so] Error 1 | FATAL: oe_runmake failed NOTE: Task failed: /SCRATCH/maniac/oe-merge-test/OE/tmp.6/work/armv5te-angstrom-linux-gnueabi/wvstreams-4.6-r0/temp/log.do_compile.6422 ERROR: TaskFailed event exception, aborting ERROR: Build of /home/maniac/work/HYP/oe/3way_merge/recipes/wvstreams/wvstreams_4.6.bb do_compile failed ERROR: Task 2024 (/home/maniac/work/HYP/oe/3way_merge/recipes/wvstreams/wvstreams_4.6.bb, do_compile) failed The root cause for this behaviour is in wvstreams' configure.ac; the weird dbus detection and library path handling breaks successive builds. This patch, however, does not fix the configure.ac file but disables DBus support for wvstreams at configure time. This at least fixes the broken build. Signed-off-by: Thilo Fromm <t.fromm@dresearch.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Steffen Sledz <sledz@dresearch.de>
2010-09-29opie-taskbar-images: add prerm script removing alternativesDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-09-29libqpe-opie: copy double_name.patch from opie-mediaplayer1Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-09-29fortune-mod: update to 1.99.1-4 and drop host-only toolsDmitry Eremin-Solenikov
Old debian patch (1.99.1-2) was removed from Debian mirrors. Update to current patch (1.99.1-4). Also fix QA errors by removing host tools from target pakages (strfile/unstr). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-09-29t1lib: update to 5.1.2Dmitry Eremin-Solenikov
t1lib 5.0.2 is so old, it was removed from main Debian mirrors. Update to current t1lib. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-09-29linux-kexecboot: move recipes in /linuxAndrea Adami
* some old version might hopefully be pruned
2010-09-28quilt-0.48: Use cp instead of mv for backing up patches.Khem Raj
* mv would not preserve symlinks but cp -a would. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-28quilt-native: Use the quilt.quiltrc from sysroot instead of /etcKhem Raj
This fix is only applied on build systems using linux Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-28xorg: add new recipes for versions from 2010-09-28Martin Jansa
* remove 3 old recipes for versions not pinned by any preferred-xorg-versions * libx11 will be pushed soon Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-28libxcb: add native and nativesdk BBCLASSEXTENDMartin Jansa
* needed for libx11-native-1.3.99.902 and newer where --witout-xcb is no longer available Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-28xcb-proto: add native and nativesdk BBCLASSEXTENDMartin Jansa
* needed for libxcb-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-28libpthread-stubs: add .inc file, INC_PR, native and nativesdk BBCLASSEXTENDMartin Jansa
* needed for libxcb-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-28initscripts-shr: drop ttySACx workarround and better ROOT_HOME detectionMartin Jansa
* ttySACx are fixed in kernels 2.6.32.23 and 2.6.34.7 and newer, fixed by kernel patch from Radek Polak * ROOT_HOME problem found and fixed by Joachim Ott Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-28qt4-tools-sdk: Add a Qt 4.7.0 version, create a .inc file for reuse.Holger Hans Peter Freyther
2010-09-28Merge branch 'holger/qt4-4.7'Holger Hans Peter Freyther
2010-09-28qt4: Bump INC_PR to force a rebuild with the mkspec changesHolger Hans Peter Freyther
2010-09-28qt-4.7.0: Remove patches that cover up errors.Holger Hans Peter Freyther
* These patches lack a proper commit message, e.g. no explanation why they need to be applied * They remove libraries that were previously prevent * They remove binaries that were previously installed * The root cause appears that the -L for the qt lib directory is evaluated too late indicating an issue with the qmake spec.
2010-09-28qt-4.7.0.inc: Unpack the qte.sh to fix the qt4-embedded do_installHolger Hans Peter Freyther
Fix the qt4-embedded_4.7.0 do_install by unpacking the qte.sh like it is done in the other recipes.
2010-09-28qt4: Package the declarative debug packages into qt4-examples-dbgHolger Hans Peter Freyther
2010-09-28qt-4.7.0.inc: Pick the linux.conf/g++.conf from the right directoryHolger Hans Peter Freyther
2010-09-28qt4-tools-native_4.7.0.bb: Use the mkspec files from qt-4.7.0Holger Hans Peter Freyther
This needs to be streamlined that every Qt 4.x mkspec file is found in this directory. At least this is a start into the right direction.
2010-09-28qt-4.7.0: Use qmake feature to link with -rpath-link.Holger Hans Peter Freyther
This is instructing qmake to use the QMAKE_LFLAGS_RPATH for the lib directory in the build tree. It should be safe to use even for software using the resulting qmake.
2010-09-28qt-4.7.0: Update the spec files for Qt 4.7Holger Hans Peter Freyther
The biggest change is the QMAKE_RPATH to QMAKE_LFLAGS_RPATH rename that broke linking for us.
2010-09-28qt-4.7.0: Fork the mkspec used in previous Qt versionsHolger Hans Peter Freyther
Some variables were renamed and we require an update.
2010-09-28ubifs-v2.6.24: avoid kernel error if ubifs superblock read failsSteffen Sledz
original commit comment from ubifs-2.6.git: .get_sb is called on mounts with automatic fs detection too, so this function should print an error if it cannot read the superblock in debug mode only (new behaviour conforms the other fs types) Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-09-27libsdl-native: Convert to new style staging, remove do_stageNoor Ahsan
* Remove do_stage () * Replace tabs with 8 spaces in do_configure * Bump INC_PR = "r3" Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27sip-native: Convert to new style staging, remove do_stage()Noor Ahsan
* Convert do_stage to do_install * Inherit recipe with python-dir for PYTHON_SITEPACKAGES_DIR variable * Replace ${STAGING_BINDIR_NATIVE} with ${D}${bindir} * Replace ${STAGING_PYDIR}/site-packages with ${D}${PYTHON_SITEPACKAGES_DIR} * Set NATIVE_INSTALL_WORKS = "1" * Bump PR from "ml0" to "ml1" Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27sip-native: Run oe-stylize.py script on the recipe and modified the the ↵Noor Ahsan
recipe accordingly * Run the oe-stylize.py script on the recipe and modified the recipe according to the output of the script. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27recode: Fix configure step.Alex Bennee
Use += instead of _append to CC/CXX otherwise configure fails Signed-off-by: Alex Bennee <ajb@cbnl.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> xxxxxxxxxxxxx
2010-09-27python-epydoc_3.0.1.bb: merged native and non-native recipesFahad Usman
* removed the python-epydoc-native_3.0.1.bb file * added DEPENDS_pn-python-epydoc-native = "python-native" and added DEPENDS_pn-python-epydoc = "python" * added BBCLASSEXTEND = "native" * added NATIVE_INSTALL_WORKS = "1" * bunped PR Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27python-pyrex_0.9.8.5.bb: merged native and non-native recipesFahad Usman
* removed the python-pyrex-native_0.9.8.5.bb file * added DEPENDS_pn-python-pyrex-native = "python-native" * added BBCLASSEXTEND = "native" * added NATIVE_INSTALL_WORKS = "1" * bunped PR Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27oe.path: added 'recurse' argument to remove()Enrico Scholz
This makes it possible to specify whether the equivalent of 'rm -rf' or only this of 'rm -f' is wanted. Due to backward compatibility it defaults to the recursive variant. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Acked-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27gnugo_3.8: Add new recipe.Yann Dirson
Cross-compiling patches included. Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27firefox_3.6.8.bb: Add mipsel support.Graham Gower
Patches taken from Gentoo and Debian. Runs almost acceptably on my 350mhz/128mb mipsel, after a lengthy startup delay. Should work for big endian mips without much more work, but I can't test. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27machine/sh7785lcr: Add new machine for Renesas SH7785 reference boardNobuhiro Iwamatsu
* Machine config for Renesas SH7785 reference board. * Add kernel config for 2.6.32 and 35. * Add tune file for sh4a. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27tzcode-native: bump version to 2010mTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-27tzdata: bump version to 2010mTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-28SHR: drop preferred version for eglibc and gccMartin Jansa
* same versions are now in sane-toolchain.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-27sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versionsKhem Raj
GCC 4.5 has been tested quite a bit and so is eglibc 2.12 in SHR and developers. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-27netbase: Add interface information for qemumips64 and qemumips64elKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-09-27run-qemu.sh: Add new target mips64 and mips64elKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27linux_2.6.35.bb: Add config for qemumips64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27eglibc-2.12: Configure for 64-bit mipsKhem Raj
* Make it to install into /lib and /usr/lib instead of /lib64 and /usr/lib64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27gcc-4.5: Add support to build for mips64Khem Raj
* Defaults to mabi=64 which means N64 is the default supported ABI * Tweak multilib directories to emit mips64 into /lib instead of /lib64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27binutils-cross.inc: Enable 64-bit bfd when configured for mips64/mips64elKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27conf/machine: Add qemumips64 machine configuration and tune file.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>