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:
542ba8f
)
kxml2: more unification of recipe
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Wed, 22 Aug 2007 08:34:59 +0000
(08:34 +0000)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Wed, 22 Aug 2007 08:34:59 +0000
(08:34 +0000)
* change hardcoded download file to more general
packages/kxml2/kxml2_2.3.0.bb
patch
|
blob
|
history
diff --git
a/packages/kxml2/kxml2_2.3.0.bb
b/packages/kxml2/kxml2_2.3.0.bb
index
1f7cf3d
..
284aa1a
100644
(file)
--- a/
packages/kxml2/kxml2_2.3.0.bb
+++ b/
packages/kxml2/kxml2_2.3.0.bb
@@
-4,10
+4,12
@@
LICENSE = "BSD"
PRIORITY = "optional"
PR = "r0"
-SRC_URI = "http://downloads.sourceforge.net/kxml/kxml2-2.3.0.jar"
JAR = ${PN}-${PV}.jar
+SRC_URI = "http://downloads.sourceforge.net/kxml/${JAR}"
+
+
do_unpack() {
:
}