kxml2: more unification of recipe
authorHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 22 Aug 2007 08:34:59 +0000 (08:34 +0000)
committerHenning 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

index 1f7cf3d..284aa1a 100644 (file)
@@ -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() {
        :
 }