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 /gzip | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'gzip')
-rw-r--r-- | gzip/gzip_1.3.5.oe | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gzip/gzip_1.3.5.oe b/gzip/gzip_1.3.5.oe index 87f82e406c..5cecc39871 100644 --- a/gzip/gzip_1.3.5.oe +++ b/gzip/gzip_1.3.5.oe @@ -7,8 +7,9 @@ DESCRIPTION = "gzip (GNU zip) is a compression utility designed \ to be a replacement for 'compress'. The GNU Project uses it as \ the standard compression program for its system." -SRC_URI = ${DEBIAN_MIRROR}/main/g/${PN}/${PN}_${PV}.orig.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "${DEBIAN_MIRROR}/main/g/gzip/gzip_${PV}.orig.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1" + +S = "${WORKDIR}/gzip-${PV}" -S = "${WORKDIR}/${PN}-${PV}" inherit autotools |