Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-03-15 | Do not generate NEON code for qt-4.6.2 embedded on armv6 | Valentin Longchamp | 1 | |
http://bugreports.qt.nokia.com/browse/QTBUG-8749 Neon code is generated for armv6 processor, where it should be armv7 only. This results in illegal instructions with some of the qt4 libraries. The current solution is not optimal, I just needed a quick fix for my arch and I don't have the needed knowledge in OE to fix it cleanly, but I wanted to point this issue out. But at least other arch (armv5 and armv4) should have the same problem and receive the same fix. Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2010-03-15 | mplayer: bump PR for ffmpeg change | Koen Kooi | 1 | |
2010-03-15 | xserver-xorg-conf: provide working setup for BUG 2.0 | Marcin Juszkiewicz | 1 | |
Copied from BeagleBoard one. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2010-03-15 | bug20: initial configuration for BUG 2.0 device | Marcin Juszkiewicz | 1 | |
Currently it is at prototype phase so company internal only. Kernel recipe will not be added into OE for now. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2010-03-15 | netbase: add BUG 2.0 support | Marcin Juszkiewicz | 3 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2010-03-15 | sourcepkg: replace python with shell to avoid problems with packaged-staging | Koen Kooi | 1 | |
2010-03-15 | procps: added 3.2.8 and dropped older | Marcin Juszkiewicz | 21 | |
This version no longer complain about unknown Hz value during boot. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2010-03-15 | sourcepkg.bbclass: OE's quilt now puts patches in patches/ instead of .pc/, ↵ | Koen Kooi | 1 | |
so add that to the blacklist as well | ||||
2010-03-15 | sourcepkg.bbclass: put files in ${PN} subdir to avoid cluttering up the dir ↵ | Koen Kooi | 1 | |
and generate diff *after* configure to pick up e.g. sed magic as well | ||||
2010-03-15 | Add Freescale P2020DS Demo Board | Martyn Welch | 5 | |
This patch adds the Freescale P2020DS demo board, which is based on the p2020 SOC. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Acked-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Philip Balister <philip@balister.org> | ||||
2010-03-15 | linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic ↵ | Koen Kooi | 117 | |
'GPL' | ||||
2010-03-15 | musicbrainz: _append needs a leading space | Koen Kooi | 1 | |
2010-03-15 | git-native_1.7.0.2.bb : disable building/installing of python stuff | Graeme Gregory | 1 | |
It was zeckes opinion that we dont need the python stuff for OE useage and looking at what is installed I would agree. Disabled it otherwise we need to point it at python-native to stop it using host python. | ||||
2010-03-15 | unrar, unrar-native: Bump to version 3.9.9 | Michael Lippautz | 5 | |
* Fixes CVE name CVE-2007-0855 * Remove old recipe, because it neither used current staging, nor native extension | ||||
2010-03-15 | udns: New recipe | Michael Lippautz | 2 | |
* udns is a stub DNS resolver library for sync and async DNS queries | ||||
2010-03-15 | angstrom: move to wget 1.11.4 | Koen Kooi | 1 | |
2010-03-15 | faad2: add 2.7 | Koen Kooi | 1 | |
2010-03-15 | angstrom: our preferred tiff version was removed for some reason, move to ↵ | Koen Kooi | 1 | |
3.9.2+4.0.0beta5 | ||||
2010-03-15 | gnome-screensaver 2.28.3: fix up configure as well now | Koen Kooi | 1 | |
2010-03-15 | tiff 3.9.2: fix build breakage | Koen Kooi | 1 | |
2010-03-15 | gnome-screensaver: update to 2.28.3 | Koen Kooi | 1 | |
Fixes: CVE name CVE-2010-0414 CVE name CVE-2010-0422 | ||||
2010-03-15 | fltkspacetrader: update to version 1.2-stable | Benjamin Schieder | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-03-15 | orc: fix packaging, recipe style issues and factor into .inc | Koen Kooi | 2 | |
2010-03-15 | libusb: removed unneeded BBCLASSEXTEND="native" | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | xorg-util: used BPN in xorg-util-common | Frans Meulenbroeks | 7 | |
as per hrw's suggestion Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Conflicts: recipes/xorg-util/xorg-util-common.inc Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | libunfig: no need for native variant as no-one uses it | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | tiff: moved to 4.0.0 beta5 | Frans Meulenbroeks | 1 | |
also renamed to 3.9.2 as that is the latest version before 4.0.0 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | gettext: fixed build with autoconf | Frans Meulenbroeks | 2 | |
lifted from patch from Bernhard Reutner-Fischer on oe who found it somewhere on a mailing list Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | schroedinger: upgraded to 1.0.9 | Frans Meulenbroeks | 5 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | orc: created recipe | Frans Meulenbroeks | 3 | |
incorporated patches from debian Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | ffmpeg: updated to latest svn version, added targetos flag to configure | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | evas-native_svn: removed old_stage code | Frans Meulenbroeks | 1 | |
this code was called by no-one | ||||
2010-03-15 | mythtv: updated SRCREV | Frans Meulenbroeks | 3 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-03-15 | spectrum-fw: added checksums | Marcin Juszkiewicz | 1 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2010-03-15 | src_distribute_local: fix quoting | Marcin Juszkiewicz | 1 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2010-03-15 | spectrum-fw: Use the standard fetcher process (from Poky) | Richard Purdie | 2 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2010-03-15 | base.bbclass: fix quoting for md5/sha256 checksums checking | Marcin Juszkiewicz | 1 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2010-03-15 | base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual ↵ | Richard Purdie | 2 | |
URLs (from Poky) | ||||
2010-03-15 | gzip: Upgrade to 1.3.13 to address multiple issues | Holger Hans Peter Freyther | 4 | |
CVE-2006-4334, CVE-2006-4335, CVE-2006-4336, CVE-2006-4337, CVE-2006-4338 | ||||
2010-03-15 | libwmf: Apply two patches from Fedora to address known issues | Holger Hans Peter Freyther | 4 | |
CVE-2006-3376, CVE-2009-1364 | ||||
2010-03-15 | lsh: Upgrade to the latest version to address two CVEs | Holger Hans Peter Freyther | 2 | |
CVE-2003-0826, CVE-2005-0814 | ||||
2010-03-15 | liboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS | Holger Hans Peter Freyther | 1 | |
The configure script searched for tcl in /usr/include/tcl$tclVersion which triggered the configure qa check. The best thing to do seems to disable these features and avoid patching the configure.ac. | ||||
2010-03-15 | libmusicbrainz: Include header to fix build with g++ 4.4. | Paul Menzel | 2 | |
Patch taken from [1] and adapted. [1] http://bugs.musicbrainz.org/ticket/4301 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org> | ||||
2010-03-14 | tslib: add configuration for htc-msm7 devices | Michael 'Mickey' Lauer | 3 | |
2010-03-14 | pointercal: add data for htc-msm7 devices | Michael 'Mickey' Lauer | 2 | |
2010-03-14 | ecore: add patch that fixes the ecore-fb touchscreen initialization | Michael 'Mickey' Lauer | 3 | |
With this patch, we have a working touchscreen in framebuffer mode again | ||||
2010-03-14 | elementary: packaging updates | Michael 'Mickey' Lauer | 1 | |
2010-03-14 | sane-srcrev-fso.inc: bump rev of libframeworkd-glib | Klaus Kurzmann | 1 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2010-03-14 | linux-leviathan: remove bogus ' characters that disturb mkbootimg | Michael 'Mickey' Lauer | 1 | |