[poky] [PATCH 6/6] prelink: add transfig to DEPENDS

Scott Garman scott.a.garman at intel.com
Mon Feb 7 15:36:23 PST 2011


From: Scott Garman <scott.a.garman at intel.com>

Building prelink's documentaiton requires fig2dev, which is
provided by transfig.

Signed-off-by: Scott Garman <scott.a.garman at intel.com>
---
 meta/recipes-devtools/prelink/prelink_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 8620513..6f39742 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -1,6 +1,6 @@
 SECTION = "devel"
 # Need binutils for libiberty.a
-DEPENDS = "elfutils binutils"
+DEPENDS = "elfutils binutils transfig"
 SUMMARY = "An ELF prelinking utility"
 DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \
 and executables, so that far fewer relocations need to be resolved at \
-- 
1.7.4




More information about the poky mailing list