From: Henning Heinold Date: Wed, 22 Aug 2007 08:34:59 +0000 (+0000) Subject: kxml2: more unification of recipe X-Git-Tag: Release-2010-05/1~8841^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eddf4008b2d5401120a55422e9f2903dbabbafd2;p=openembedded.git kxml2: more unification of recipe * change hardcoded download file to more general --- 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() { : }