diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-08-22 08:39:25 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-08-22 08:39:25 +0000 |
commit | 9729d7dfb6bf0532d669ee1fd2d911779881c357 (patch) | |
tree | 5727d177505d8b9a31d88c397cc128bbb13ae48c | |
parent | 256423e197a3f68c78433f70d0c5c56fd5ffc12e (diff) | |
parent | eddf4008b2d5401120a55422e9f2903dbabbafd2 (diff) |
merge of '18a264d6f6c878ae9877038ba82d3bbddafaab18'
and '366af8b1769c4db47736532d047cb4d4dc1ce9dc'
-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() { : } |