summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb3
1 files changed, 2 insertions, 1 deletions
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 a5a91697b..7663b3b0b 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"
12LICENSE = "BSD" 12LICENSE = "BSD"
13LIC_FILES_CHKSUM = "file://PATENTS;md5=7ec8a34de2073ea13ea2991006246d20" 13LIC_FILES_CHKSUM = "file://PATENTS;md5=7ec8a34de2073ea13ea2991006246d20"
14 14
15DEPENDS = "giflib"
16
15SRC_URI = "https://webp.googlecode.com/files/${BP}.tar.gz" 17SRC_URI = "https://webp.googlecode.com/files/${BP}.tar.gz"
16SRC_URI[md5sum] = "c8dd1d26eb9566833aba269b86d97e68" 18SRC_URI[md5sum] = "c8dd1d26eb9566833aba269b86d97e68"
17SRC_URI[sha256sum] = "31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69" 19SRC_URI[sha256sum] = "31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69"
@@ -43,4 +45,3 @@ PACKAGES =+ "${PN}-gif2webp"
43 45
44DESCRIPTION_${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP" 46DESCRIPTION_${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP"
45FILES_${PN}-gif2webp = "${bindir}/gif2webp" 47FILES_${PN}-gif2webp = "${bindir}/gif2webp"
46DEPENDS_${PN}-gif2webp += "giflib"