diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-22 00:16:54 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-22 00:16:54 +0000 |
commit | 537bec400cb35bfa94db58dcde0454c542ec3500 (patch) | |
tree | 0bdc90907e0cdcf98aa5bdd28d91601f9cf19592 /packages/openttd | |
parent | 0f9476eb4db0ecbf43f07b23d275aace785fb156 (diff) |
openttd: make it clear in the description that openttd is the engine only
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" |