summaryrefslogtreecommitdiffstats
path: root/meta/packages/prelink/prelink_20061027.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-11 19:24:14 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-11 19:24:14 +0000
commit5d40cb0d53331abc7c8b2ec0b9923e16a2f3d2fd (patch)
treea35beef190a692b3dbd04137ac833b74577803bb /meta/packages/prelink/prelink_20061027.bb
parent7f0ef9ed2df2b74fa7ea0e2355b9de7b2328993d (diff)
downloadpoky-5d40cb0d53331abc7c8b2ec0b9923e16a2f3d2fd.tar.gz
prelink: Add fix to correctly handle R_ARM_TLS_DTPOFF32 symbols
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4622 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/prelink/prelink_20061027.bb')
-rw-r--r--meta/packages/prelink/prelink_20061027.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/prelink/prelink_20061027.bb b/meta/packages/prelink/prelink_20061027.bb
index 9ef0fd2e38..22c6c72400 100644
--- a/meta/packages/prelink/prelink_20061027.bb
+++ b/meta/packages/prelink/prelink_20061027.bb
@@ -4,7 +4,7 @@ DESCRIPTION = " The prelink package contains a utility which modifies ELF shared
4and executables, so that far fewer relocations need to be resolved at \ 4and executables, so that far fewer relocations need to be resolved at \
5runtime and thus programs come up faster." 5runtime and thus programs come up faster."
6LICENSE = "GPL" 6LICENSE = "GPL"
7PR = "r7" 7PR = "r8"
8 8
9SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \ 9SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \
10 file://prelink.conf \ 10 file://prelink.conf \
@@ -13,7 +13,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \
13 13
14TARGET_OS_ORIG := "${TARGET_OS}" 14TARGET_OS_ORIG := "${TARGET_OS}"
15OVERRIDES_append = ":${TARGET_OS_ORIG}" 15OVERRIDES_append = ":${TARGET_OS_ORIG}"
16SRC_URI_append_linux-gnueabi = " file://arm_eabi.patch;patch=1" 16SRC_URI_append_linux-gnueabi = " file://arm_eabi.patch;patch=1 \
17 file://armfix.patch;patch=1 "
17 18
18S = "${WORKDIR}/prelink-0.0.${PV}" 19S = "${WORKDIR}/prelink-0.0.${PV}"
19 20