aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uae
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-12-31 22:31:24 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-12-31 22:31:24 +0000
commit9bd213b23e9095cc0aa94952cc345a110a5cdc40 (patch)
tree4f862fbb29bc438fe7f45f679934a4ec0b91a436 /packages/uae
parentbbd81bb3d973f809636c55c56bdc5b6ec863bfa0 (diff)
downloadopenembedded-9bd213b23e9095cc0aa94952cc345a110a5cdc40.tar.gz
Split STAGING_BINDIR into CROSS and NATIVE versions. This means there is no need to rename -config scripts and multimachine won't break with binconfig.bbclass. ***NOTE: This change will require staging to be rebuilt***
Diffstat (limited to 'packages/uae')
-rw-r--r--packages/uae/e-uae_0.8.28.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/uae/e-uae_0.8.28.bb b/packages/uae/e-uae_0.8.28.bb
index 5d8e5bb528..f8f95e846a 100644
--- a/packages/uae/e-uae_0.8.28.bb
+++ b/packages/uae/e-uae_0.8.28.bb
@@ -10,11 +10,11 @@ SRC_URI = "http://rcdrummond.net/uae/e-uae-${PV}/e-uae-${PV}.tar.bz2 \
inherit autotools
+export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
+
EXTRA_OECONF = "--with-hostcc=gcc --disable-ui --without-x \
--without-gtk --enable-jit --disable-natmem \
- --with-zlib=${STAGING_LIBDIR}/.. \
- --with-sdl-exec-prefix=${STAGING_BINDIR}/.. \
- --with-sdl-prefix=${STAGING_LIBDIR}/.."
+ --with-zlib=${STAGING_LIBDIR}/.."
CFLAGS_append = " -DSTAT_STATFS2_BSIZE=1 "
CXXFLAGS_append = " -DSTAT_STATFS2_BSIZE=1 "