[oe-commits] Amy Fong : nasm: nasm has a build dependency on groff-native

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 21:25:38 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: cd108a55ea58501e91923f348edca9ba736933c7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cd108a55ea58501e91923f348edca9ba736933c7

Author: Amy Fong <amy.fong at windriver.com>
Date:   Wed Jul 18 13:39:22 2012 -0400

nasm: nasm has a build dependency on groff-native

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/nasm/nasm_2.10.01.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/nasm/nasm_2.10.01.bb b/meta/recipes-devtools/nasm/nasm_2.10.01.bb
index 8feaad4..2864462 100644
--- a/meta/recipes-devtools/nasm/nasm_2.10.01.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.10.01.bb
@@ -26,3 +26,5 @@ do_install() {
 }
 
 BBCLASSEXTEND = "native"
+
+DEPENDS = "groff-native"





More information about the Openembedded-commits mailing list