[oe-commits] Koen Kooi : gimp 2.8.10: add bzip dependency

git at git.openembedded.org git at git.openembedded.org
Sun Aug 10 14:06:51 UTC 2014


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Aug  2 10:08:23 2014 +0200

gimp 2.8.10: add bzip dependency

WARNING: QA Issue: gimp rdepends on libbz2 but its not a build
dependency? [build-deps]

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
index 77bc6bd..a893dc2 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
@@ -4,7 +4,7 @@ SECTION = "x11/graphics"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper"
+DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper bzip2"
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
 
 inherit gnome



More information about the Openembedded-commits mailing list