summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-02-06 20:47:37 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2011-02-09 22:45:46 +0000
commit2fbcf1419909cf2840d56bf461ab04f8298f14c6 (patch)
treea432c2290e563f3abac0aed257d361f1df1d3092 /meta/recipes-devtools/prelink
parentc7de36585ebf47777851de7d5fbeb327db18b5ed (diff)
downloadpoky-2fbcf1419909cf2840d56bf461ab04f8298f14c6.tar.gz
prelink: add transfig-native to DEPENDS
Building prelink's documentaiton requires fig2dev, which is provided by transfig-native. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 86205130fc..53ef04573c 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -1,6 +1,6 @@
1SECTION = "devel" 1SECTION = "devel"
2# Need binutils for libiberty.a 2# Need binutils for libiberty.a
3DEPENDS = "elfutils binutils" 3DEPENDS = "elfutils binutils transfig-native"
4SUMMARY = "An ELF prelinking utility" 4SUMMARY = "An ELF prelinking utility"
5DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ 5DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \
6and executables, so that far fewer relocations need to be resolved at \ 6and executables, so that far fewer relocations need to be resolved at \
@@ -8,7 +8,7 @@ runtime and thus programs come up faster."
8LICENSE = "GPLv2" 8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" 9LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
10PV = "1.0+git${SRCPV}" 10PV = "1.0+git${SRCPV}"
11PR = "r0" 11PR = "r1"
12 12
13SRC_URI = "git://git.pokylinux.org/prelink-cross.git;protocol=git \ 13SRC_URI = "git://git.pokylinux.org/prelink-cross.git;protocol=git \
14 file://prelink.conf \ 14 file://prelink.conf \