gd: add dependency on tiff
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 9 Aug 2014 15:03:49 +0000 (17:03 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:23 +0000 (08:41 -0800)
* fixes floating dependency:
  gd/gd/latest lost dependency on  liblzma tiff

(From meta-openembedded rev: fb87fda2643561fd908f7dc68f339bbe5bcb47a1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/gd/gd_2.1.0.bb

index ec2a09d..4bc9867 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://libgd.bitbucket.org/"
 SECTION = "libs"
 LICENSE = "GD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669"
-DEPENDS = "freetype libpng jpeg zlib"
+DEPENDS = "freetype libpng jpeg zlib tiff"
 
 SRC_URI = "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${PV}.tar.bz2 \
            file://fix-the-subdir-objects-error.patch \