openttd: Updated to 0.6.2 (removed 0.6.0)
authorRobert Schuster <thebohemian@gmx.net>
Tue, 23 Sep 2008 07:22:17 +0000 (07:22 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Tue, 23 Sep 2008 07:22:17 +0000 (07:22 +0000)
packages/openttd/files/openttd_0.6.2-buildfix.patch [moved from packages/openttd/files/openttd_0.6.0-buildfix.patch with 70% similarity]
packages/openttd/openttd.inc
packages/openttd/openttd_0.6.0.bb [deleted file]
packages/openttd/openttd_0.6.2.bb [new file with mode: 0644]

@@ -1,8 +1,8 @@
-Index: openttd-0.6.0-beta4/config.lib
+Index: openttd-0.6.2/config.lib
 ===================================================================
---- openttd-0.6.0-beta4.orig/config.lib        2008-02-20 20:24:58.000000000 +0100
-+++ openttd-0.6.0-beta4/config.lib     2008-02-20 20:26:55.000000000 +0100
-@@ -1255,7 +1255,7 @@
+--- openttd-0.6.2.orig/config.lib      2008-08-02 01:52:22.000000000 +0200
++++ openttd-0.6.2/config.lib   2008-09-23 08:57:53.000000000 +0200
+@@ -1247,7 +1247,7 @@
                if [ -z "$6" ]; then
                        compiler="$3"
                else
@@ -11,7 +11,7 @@ Index: openttd-0.6.0-beta4/config.lib
                fi
                machine=`eval $compiler $9 2>/dev/null`
                ret=$?
-@@ -1271,11 +1271,6 @@
+@@ -1263,11 +1263,6 @@
                        exit 1
                fi
  
index 949bffe..b1a5e95 100644 (file)
@@ -9,7 +9,7 @@ LICENSE = "GPLv2"
 
 DEPENDS = "libsdl-net libpng zlib freetype fontconfig"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/openttd/openttd-${PV}-source.tar.bz2"
+SRC_URI = "http://binaries.openttd.org/releases/${PV}/${P}-source.tar.bz2"
 
 APPIMAGE = "media/openttd.48.png"
 
diff --git a/packages/openttd/openttd_0.6.0.bb b/packages/openttd/openttd_0.6.0.bb
deleted file mode 100644 (file)
index ecacb2d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-require openttd.inc 
-
-PR = "r2"
-
-SRC_URI += "file://openttd_0.6.0-buildfix.patch;patch=1"
-
-
-
diff --git a/packages/openttd/openttd_0.6.2.bb b/packages/openttd/openttd_0.6.2.bb
new file mode 100644 (file)
index 0000000..a8a0673
--- /dev/null
@@ -0,0 +1,9 @@
+require openttd.inc 
+
+PR = "r0"
+
+# When upgrading this recipe make sure to refresh this patch.
+SRC_URI += "file://openttd_${PV}-buildfix.patch;patch=1"
+
+
+