git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be50329
)
portmap: fix occurence of http://${DEBIAN_MIRROR}
author
Philipp Zabel
<philipp.zabel@gmail.com>
Mon, 15 Jan 2007 14:26:45 +0000
(14:26 +0000)
committer
Philipp Zabel
<philipp.zabel@gmail.com>
Mon, 15 Jan 2007 14:26:45 +0000
(14:26 +0000)
- these variables include the protocol
packages/portmap/portmap.inc
patch
|
blob
|
history
diff --git
a/packages/portmap/portmap.inc
b/packages/portmap/portmap.inc
index
e7e7673
..
bb9d2b6
100644
(file)
--- 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"