aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/crimsonfields/crimsonfields-0.5.3
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-06-11 14:20:45 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-06-11 14:48:29 +0200
commit4c1e6b00505ab9abc7c4d18da5c5b3c053ba4a1c (patch)
treea0c0e0aac338caac3af37295df3e58ca7efca7cc /recipes/crimsonfields/crimsonfields-0.5.3
parentfafce8ca85cce4a5df3278434bfe7f3930941c27 (diff)
downloadopenembedded-4c1e6b00505ab9abc7c4d18da5c5b3c053ba4a1c.tar.gz
crimsonfields: update to 0.5.3
In the following version, do_stage was removed. Native BBCLASSEXTEND was not used,since crimsonfields and crimsonfields-native share very little. Note that the previous native crimsonfields-native didn't configure anymore: SDL_CONFIG pointed to "${STAGING_BINDIR}/sdl-config-native" which which didn't exist: checking for SDL - version >= 1.1.5... .../work/x86_64-linux/crimsonfields-native-0.4.8-r0/crimson-0.4.8/configure: line 3568: .../sysroots/x86_64-linux/usr/bin/sdl-config-native: No such file or directory The resulting package was tested on the nokia900 target under the shr distribution. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes/crimsonfields/crimsonfields-0.5.3')
-rw-r--r--recipes/crimsonfields/crimsonfields-0.5.3/native-tools.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/crimsonfields/crimsonfields-0.5.3/native-tools.patch b/recipes/crimsonfields/crimsonfields-0.5.3/native-tools.patch
new file mode 100644
index 0000000000..f8a824f58e
--- /dev/null
+++ b/recipes/crimsonfields/crimsonfields-0.5.3/native-tools.patch
@@ -0,0 +1,11 @@
+Index: crimson-0.5.3/Makefile.am
+===================================================================
+--- crimson-0.5.3.orig/Makefile.am 2011-06-11 00:23:44.491550062 +0200
++++ crimson-0.5.3/Makefile.am 2011-06-11 00:23:55.691550064 +0200
+@@ -1,5 +1,5 @@
+ EXTRA_DIST = crimson.desktop crimson.spec.in README.bi2cf README.CoMET VisualC++.zip
+-SUBDIRS = doc src tools gfx levels locale music sfx
++SUBDIRS = doc src gfx levels locale music sfx
+ DISTCHECK_CONFIGURE_FLAGS = --enable-bi2cf --enable-cf2bmp --enable-cfed --enable-comet
+
+ desktopdir = $(datadir)/applications