[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: mime-support: add perl to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Oct 15 07:37:57 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 9b348f267f50a5d14aea7b4c9328c227be150388
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9b348f267f50a5d14aea7b4c9328c227be150388

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Fri Oct 10 10:39:07 2014 +0200

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 at googlemail.com>

---

 meta-oe/recipes-support/mime-support/mime-support_3.48.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.48.bb b/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
index a4628c1..7f8b40a 100644
--- a/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
+++ b/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
@@ -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"



More information about the Openembedded-commits mailing list