mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 18:55:41 +00:00
libwebp: fix wrong DEPENDS
* 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@gmail.com>
This commit is contained in:
parent
750e948236
commit
36d29b40a0
@ -12,6 +12,8 @@ SECTION = "libs"
|
|||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
LIC_FILES_CHKSUM = "file://PATENTS;md5=7ec8a34de2073ea13ea2991006246d20"
|
LIC_FILES_CHKSUM = "file://PATENTS;md5=7ec8a34de2073ea13ea2991006246d20"
|
||||||
|
|
||||||
|
DEPENDS = "giflib"
|
||||||
|
|
||||||
SRC_URI = "https://webp.googlecode.com/files/${BP}.tar.gz"
|
SRC_URI = "https://webp.googlecode.com/files/${BP}.tar.gz"
|
||||||
SRC_URI[md5sum] = "c8dd1d26eb9566833aba269b86d97e68"
|
SRC_URI[md5sum] = "c8dd1d26eb9566833aba269b86d97e68"
|
||||||
SRC_URI[sha256sum] = "31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69"
|
SRC_URI[sha256sum] = "31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69"
|
||||||
@ -43,4 +45,3 @@ PACKAGES =+ "${PN}-gif2webp"
|
|||||||
|
|
||||||
DESCRIPTION_${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP"
|
DESCRIPTION_${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP"
|
||||||
FILES_${PN}-gif2webp = "${bindir}/gif2webp"
|
FILES_${PN}-gif2webp = "${bindir}/gif2webp"
|
||||||
DEPENDS_${PN}-gif2webp += "giflib"
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user