From: Philipp Zabel Date: Mon, 15 Jan 2007 14:26:45 +0000 (+0000) Subject: portmap: fix occurence of http://${DEBIAN_MIRROR} X-Git-Tag: Release-2010-05/1~9366^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c460e2fa2b9755ae35f80299791ff28d71b6d4;p=openembedded.git portmap: fix occurence of http://${DEBIAN_MIRROR} - these variables include the protocol --- diff --git a/packages/portmap/portmap.inc b/packages/portmap/portmap.inc index e7e7673001..bb9d2b6652 100644 --- a/packages/portmap/portmap.inc +++ b/packages/portmap/portmap.inc @@ -3,7 +3,7 @@ SECTION = "console/network" LICENSE = "GPL" SRC_URI = "${DEBIAN_MIRROR}/main/p/portmap/portmap_5.orig.tar.gz \ - http://${DEBIAN_MIRROR}/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \ + ${DEBIAN_MIRROR}/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \ file://no-libwrap.patch;patch=1;pnum=0 \ file://portmap.init \ file://make.patch;patch=1"