[oe] [meta-oe][PATCH 09/36] libwebp: fix wrong DEPENDS

Martin Jansa martin.jansa at gmail.com
Sat Aug 9 16:08:30 UTC 2014


* there is no such thing as packagespecific build-time DEPENDS
* RDEPENDS_${PN}-gif2web isn't needed, because it's detected
  automatically by shlibs providers code
* fixes following floating dependencies:
  WARN: libwebp: libwebp-gif2webp rdepends on giflib but it isn't a build dependency?

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb b/meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb
index a5a9169..7663b3b 100644
--- a/meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb
+++ b/meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb
@@ -12,6 +12,8 @@ SECTION = "libs"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://PATENTS;md5=7ec8a34de2073ea13ea2991006246d20"
 
+DEPENDS = "giflib"
+
 SRC_URI = "https://webp.googlecode.com/files/${BP}.tar.gz"
 SRC_URI[md5sum] = "c8dd1d26eb9566833aba269b86d97e68"
 SRC_URI[sha256sum] = "31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69"
@@ -43,4 +45,3 @@ PACKAGES =+ "${PN}-gif2webp"
 
 DESCRIPTION_${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP"
 FILES_${PN}-gif2webp = "${bindir}/gif2webp"
-DEPENDS_${PN}-gif2webp += "giflib"
-- 
2.0.4




More information about the Openembedded-devel mailing list