diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-09-18 02:47:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-26 08:29:12 +0200 |
commit | dfcb67af35936a351789044039a55e3fad299c1a (patch) | |
tree | cde93f0c4d66132e6d1a8f82e0cb0aaefc74ddfa /meta-oe | |
parent | 395cb2d90b0c6341f8884e436dafdc91b210e442 (diff) | |
download | meta-openembedded-dfcb67af35936a351789044039a55e3fad299c1a.tar.gz |
imagemagick: depend on fftw not virtual/fftw
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb index adfcf55d3..74fe369e9 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | |||
@@ -3,7 +3,7 @@ SECTION = "console/utils" | |||
3 | LICENSE = "ImageMagick" | 3 | LICENSE = "ImageMagick" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22d47a47bf252ca3ed7f71273b53612e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22d47a47bf252ca3ed7f71273b53612e" |
5 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. | 5 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. |
6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype" | 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype" |
7 | 7 | ||
8 | # Important note: tarballs for all patchsets within a version are deleted when | 8 | # Important note: tarballs for all patchsets within a version are deleted when |
9 | # a new pachset is created. To avoid multiple patches for each patchset, try to | 9 | # a new pachset is created. To avoid multiple patches for each patchset, try to |