aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xmame/xmame-tiny_0.100.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xmame/xmame-tiny_0.100.bb')
-rw-r--r--recipes/xmame/xmame-tiny_0.100.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xmame/xmame-tiny_0.100.bb b/recipes/xmame/xmame-tiny_0.100.bb
new file mode 100644
index 0000000000..21e8ebe44f
--- /dev/null
+++ b/recipes/xmame/xmame-tiny_0.100.bb
@@ -0,0 +1,9 @@
+require xmame_${PV}.bb
+
+DESCRIPTION = "Multiple Arcade Machine Emulator based on SDL (tiny version)"
+TINY = "1"
+SRC_URI += " file://tiny.mak"
+
+do_compile_prepend () {
+ cp ${WORKDIR}/tiny.mak ${S}/src/mame.mak
+}