diff options
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 4 |
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 @@ | |||
1 | SECTION = "devel" | 1 | SECTION = "devel" |
2 | # Need binutils for libiberty.a | 2 | # Need binutils for libiberty.a |
3 | DEPENDS = "elfutils binutils" | 3 | DEPENDS = "elfutils binutils transfig-native" |
4 | SUMMARY = "An ELF prelinking utility" | 4 | SUMMARY = "An ELF prelinking utility" |
5 | DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ | 5 | DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ |
6 | and executables, so that far fewer relocations need to be resolved at \ | 6 | and executables, so that far fewer relocations need to be resolved at \ |
@@ -8,7 +8,7 @@ runtime and thus programs come up faster." | |||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
10 | PV = "1.0+git${SRCPV}" | 10 | PV = "1.0+git${SRCPV}" |
11 | PR = "r0" | 11 | PR = "r1" |
12 | 12 | ||
13 | SRC_URI = "git://git.pokylinux.org/prelink-cross.git;protocol=git \ | 13 | SRC_URI = "git://git.pokylinux.org/prelink-cross.git;protocol=git \ |
14 | file://prelink.conf \ | 14 | file://prelink.conf \ |