Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
|
|
* x-load is needed since e2b9225af36b2979b255634f79ceecea482601a7
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Acked-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
|
|
* forward port the overlapped blit patches
* add NEON optimization for 16bpp
* fix fast path flags for PAD
|
|
caught by angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/2cca591bdb5110fe2bd0f090092645d02c6b8e1a
|
|
caught by angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/bfa0eab7743be68515c730d86fd6cb9b30eb5ef2
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
consumption in suspend
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Move the git recipe to tip of git.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* original patch causes termination of grub with floating point exception,
when operating upon ext2 partitions
* the bug description came from:
http://bugs.gentoo.org/show_bug.cgi?id=220687
* fixed patch was done by RB <aoz.syn@gmail.com>
Signed-off-by: Michal Minar <i@minami.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
This is now an old release. Much better to use git version instead,
as the release tarballs get moved once a new release occurs.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Recipes are broken for all architectures except one (probably arm)
because the files in the SRC_URI depend on TARGET_ARCH and the md5/sha256
are presumably valid only for one of these.
Anyone wanting perforce should submit new recipes for new perforce versions.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
The sha256 code is GPLv3 licensed. This was not obvious and the license clause
in opkg recipes was not updated when the sha256 code was added.
All other files in opkg remain licensed GPLv2 (or later).
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
It does not work perfectly (complains about possible problems in the tcl
package), and buttons are huge, but it allows to browse history.
git-gui OTOH does not start at all, it only complains that tk is not
correctly installed, so it is commented out.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
packages.
This trims the main package by ~75%, and split of all perl scripts allows
to spare the installation of perl, which is no small bargain either.
Note that git-remote-http triggers a strange bug (OE#5465), so it is not
split out for now.
Also drop cpio dependency, which has been unneeded since a number of git
revisions.
Tested rapidly on shr/testing: seen no problem doing clone/commit/amend/reset/
revert/log/status/diff/rebase -i/conflict resolution.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Add groff-native with BBCLASSEXTEND
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Update to 1.2.8
Add corosync-docs.patch to fix html doc compilation
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Remove EXCLUDE_FROM_WORLD
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
into gcc
* Generate static version of these libraries
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
|
|
* gst-plugins-farsight uses all 6gb of my memory in do_configure.
Its 4 years old and has been obsoleted upstream.
http://farsight.freedesktop.org/releases/obsolete/gst-plugins-farsight/OBSOLETE
* farsight has moved on to version 2, of which there is an in tree recipe.
* tapioca depends on the obsolete versions and development stalled years ago.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
|
|
55b3912f14b1919bf2cd330e48546f11c179794f
|
|
* base.bbclass can set a package's PACKAGE_ARCH to MACHINE_ARCH if
it finds file:// in the SRC_URI and the corresponding file is machine
specific (recipes/foo/foo-1.0/<some machine>/)
* but is_machine_specific actually fails to detect these files as
urldata.path is used instead of urldata.localpath thus preventing the
comparison of the file's path with machinepaths
* tested with bitbake HEAD & 1.8.18, with OE's tree alone and OE's tree
plus an overlay.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Chris Larson <clarson@kergoth.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
* bugfix release, considered as safe upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Very old, not pinned, has known bugs and security issues.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* fixes CVE-2010-0405
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
removing config/libpython2.6.a and distutils/command/win*
as suggested by cdricjulien.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
the patch is quite large because packages seems to have been reordered
in the generator but excepting python-dev everything is still present.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* python-dev: pulls several dev packages leading to a >256MB image instead
of a 60MB image without this packages
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* qt4e.bbclass did add a dependency on qt4-embedded for recipes
providing qt4-embedded. This breaks building of qt4-embedded-gles
in 2 ways:
1. PREFERRED_PROVIDER_qt4-embedded = qt4-embedded-gles
adds a circular dependency.
2. bitbake qt4-embedded-gles
first builds and installs qt4-embedded to sysroots/ and then
fails to link the qt4-embedded-gles build against the libs in
sysroots which don't provide the gl specific symbols
* The fix avoids adding the dependency for package names _beginning_
with 'qt4-embedded' (as it is done in the x11 version).
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
apple-csu overwrites the C startup files and nothing works after that
we can not select them with normal linux toolchain being staged and
used
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Wesnoth is a strategy game and features more than one type of GUI,
each GUI type(normal,smallGUI,tinyGUI) has some minimum resolution constraint.
If the minimum resolution is not met, the game abort due to some asertions
in the code.
Unlike the choice between normal and smallGUI that can be made at runtime,
choosing,or not the --smallgui comand line option, the tinyGUI choice must
be defined at compile time(configure option),because it scales the graphics.
On devices like the nokia900, which have a 800x480 resolution,
the tinyGUI is not necessary anymore, and it's better to disable it because
the tinyGUI has some scalling issues among other GUI related issues.
(vilagges can only be distinguished as a flag)
The wvga version is like the Desktop version of wesnoth,if someone wants
to play it on a wvga screen he has to run wesnoth --smallgui.
Note that wesnothd was renamed to wesnoth-server(conversation from #oe on freenode):
<GNUtoo|laptop> I've locally made wesnoth into an inc and made wesnoth-wvga and wesnoth
<GNUtoo|laptop> the issue is wesnothd
<GNUtoo|laptop> I rename it to ${PN}-server
<GNUtoo|laptop> ?
<GNUtoo|laptop> what about the upgrade path
* dth_ntb (~dth@a89-183-26-221.net-htp.de) has joined #oe
<woglinde> sure why not
<woglinde> you are the only active user so far
<woglinde> so go on
|
|
If we don't depend on libmikmod, and that we enable sound and/or music
supertux exits with an error message and doesn't start:
root@nokia900 ~ # supertux
Datadir: /usr/bin/../share/supertux
Warning: No joysticks are available.
Error: Couldn't load musicfile
/usr/bin/../share/supertux/music/SALCON.MOD
Aborted
PR was also bumped
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
|
|
didn't bump PR yesterday when fixing SRC_URI but on hindsight
it can be convenient in some cases (especially if you have a
failed build around) so here's the bump.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|