udev: add version 154
[openembedded.git] / recipes / uae / e-uae_0.8.28.bb
blobcb662e3f8e8abf224fcca91d7acfc30647e6f29f
1 DESCRIPTION = "Amiga Emulator based on SDL"
2 SECTION = "base"
3 PRIORITY = "optional"
4 DEPENDS = "virtual/libsdl zlib"
5 LICENSE = "GPL"
6 PR = "r1"
8 SRC_URI = "http://rcdrummond.net/uae/e-uae-${PV}/e-uae-${PV}.tar.bz2 \
9 file://configure.patch"
11 inherit autotools
13 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
15 EXTRA_OECONF = "--with-hostcc=gcc --disable-ui --without-x \
16 --without-gtk --enable-jit --disable-natmem \
17 --with-zlib=${STAGING_LIBDIR}/.."
19 CFLAGS_append = " -DSTAT_STATFS2_BSIZE=1 "
20 CXXFLAGS_append = " -DSTAT_STATFS2_BSIZE=1 "
21 PARALLEL_MAKE = ""
23 export S
24 export PKG_CONFIG="${STAGING_BINDIR_NATIVE}/pkg-config"
26 do_configure_prepend () {
27 sed -i -e s:getline:etline:g ./src/gui-none/nogui.c
28 touch NEWS AUTHORS ChangeLog
31 SRC_URI[md5sum] = "9fc186f9256d04f940304044e29175ef"
32 SRC_URI[sha256sum] = "afc8b30fb9aa0819a4e53b3eb0db8e658e5a2b23d7dbf436f6b5a49b2269da86"