mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
imagemagick: add fftw to DEPENDS
* it's autodetected and then later when it's not in sysroot it fails: | /bin/grep: /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | /bin/sed: can't read /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | arm-oe-linux-gnueabi-libtool: link: `/OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la' is not a valid libtool archive | make[1]: *** [wand/libMagickWand.la] Error 1 | make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/imagemagick-6.7.5-r3/ImageMagick-6.7.5-6' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f8004aa4a7
commit
72405b62f2
|
|
@ -3,9 +3,9 @@ SECTION = "console/utils"
|
|||
LICENSE = "ImageMagick"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b"
|
||||
# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
|
||||
DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
|
||||
DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
PATCHSET = "6"
|
||||
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user