summaryrefslogtreecommitdiffstats
path: root/meta/packages/prelink/prelink_20061027.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-12 10:13:17 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-12 10:13:17 +0000
commitf873d5561cd908cda1d9e78aed7b3d1648ee4ac1 (patch)
treed055b11aa2b22f369ff2a19d8945e4b27cbe788d /meta/packages/prelink/prelink_20061027.bb
parent5d40cb0d53331abc7c8b2ec0b9923e16a2f3d2fd (diff)
downloadpoky-f873d5561cd908cda1d9e78aed7b3d1648ee4ac1.tar.gz
prelink: Merge DTPOFF32 fix into main patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4623 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, 2 insertions, 3 deletions
diff --git a/meta/packages/prelink/prelink_20061027.bb b/meta/packages/prelink/prelink_20061027.bb
index 22c6c72400..21c538d5c2 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 = "r8" 7PR = "r9"
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,8 +13,7 @@ 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 "
18 17
19S = "${WORKDIR}/prelink-0.0.${PV}" 18S = "${WORKDIR}/prelink-0.0.${PV}"
20 19