All of lore.kernel.org
 help / color / mirror / Atom feed
From: <mingli.yu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 1/4] groff: add file-homedir-perl to RDEPENDS
Date: Fri, 26 Aug 2016 10:25:46 +0800	[thread overview]
Message-ID: <1472178349-32199-2-git-send-email-mingli.yu@windriver.com> (raw)
In-Reply-To: <1472178349-32199-1-git-send-email-mingli.yu@windriver.com>

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add file-homedir-perl to RDEPENDS for groff
  as glilypond provided by groff depends on
  File/HomeDir.pm provided by file-homedir-perl,
  otherwise comes below error

  root@super_micro-1:~# glilypond -h
  Can't locate File/HomeDir.pm in @INC (you may need to
  install the File::HomeDir module) (@INC contains: /etc/perl
  /usr/lib64/perl/site_perl/5.22.1/ /usr/lib64/perl/site_perl/5.22.1
  /usr/lib64/perl/vendor_perl/5.22.1/
  /usr/lib64/perl/vendor_perl/5.22.1 /usr/lib64/perl/5.22.1/
  /usr/lib64/perl/5.22.1 /usr/local/lib/site_perl
  /usr/lib64/perl/5.22.1 .) at /usr/bin/glilypond line 79.
  BEGIN failed--compilation aborted at /usr/bin/glilypond line 79.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 meta/recipes-extended/groff/groff_1.22.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb
index af5acbe..7ea028f 100644
--- a/meta/recipes-extended/groff/groff_1.22.3.bb
+++ b/meta/recipes-extended/groff/groff_1.22.3.bb
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6
 
 DEPENDS = "groff-native"
 DEPENDS_class-native = ""
-RDEPENDS_${PN} += "perl sed"
+RDEPENDS_${PN} += "perl sed file-homedir-perl"
 
 inherit autotools texinfo
 
-- 
2.8.1



  reply	other threads:[~2016-08-26  2:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-26  2:25 [PATCH 0/4] groff: add file-homedir-perl to RDEPENDS mingli.yu
2016-08-26  2:25 ` mingli.yu [this message]
2016-08-26  2:25 ` [PATCH 2/4] file-homedir-perl: add new recipe mingli.yu
2016-08-26  2:25 ` [PATCH 3/4] file-which-perl: " mingli.yu
2016-08-26  2:25 ` [PATCH 4/4] extutils-makemaker-perl: " mingli.yu
2016-08-26  8:55 ` [PATCH 0/4] groff: add file-homedir-perl to RDEPENDS Burton, Ross
2016-08-26  9:28   ` Yu, Mingli
2016-09-02  1:54     ` Yu, Mingli
2016-09-02 11:41       ` Richard Purdie
2016-09-05  1:50         ` Yu, Mingli

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=1472178349-32199-2-git-send-email-mingli.yu@windriver.com \
    --to=mingli.yu@windriver.com \
    --cc=openembedded-core@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.