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:
57b3e88
)
BUGFIX: correct the tag= in ipkg 0.99.84.
author
Chris Larson
<clarson@kergoth.com>
Wed, 24 Mar 2004 15:18:28 +0000
(15:18 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 24 Mar 2004 15:18:28 +0000
(15:18 +0000)
BKrev: 4061a6c4GCxS6XaF6sI1Hjy9xSmUFQ
ipkg/ipkg_0.99.84.oe
patch
|
blob
|
history
diff --git
a/ipkg/ipkg_0.99.84.oe
b/ipkg/ipkg_0.99.84.oe
index
87e2f8f
..
6ce0cf3
100644
(file)
--- a/
ipkg/ipkg_0.99.84.oe
+++ b/
ipkg/ipkg_0.99.84.oe
@@
-3,7
+3,7
@@
LICENSE = "GPL"
PROVIDES = "virtual/ipkg"
DEPENDS = "virtual/libc"
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=
V${PV
}"
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=
${@'V' + string.replace(oe.data.getVar('PV',d,1), '.', '-')
}"
S = "${WORKDIR}/ipkg/C"
inherit autotools