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