From: Koen Kooi Date: Tue, 2 Mar 2010 15:37:53 +0000 (+0100) Subject: flex: add 2.5.35 with new-style checksums, staging and class extension X-Git-Tag: Release-2010-05/1~489^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32f13d02d707d358d2c812fcd8e8d5313c900f8;p=openembedded.git flex: add 2.5.35 with new-style checksums, staging and class extension --- diff --git a/recipes/flex/flex_2.5.35.bb b/recipes/flex/flex_2.5.35.bb new file mode 100644 index 0000000000..4099f20658 --- /dev/null +++ b/recipes/flex/flex_2.5.35.bb @@ -0,0 +1,10 @@ +require flex.inc + +SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2;name=flex \ +" + +SRC_URI[flex.md5sum] = "10714e50cea54dc7a227e3eddcd44d57" +SRC_URI[flex.sha256sum] = "0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b" + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native"