diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 17:03:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:23 +0200 |
commit | fb87fda2643561fd908f7dc68f339bbe5bcb47a1 (patch) | |
tree | a93395718b7504d036c237541f1b20c8ca6a6635 /meta-oe | |
parent | c04257fcbf2f1efd9224dbc0b94433dfa931dbca (diff) | |
download | meta-openembedded-fb87fda2643561fd908f7dc68f339bbe5bcb47a1.tar.gz |
gd: add dependency on tiff
* fixes floating dependency:
gd/gd/latest lost dependency on liblzma tiff
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-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 \ |