summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-09-01make_3.82.bb: Add new recipe.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com>
2010-08-31Revert "gtk+: remove old versions"Frans Meulenbroeks20
This reverts commit 96503f06a6f1f0b7f9df44d97af90252717d8897. As requested by Florian and Leon because the footprint of these versions is smaller than the newer ones. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-31base.bbclass: fix bug with absolute file:// urisChris Larson1
The code which used host/path from the url to construct the destination of the copy was using os.path.join. os.path.join treats a "/" in an element as an indication to drop all previous elements, so the full path resulted in a destination exactly the same as the source, resulting in a no-op unpack. Fixed by using oe.path.join instead. The previous fix missed two instances of os.path.join -- there's code duplication in oe_unpack_file, really need to resurrect my do_unpack cleanup branch. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-31Revert "base.bbclass: fix bug with absolute file:// uris"Chris Larson1
Drop this for now, as it breaks other things. Of course, without this, you once again can no longer have absolute file:// paths the way we used to be able to. Will look into it further. This reverts commit 599b03fe999d41114d124ce663b6c59fa57256d8.
2010-08-31various syslogs: keep syslog running as long as possible on shutdownSteffen Sledz3
Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Graeme Gregory <dp@xora.org.uk>
2010-08-31qmake2: use the new qt4-tools instead of the unmaintained uicmoc recipesKoen Kooi1
2010-08-31vala-dbus-binding-tool: catch up with vala 0.9.6.1Michael 'Mickey' Lauer1
2010-08-31abiword: add 2.8.6Koen Kooi1
2010-08-30base.bbclass: fix bug with absolute file:// urisChris Larson1
The code which used host/path from the url to construct the destination of the copy was using os.path.join. os.path.join treats a "/" in an element as an indication to drop all previous elements, so the full path resulted in a destination exactly the same as the source, resulting in a no-op unpack. Fixed by using oe.path.join instead. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-30matrix-tui: fix DEPENDS and use system LDFLAGSDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-30efikamx.conf: Define entry point and load adress for kernel.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-30MAINTAINERS: updated my maintainershipSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-08-30hawkboard, da850-omapl138-evm: change UBI parameters after kernel patchKoen Kooi2
* sub-page size needs some looking at
2010-08-30angstrom: Add (hack) recipe to enable autologin (timed) for gdmRoger Monk1
* Append autologin to default custom.conf * Longer term need better replacement/conf mechanism Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-30linux-davinci: Add SATA configuration patches for da850-omapl138/hawkboardRoger Monk4
* Fix small typo * Tune Clock/Data Recovery Configuration * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-30linux-davinci: Add patches to disable NAND SUBPAGE on ↵Roger Monk5
da850-omapl138-evm/hawkboard * NAND SUBPAGE seen to give problems with UBIFS * Workaround identified by Caglar * Applied configuration locally here to board files * Add Initial UBI settings to da850-omapl138 machine * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-30da850-omapl138-evm: Add multiconfig for UI card with NAND enabled (requires ↵Roger Monk1
disable MMC) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-30angstrom-codec-engine-* : Add Preferred DMAI versionsRoger Monk2
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-29ksymoops: Updated to version 2.4.11, fixed for current libbfd, adjusted ↵Stanislav Brabec2
/proc/kallsyms.
2010-08-29crda: Skip verification of regulatory.bin of the build host.Stanislav Brabec1
2010-08-29udev: udev-compat-wrapper-patch: Use KERNELMICROVER evaluation that does not ↵Stanislav Brabec4
fail on rc and four-part versions.
2010-08-30psplash: Add configuration for smartqv7Florian Boor2
2010-08-30tslib: Configuration for smartqv7Florian Boor3
2010-08-30xserver-common: Add new release with several bugfixes and merged patches ↵Florian Boor1
from OE. tested with Angstrom 2008.1
2010-08-30linux: 2.6.28 patch and workarounds for smartqv7.Florian Boor3
2010-08-30smartqv7.conf: Device description for Smartdevices V7Florian Boor1
2010-08-29ncurses: bumped PREnrico Scholz1
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-29ncurses: fixed widec builds for native targetsEnrico Scholz1
-D_GNU_SOURCE was not propagated when building native helper tools and must be added to CPPFLAGS hence. By fixing this, widec build can be enabled for native and sdk. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-29ncurses: set some configure cache variablesEnrico Scholz2
Corresponding tests returned either wrong results or were generally broken. Test for GPM was not prepared for crosscompiling and GPM support has been disabled hence. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-29ncurses: set --with-ticlib for widec libs tooEnrico Scholz1
It was used for narrow lib and there are no reasons why it should not be set for widec tool. Noticed by Eric Benard. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-29ncurses: made -tools depend on base packageEnrico Scholz1
There is a symlink in -tools to a file in the base package. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-29ncurses: preserve default PACKAGES list by using +=, not =Enrico Scholz1
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-29ncurses: splitted common terminal definitions in own package and depend on itEnrico Scholz1
Moved /etc/terminfo from base 'ncurses' packages into -terminfo-base. Recommend this package in -libtinfo and suggest the large -terminfo package. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-29ncurses: use ${PN} instead of hardcoded 'ncurses' in package namesEnrico Scholz1
Thanks to Eric Benard for noticing this. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-29galculator: add link galculator_48x48.png, otherwise it segfaultsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-29openssl: move cnf file to -misc making different libcrypto versions parallel ↵Koen Kooi1
installable
2010-08-29task-shr-feed: add galculatorMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-29galculator: add version 1.3.4Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-29task-shr-feed: add gnuplotMartin Jansa1
2010-08-29vala: add 0.9.6.1Michael 'Mickey' Lauer1
NOTE: Unfortunately upstream decided to change the PC version, so this and later versions claim to be vala-0.10 instead of vala-1.0. Please adjust your configure.ac, if necessary. To ease the transition, we install vala-1.0.pc as well in the meantime.
2010-08-28xserver-xorg_1.9.0: fix randr support for input calibrationPetr Vanek2
This fix corrects the previous version of this patch and ensures that X output and input stay correctly together after xrandr -o is used. Petr Vanous Vanek Signed-off-by: Petr Vanek <vanous@penguin.cz> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-28omhacks: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-28omap3-pandora.conf/u-boot-omap3pandora_git.bb: Use ↵Khem Raj2
PREFERRED_PROVIDER_virtual/bootloader to select u-boot recipe to use. * Dont PROVIDES u-boot but let user decide it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-28gdb_7.1.bb: Add support to build gdb for SH4 natively.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-28atrack: SRCREV bump to r128, adds aprs symbols, fix missing TODO filePetr Vanek1
Bump Atrack to the latest revision. Adds APRS symbols and some bugfixes. Petr Vanous Vanek Signed-off-by: Petr Vanek <vanous@penguin.cz> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-28python-cheetah: Add native support.Philip Balister1
2010-08-28omnewrotate: SRCREV bump to r67 for 2.6.32 kernel pathsPetr Vanek1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-28dspgw-utils_3.3.1.bb: Remove do_stage and patch=1Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-28libexif: removed insecure versionsFrans Meulenbroeks4
versions 0.6.16 and earlier have several security advisories on them and no one pinned these, also some still had legacy staging so put these to rest Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-28libexif: moved to latest version (0.6.19)Frans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>