[oe-commits] Martin Jansa : gd: add dependency on libvpx

git at git.openembedded.org git at git.openembedded.org
Sun Aug 10 14:02:19 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 0ef8121c78798a5e3d40628fb269c29c1854f972
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0ef8121c78798a5e3d40628fb269c29c1854f972

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 10 15:02:10 2014 +0200

gd: add dependency on libvpx

* fixes floating dependency:
  gd-2.1.0: gd rdepends on libvpx but it isn't a build dependency? [build-deps]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/gd/gd_2.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 4bc9867..f03b9b0 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/"
 SECTION = "libs"
 LICENSE = "GD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669"
-DEPENDS = "freetype libpng jpeg zlib tiff"
+DEPENDS = "freetype libpng jpeg zlib tiff libvpx"
 
 SRC_URI = "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${PV}.tar.bz2 \
            file://fix-the-subdir-objects-error.patch \



More information about the Openembedded-commits mailing list