Age | Commit message (Collapse) | Author | Files |
|
* there is --with-xalan2-serializer-jar=${STAGING_DATADIR_JAVA}/serializer.jar
in openjdk configure, but serializer was installed only to target
sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
-native stuff)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
MuPDF is a slim and fast PDF viewer/toolkit.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
jbig2dec is a decoder implementation of the JBIG2 image compression
format. JBIG2 is designed for lossy or lossless encoding of monochrome
images at moderately high resolution, in particular scanned paper documents.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
The OpenJPEG library is an open-source JPEG 2000 codec written
in C language.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* bug fixes, considered as safe upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
* bug fixes mostly, considered as safe upgrade for 0.96.x line
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Latest bitbake uses a set for __depends, rather than a list, so handle that
when we add the nonexistent files.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
If nano is available and EDITOR isn't otherwise set, then use it.
Advanced users who would prefer vi will know how to set EDITOR anyway.
I can clearly see myself being frustrated typing 'export EDITOR=vi'
every time I start a BeagleBoard test ramdisk image, but better me have
that than to try to explain to someone fresh how to use vi.
Updated with feedback from Gary Thomas to avoid overwriting anyone
else's preference.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
bison-native now depends on flex-native, so we should be good there.
The error that would show up without bison:
checking for bison... no
checking for byacc... no
checking for yacc... no
configure: error: yacc is not usable as yacc - consider using bison
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Added startup.wav (missed it the first time). Corrected the MD5SUM.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Have /etc/filesystems try and mount ext4 then ext3 then ext2
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
* avoid conflicts with -static suffix
* rename packages
* bump INC.PR
|
|
|
|
|
|
* avoid conflicts with -static suffix
* update package names
* bump PR
|
|
* avoid conflicts with -static suffix
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
the regular package with the sgmlspl binary was not generated
so the binary was not staged. This fixes that
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Remove do_stage() from the recipe. The cpan_do_install () replaces the do_stage () of the recipe.
* Bump PR to "r1"
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
triggered by the work of Fahad Usman
tested by building gnome/gvfs which depends on gawk-native
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Replace do_stage() with do_install from the recipe and replace all occurrences of ${STAGING_BINDIR} with ${D}{bindir}.
* Add NATIVE_INSTALL_WORKS = "1"
* Bump PR to "r1"
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
|
|
* Run oe-stylize.py script on recipe and modified the recipe according to the output of oe-stylize.py.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
|
|
* Remove do_stage() function from the recipe. do_install function of autotools.bbclass replaces the do-stage function of the recipe.
* Bump PR to "r2"
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
|
|
* configure script was giving error "Cannot find required program bison." and "Cannot find required program flex.". So added bison-native and flex-native to DEPENDS list.
* Bump PR to "r1".
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
|
|
in order to compensate for the revert in aa6d8dab70bac0b0079f4ab217d549f7830ef008
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This reverts commit 0f9da77ecee5318dfae05ef2d00139036447eea7.
inherit cmake already adds a depends on cmake-native
so as discussed on the OE mailing list reverting the change
next patch will bump PR to avoid that it is lowered by the revert
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
to compensate for the revert in commit c12662b6143f3c755f9fb6f6604c31e2bf3ed973
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This reverts commit 1409e393ee38fa5dbfc2c99eb5fec4da07183bc9.
inherit cmake already adds a depends on cmake-native
so as discussed on the OE mailing list reverting the change
next patch will bump PR to avoid that it is lowered by the revert
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
removed
FILESPATHPKG =. "barebox-git:"
This is the default so it is not needed.
Apart from that no dir barebox-git (or any other files dir) exists
(which is odd as there is a file:// line)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
to edje in 47344
* http://trac.enlightenment.org/e/changeset/47344
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|