snes9x build fixes
authorPhil Blundell <philb@gnu.org>
Sun, 3 Oct 2004 20:33:40 +0000 (20:33 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 3 Oct 2004 20:33:40 +0000 (20:33 +0000)
BKrev: 41606224B_1QbMSP4lUOjuk75-BYWA

snes9x/snes9x/private.patch [new file with mode: 0644]
snes9x/snes9x_1.43-WIP1.oe

diff --git a/snes9x/snes9x/private.patch b/snes9x/snes9x/private.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..fe79aa9 100644 (file)
@@ -0,0 +1,22 @@
+DEPENDS = "libxxf86dga libxxf86vm"
+
+SRC_URI = "http://www.lysator.liu.se/snes9x/1.43-WIP1/snes9x-1.43-WIP1-src.tar.gz \
+       file://makefile.patch;patch=1;pnum=2 \
+       file://private.patch;patch=1;pnum=0"
+
+S = "${WORKDIR}/snes9x-1.43-dev-src/snes9x"
+
+inherit autotools
+
+export OECFLAGS="${CFLAGS}"
+export OELDFLAGS="${LDFLAGS}"
+
+do_configure() {
+       oe_runconf
+}
+
+do_install() {
+       install -d ${D}${bindir}
+       install snes9x ${D}${bindir}
+}
+