summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/libsdl/libsdl-native_1.2.11.bb4
-rw-r--r--packages/qemu/qemu-native.inc4
2 files changed, 6 insertions, 2 deletions
diff --git a/packages/libsdl/libsdl-native_1.2.11.bb b/packages/libsdl/libsdl-native_1.2.11.bb
index 298426a04c..3c3f17d1d2 100644
--- a/packages/libsdl/libsdl-native_1.2.11.bb
+++ b/packages/libsdl/libsdl-native_1.2.11.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "Simple DirectMedia Layer - native Edition"
HOMEPAGE = "http://www.libsdl.org"
SECTION = "libs"
LICENSE = "LGPL"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://acinclude.m4"
S = "${WORKDIR}/SDL-${PV}"
-inherit autotools pkgconfig native
+inherit autotools binconfig pkgconfig native
EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \
--enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \
diff --git a/packages/qemu/qemu-native.inc b/packages/qemu/qemu-native.inc
index 019af52c26..92f3b91956 100644
--- a/packages/qemu/qemu-native.inc
+++ b/packages/qemu/qemu-native.inc
@@ -2,6 +2,10 @@ FILESPATH =. "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qemu-${PV}:"
# prefix = "${STAGING_DIR}/${BUILD_SYS}"
DEPENDS = "libsdl-native"
+do_configure_prepend() {
+ sed -i -e s,sdl-config,sdl-config-native, configure
+}
+
python __anonymous() {
from bb import which, data