Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
At least one file did not unpack properly, the slugos dir has several
files in it, so modified FILESPATHPKG to first look at that dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
recipe referred to checkroot.sh, file was named checkroot
without extension, renamed the file to checkroot.sh
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This dir had only one .bb file that only contained a line to include
the .inc file. This seemed a little bit superfluous so made the
inc file the bb file
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
changed packaging, now there is only one lib package.
This is similar to what debian has.
also inlined the .inc file and removed most of it
(at it contained lots of stuff that was not needed)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|