mono-1.2.5.1: add new version, and remove 1.2.5
authorCliff Brake <cbrake@bec-systems.com>
Thu, 27 Sep 2007 16:11:59 +0000 (16:11 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Thu, 27 Sep 2007 16:11:59 +0000 (16:11 +0000)
packages/mono/README
packages/mono/mono-1.2.5.1/.mtn2git_empty [moved from packages/mono/mono-1.2.5/.mtn2git_empty with 100% similarity]
packages/mono/mono-1.2.5.1/configure.patch [moved from packages/mono/mono-1.2.5/configure.patch with 100% similarity]
packages/mono/mono-native_1.2.5.1.bb [moved from packages/mono/mono-native_1.2.5.bb with 94% similarity]
packages/mono/mono_1.2.5.1.bb [moved from packages/mono/mono_1.2.5.bb with 100% similarity]
packages/mono/mono_1.2.5.inc

index 81e478b..3947930 100644 (file)
@@ -3,7 +3,7 @@ Mono in OE is still very much a work in progress.
   - is reported to work on MIPS.  
   - has floating point problems on ARM
 
-1.2.5pre5
+1.2.5
   - tested on ARM EABI.  Floating point issues have been worked around.
 
 There is still a lot of packaging work that needs done to package the mono dll's for installation.
similarity index 94%
rename from packages/mono/mono-native_1.2.5.bb
rename to packages/mono/mono-native_1.2.5.1.bb
index 0f1391c..2670d3f 100644 (file)
@@ -1,5 +1,5 @@
 require mono_1.2.5.inc
-PR = "r2"
+PR = "r0"
 DEPENDS = "glib-2.0-native"
 
 inherit native
index 0e0df1c..5164b05 100644 (file)
@@ -2,12 +2,9 @@ DESCRIPTION = "Mono Programming Language"
 SECTION = "devel/mono"
 LICENSE = "GPL LGPL X11"
 
-# the md5 sum check is required because Novell does not version their pre release versions of mono
-# if the md5sum check fails, contact cbrake on #oe
-# checksums are stored in conf/checksums.ini
-SRC_URI = "http://go-mono.com/sources/mono/mono-1.2.5.tar.bz2"
+SRC_URI = "http://go-mono.com/sources/mono/mono-${PV}.tar.bz2"
 
-S = "${WORKDIR}/mono-1.2.5"
+S = "${WORKDIR}/mono-${PV}"
 
 inherit autotools
 EXTRA_OECONF = "--disable-mcs-build"