summaryrefslogtreecommitdiff
path: root/gzip/gzip_1.3.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gzip/gzip_1.3.5.oe')
-rw-r--r--gzip/gzip_1.3.5.oe7
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