| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* giflib says it's API and ABI compatible with libungif
which was in wide use while the LZW compression algorithm was
patented.
* the selection between giflib and libungif wasn't ever determinictic
because of conflicts in sysroot
* resolves couple of undeterministic dependencies and:
WARNING: The recipe giflib is trying to install files into a shared area
when those files already exist. Those files and their manifest location
are:
sysroots/qemuarm/usr/include/gif_lib.h
Matched in manifest-qemuarm-libungif.populate_sysroot
Please verify which package should provide the above files.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
The x11 dependencies are now deterministic instead of enabling based on
DISTRO_FEATURES without changing DEPENDS.
Disable motif by default as well, since *fb*ida is supposed to be
framebuffer only by default.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
|
There are now 3 packageconfig variables: gif, png, tiff.
Changes:
- rename recipe to _git (match SRCREV)
- fix missing $ for STAGING_INCDIR (jpeg version detection)
- add DESCRIPTION
- no more QA warnings
Use this to reveal:
sed -i -e '/^verbose/s/no/yes/' ${S}/mk/Autoconf.mk
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|