All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 5/7] edac-utils: add runtime dependency on perl
Date: Fri, 16 Aug 2019 10:39:56 +0000	[thread overview]
Message-ID: <20190816103958.2701581-5-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <20190816103958.2701581-1-Martin.Jansa@gmail.com>

* fixes:
  ERROR: QA Issue: /usr/sbin/edac-ctl contained in package edac-utils requires /usr/bin/perl, but no providers found in RDEPENDS_edac-utils? [file-rdeps]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
index 2c0914d30a..09e7384882 100644
--- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
+++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
@@ -31,7 +31,11 @@ RDEPENDS_${PN}_aarch64 = "dmidecode"
 RDEPENDS_${PN}_powerpc = "dmidecode"
 RDEPENDS_${PN}_powerpc64 = "dmidecode"
 RDEPENDS_${PN}_append = " \
-    perl-module-file-basename perl-module-file-find perl-module-getopt-long perl-module-posix \
+    perl \
+    perl-module-file-basename \
+    perl-module-file-find \
+    perl-module-getopt-long \
+    perl-module-posix \
     perl-module-overload \
     perl-module-overloading \
     perl-module-file-glob \
-- 
2.17.1



  parent reply	other threads:[~2019-08-16 10:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16 10:39 [meta-oe][PATCH 1/7] freeradius: add runtime dependency on perl Martin Jansa
2019-08-16 10:39 ` [meta-oe][PATCH 2/7] scsirastools: add runtime dependency on bash Martin Jansa
2019-08-16 10:39 ` [meta-oe][PATCH 3/7] libcec: add runtime dependency on python3-core Martin Jansa
2019-08-16 10:39 ` [meta-oe][PATCH 4/7] dnf-plugin-tui: add runtime dependency on bash Martin Jansa
2019-08-16 10:39 ` Martin Jansa [this message]
2019-08-16 10:39 ` [meta-oe][PATCH 6/7] lmsensors: " Martin Jansa
2019-08-16 10:39 ` [meta-oe][PATCH 7/7] libdbi-perl: add runtime dependency on perl Martin Jansa
2019-08-16 23:37   ` Khem Raj
2019-08-16 14:36 ` [meta-oe][PATCH 1/7] freeradius: " Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190816103958.2701581-5-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.