[oe-commits] org.oe.dev portmap: fix occurence of http://${DEBIAN_MIRROR}

pH5 commit openembedded-commits at lists.openembedded.org
Mon Jan 15 16:19:01 UTC 2007


portmap: fix occurence of http://${DEBIAN_MIRROR}
- these variables include the protocol

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: b8a51652ebc86851669b8d9ad72de50c1eb370d8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b8a51652ebc86851669b8d9ad72de50c1eb370d8
Files:
1
packages/portmap/portmap.inc
Diffs:

#
# mt diff -rfd75df8ff294fcf1fad13e6435c871db140e5380 -rb8a51652ebc86851669b8d9ad72de50c1eb370d8
#
# 
# 
# patch "packages/portmap/portmap.inc"
#  from [b481178191e08818bc9a6fb7591b456ebec38770]
#    to [fe3c7fd20199a597bf47cca11fec9bcafa5bc049]
# 
============================================================
--- packages/portmap/portmap.inc	b481178191e08818bc9a6fb7591b456ebec38770
+++ packages/portmap/portmap.inc	fe3c7fd20199a597bf47cca11fec9bcafa5bc049
@@ -1,9 +1,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/p/portm
 DESCRIPTION = "RPC program number mapper."
 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"






More information about the Openembedded-commits mailing list