summaryrefslogtreecommitdiffstats
path: root/meta/packages/prelink/prelink_20061027.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-16 09:05:03 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-16 09:05:03 +0000
commit8c47575da184bc74e52d2474473660d2d11399f5 (patch)
tree4ed2844b14b564319e96f5c2592bf905a79e0b2a /meta/packages/prelink/prelink_20061027.bb
parent8f60c0e0dd536008df0c12ab3e45802f28931eda (diff)
downloadpoky-8c47575da184bc74e52d2474473660d2d11399f5.tar.gz
prelink: Add hack for libtool 2.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4279 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/prelink/prelink_20061027.bb')
-rw-r--r--meta/packages/prelink/prelink_20061027.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/prelink/prelink_20061027.bb b/meta/packages/prelink/prelink_20061027.bb
index e93f1f2515..0a4391e161 100644
--- a/meta/packages/prelink/prelink_20061027.bb
+++ b/meta/packages/prelink/prelink_20061027.bb
@@ -4,11 +4,12 @@ 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 = "r5" 7PR = "r6"
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 \
11 file://prelink.cron.daily \ 11 file://prelink.cron.daily \
12 file://makefile.patch;patch=1 \
12 file://prelink.default" 13 file://prelink.default"
13 14
14TARGET_OS_ORIG := "${TARGET_OS}" 15TARGET_OS_ORIG := "${TARGET_OS}"