diff options
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.1.0.bb b/meta-oe/recipes-support/gd/gd_2.1.0.bb index ec2a09de4..4bc9867c9 100644 --- a/meta-oe/recipes-support/gd/gd_2.1.0.bb +++ b/meta-oe/recipes-support/gd/gd_2.1.0.bb | |||
@@ -10,7 +10,7 @@ HOMEPAGE = "http://libgd.bitbucket.org/" | |||
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "GD" | 11 | LICENSE = "GD" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669" |
13 | DEPENDS = "freetype libpng jpeg zlib" | 13 | DEPENDS = "freetype libpng jpeg zlib tiff" |
14 | 14 | ||
15 | SRC_URI = "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${PV}.tar.bz2 \ | 15 | SRC_URI = "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${PV}.tar.bz2 \ |
16 | file://fix-the-subdir-objects-error.patch \ | 16 | file://fix-the-subdir-objects-error.patch \ |