From 2fbcf1419909cf2840d56bf461ab04f8298f14c6 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Sun, 6 Feb 2011 20:47:37 -0800 Subject: prelink: add transfig-native to DEPENDS Building prelink's documentaiton requires fig2dev, which is provided by transfig-native. Signed-off-by: Scott Garman --- meta/recipes-devtools/prelink/prelink_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/prelink') diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 8620513..53ef045 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-native" 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 \ @@ -8,7 +8,7 @@ runtime and thus programs come up faster." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" PV = "1.0+git${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "git://git.pokylinux.org/prelink-cross.git;protocol=git \ file://prelink.conf \ -- cgit v1.1