]> code.ossystems Code Review - openembedded-core.git/commitdiff
prelink: add transfig-native to DEPENDS
authorScott Garman <scott.a.garman@intel.com>
Mon, 7 Feb 2011 04:47:37 +0000 (20:47 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 9 Feb 2011 22:45:46 +0000 (22:45 +0000)
Building prelink's documentaiton requires fig2dev, which is
provided by transfig-native.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-devtools/prelink/prelink_git.bb

index 86205130fc3097f05378c3c5340fa1dd3035cb77..53ef04573c3198792c1852eb178e22166c317e53 100644 (file)
@@ -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 \