diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /prelink | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'prelink')
-rw-r--r-- | prelink/prelink_20031029.oe | 14 | ||||
-rw-r--r-- | prelink/prelink_20040216.oe | 2 |
2 files changed, 8 insertions, 8 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 diff --git a/prelink/prelink_20040216.oe b/prelink/prelink_20040216.oe index 0cd84b3040..d302971868 100644 --- a/prelink/prelink_20040216.oe +++ b/prelink/prelink_20040216.oe @@ -4,7 +4,7 @@ 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 = http://http.us.debian.org/debian/pool/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz +SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz" S = "${WORKDIR}/prelink-0.0.${PV}" inherit autotools libtool |