[Work-around] Update recipe for ImageMagick to avoid bitbake error 23/16223/4
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Wed, 22 Aug 2018 04:08:59 +0000 (04:08 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 23 Aug 2018 12:07:25 +0000 (12:07 +0000)
commit6da5cf9ad4871fde608b2454d0119350d0f52a0d
tree48e6cabbf11b431fe198d56ee52f98aecd36a864
parent16d03b87304e2bcb01d97a560caf80ecd1d5afda
[Work-around] Update recipe for ImageMagick to avoid bitbake error

At www.imagemagick.org/download, tarball archives of old patchsets are deleted
when a new patchset is created. This causes error when do_fetch().

Offical source repository is in github, so SRC_URI can be set to pull from there.
Unfortunately, github repository has tags only after 6.9.5-4.
Therefore, updated to the latest stable, 6.9.10-10.

For meta-agl/meta-agl-demo, ImageMagick is not mandatory component,
but optee inside Renesas BSP requires it (and python-wand).

Upstream optee already remove these dependency, so this is
just work-around until meta-renesas-rcar-gen3 will be updated.

Change-Id: I1767e2d7588a35d75009843312c484d3d63553ae
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
meta-agl-bsp/meta-rcar-gen3/recipes-support/imagemagick/imagemagick_6.9.10.bb [moved from meta-agl-bsp/meta-rcar-gen3/recipes-support/imagemagick/imagemagick_6.9.2.bb with 91% similarity]