Another pass of .oe cleanups.
[vuplus_openembedded] / prelink / prelink_20031029.oe
index e439273..bd3d880 100644 (file)
@@ -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