mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
mime-support: add perl to RDEPENDS
most executables are perl scripts. fix | mime-support-3.48: mime-support requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b4e1e03739
commit
70e01f9889
@@ -4,6 +4,7 @@ LICENSE = "PD"
|
|||||||
LIC_FILES_CHKSUM = "file://debian/README;md5=36bbe2ace0a05c3fb684b73208fbf30b"
|
LIC_FILES_CHKSUM = "file://debian/README;md5=36bbe2ace0a05c3fb684b73208fbf30b"
|
||||||
|
|
||||||
DEPENDS = "file"
|
DEPENDS = "file"
|
||||||
|
RDEPENDS_${PN} = "perl"
|
||||||
RRECOMMENDS_${PN} = "file"
|
RRECOMMENDS_${PN} = "file"
|
||||||
|
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz"
|
SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user