diff options
Diffstat (limited to 'packages/openttd')
-rw-r--r-- | packages/openttd/openttd.inc | 4 | ||||
-rw-r--r-- | packages/openttd/openttd_0.6.0.bb | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/openttd/openttd.inc b/packages/openttd/openttd.inc index 4c4c009296..a27da0fd4c 100644 --- a/packages/openttd/openttd.inc +++ b/packages/openttd/openttd.inc @@ -1,7 +1,9 @@ # Note: OpenTTD's build system changed considerably in 0.6.x # This include file is written towards the newer versions. -DESCRIPTION = "Open source clone of the Microprose game 'Transport Tycoon Deluxe' - SDL edition." +DESCRIPTION = "Open source clone of the Microprose game 'Transport Tycoon Deluxe' - SDL edition. \ +This package provides the engine only. You will need to get the data file elsewhere \ +through official channels." HOMEPAGE = "http://openttd.sf.net" LICENSE = "GPLv2" diff --git a/packages/openttd/openttd_0.6.0.bb b/packages/openttd/openttd_0.6.0.bb index b984d45dbf..893551ac59 100644 --- a/packages/openttd/openttd_0.6.0.bb +++ b/packages/openttd/openttd_0.6.0.bb @@ -1,6 +1,6 @@ require openttd.inc -PR = "r0" +PR = "r1" SRC_URI += "file://openttd_0.6.0-buildfix.patch;patch=1" |