diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-07-26 15:09:08 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-07-26 15:09:25 -0700 |
commit | 155f1ff7f2c9d9a044e6307cce57f0936d541d3b (patch) | |
tree | cdabe87a806f482d17aa77f2ea8c1bc46e13f874 /recipes/openttd | |
parent | 6303c5602c9315952047640447829c4f6c15764c (diff) |
Revert "Siteinfo cleanup"
Will revisit.
This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
Diffstat (limited to 'recipes/openttd')
-rw-r--r-- | recipes/openttd/openttd.inc | 2 | ||||
-rw-r--r-- | recipes/openttd/openttd_0.7.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openttd/openttd.inc b/recipes/openttd/openttd.inc index e9bb8c367e..b1a5e956d7 100644 --- a/recipes/openttd/openttd.inc +++ b/recipes/openttd/openttd.inc @@ -26,7 +26,7 @@ do_configure() { --host=${TARGET_SYS} \ --windres=${MACHINE_DISPLAY_WIDTH_PIXELS}x${MACHINE_DISPLAY_HEIGHT_PIXELS} \ --os=UNIX \ - --endian=${SITEINFO_ENDIANNESS} \ + --endian=${SITEINFO_ENDIANESS} \ --prefix-dir=${prefix} \ --binary-dir=bin \ --with-midi=/bin/true \ diff --git a/recipes/openttd/openttd_0.7.4.bb b/recipes/openttd/openttd_0.7.4.bb index a286135c18..e052d1efed 100644 --- a/recipes/openttd/openttd_0.7.4.bb +++ b/recipes/openttd/openttd_0.7.4.bb @@ -21,7 +21,7 @@ do_configure() { --host=${TARGET_SYS} \ --windres=${MACHINE_DISPLAY_WIDTH_PIXELS}x${MACHINE_DISPLAY_HEIGHT_PIXELS} \ --os=UNIX \ - --endian=${SITEINFO_ENDIANNESS} \ + --endian=${SITEINFO_ENDIANESS} \ --prefix-dir=${prefix} \ --binary-dir=bin \ --with-midi=/bin/true \ |