mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
giflib: RDEPENDS on perl
The giflib utility "gifburst" is a Perl-script, so make sure Perl is a run-time dependency for the giflib-utils package. This will silence file-rdeps QA issue. Signed-off-by: Magnus Olsson <magnus@minimum.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d05dede558
commit
0d38b67207
@@ -16,5 +16,7 @@ FILES_${PN}-utils = "${bindir}"
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-utils = "perl"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f"
|
SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f"
|
||||||
SRC_URI[sha256sum] = "e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed"
|
SRC_URI[sha256sum] = "e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed"
|
||||||
|
|||||||
Reference in New Issue
Block a user