summaryrefslogtreecommitdiff
path: root/prelink/prelink_20031029.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /prelink/prelink_20031029.oe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'prelink/prelink_20031029.oe')
-rw-r--r--prelink/prelink_20031029.oe14
1 files changed, 7 insertions, 7 deletions
diff --git a/prelink/prelink_20031029.oe b/prelink/prelink_20031029.oe
index e439273e4d..bd3d8803a3 100644
--- a/prelink/prelink_20031029.oe
+++ b/prelink/prelink_20031029.oe
@@ -4,13 +4,13 @@ DESCRIPTION = " The prelink package contains a utility which modifies ELF shared
and executables, so that far fewer relocations need to be resolved at \
runtime and thus programs come up faster."
-SRC_URI = ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2 \
- file://${FILESDIR}/dso.c.patch;patch=1 \
- file://${FILESDIR}/layout.c.patch;patch=1 \
- file://${FILESDIR}/Makefile.in.patch;patch=1 \
- file://${FILESDIR}/prelink.h.patch;patch=1 \
- file://${FILESDIR}/ts.Makefile.am.patch;patch=1 \
- file://${FILESDIR}/ts.Makefile.in.patch;patch=1
+SRC_URI = "ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2 \
+ file://${FILESDIR}/dso.c.patch;patch=1 \
+ file://${FILESDIR}/layout.c.patch;patch=1 \
+ file://${FILESDIR}/Makefile.in.patch;patch=1 \
+ file://${FILESDIR}/prelink.h.patch;patch=1 \
+ file://${FILESDIR}/ts.Makefile.am.patch;patch=1 \
+ file://${FILESDIR}/ts.Makefile.in.patch;patch=1"
S = "${WORKDIR}/prelink"
inherit autotools libtool