diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-08-22 08:34:59 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-08-22 08:34:59 +0000 |
commit | eddf4008b2d5401120a55422e9f2903dbabbafd2 (patch) | |
tree | af50db6fcade09053df92e4ede0bbd53997a0792 /packages/kxml2 | |
parent | 542ba8f7e832b752bfdfe390b93b38d99e998599 (diff) |
kxml2: more unification of recipe
* change hardcoded download file to more general
Diffstat (limited to 'packages/kxml2')
-rw-r--r-- | packages/kxml2/kxml2_2.3.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/kxml2/kxml2_2.3.0.bb b/packages/kxml2/kxml2_2.3.0.bb index 1f7cf3d9fb..284aa1af6d 100644 --- 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() { : } |