mime-support: add perl to RDEPENDS
authorAndreas Müller <schnitzeltony@googlemail.com>
Fri, 10 Oct 2014 08:39:07 +0000 (10:39 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:42:58 +0000 (08:42 -0800)
most executables are perl scripts.

fix
| mime-support-3.48: mime-support requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps]

(From meta-openembedded rev: 70e01f98892d223e654f5f5f8c4c9e4ef48cd670)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/mime-support/mime-support_3.48.bb

index a4628c1..7f8b40a 100644 (file)
@@ -4,6 +4,7 @@ LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://debian/README;md5=36bbe2ace0a05c3fb684b73208fbf30b"
 
 DEPENDS = "file"
+RDEPENDS_${PN} = "perl"
 RRECOMMENDS_${PN} = "file"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz"