All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amy Fong <amy.fong@windriver.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] nasm: nasm has a build dependency on groff-native
Date: Wed, 18 Jul 2012 13:39:22 -0400	[thread overview]
Message-ID: <20120718173922.GA20427@windriver.com> (raw)

nasm has a build dependency on groff-native
    
In one incident, there was a case where nasm-native compile phase failed
with the following:
    
      +troff: can't find `DESC' file
      +troff: fatal error: sorry, I can't continue
    
During this, groff-native was in the sysroot install phase.
To remedy this, adding groff-native in nasm's dependency list.
    
Signed-off-by: Amy Fong <amy.fong@windriver.com>
---
 nasm_2.07.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/nasm/nasm_2.07.bb b/meta/recipes-devtools/nasm/nasm_2.07.bb
index fc2d531..d3e3f5b 100644
--- a/meta/recipes-devtools/nasm/nasm_2.07.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.07.bb
@@ -27,3 +27,5 @@ do_install() {
 }
 
 BBCLASSEXTEND = "native"
+
+DEPENDS = "groff-native"



             reply	other threads:[~2012-07-18 17:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-18 17:39 Amy Fong [this message]
2012-07-18 21:23 ` [PATCH] nasm: nasm has a build dependency on groff-native Richard Purdie

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=20120718173922.GA20427@windriver.com \
    --to=amy.fong@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.