diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-04 12:46:24 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-04 06:42:11 +0100 |
commit | dc35d97c92c04e02a8ed46620cc8ccb249071210 (patch) | |
tree | e62e8d1cb46fb49b054f6f9a14418180cc962aee /recipes/libsdl/libsdl-native_1.2.14.bb | |
parent | 97e1b707d6504343f02e683f49eb2cb6db2cc091 (diff) |
libsdl-native: Create libsdl-native.inc
* Create a libsdl-native.inc and make 1.2.11 and 1.2.14 use it
* Convert to INC_PR scheme as well
Diffstat (limited to 'recipes/libsdl/libsdl-native_1.2.14.bb')
-rw-r--r-- | recipes/libsdl/libsdl-native_1.2.14.bb | 39 |
1 files changed, 2 insertions, 37 deletions
diff --git a/recipes/libsdl/libsdl-native_1.2.14.bb b/recipes/libsdl/libsdl-native_1.2.14.bb index 35a73a6d18..1edce29da4 100644 --- a/recipes/libsdl/libsdl-native_1.2.14.bb +++ b/recipes/libsdl/libsdl-native_1.2.14.bb @@ -1,37 +1,2 @@ -DESCRIPTION = "Simple DirectMedia Layer - native Edition" -HOMEPAGE = "http://www.libsdl.org" -SECTION = "libs" -LICENSE = "LGPL" -PR = "r0" - -SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ -" - -S = "${WORKDIR}/SDL-${PV}" - -inherit autotools binconfig pkgconfig native - -PARALLEL_MAKE = "" - -EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ - --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ - --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ - --disable-mintaudio --disable-nasm --disable-video-x11 --disable-video-dga \ - --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs \ - --disable-video-xbios --disable-video-gem --disable-video-dummy \ - --disable-video-opengl --enable-input-events --enable-pthreads \ - --disable-video-picogui --disable-video-qtopia --enable-dlopen" - -do_configure() { - gnu-configize - oe_runconf - cd ${S} - # prevent libtool from linking libs against libstdc++, libgcc, ... - cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp - mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool -} - -do_stage() { - autotools_stage_all - install -m 0644 build/libSDLmain.a ${STAGING_LIBDIR} -} +require libsdl-native.inc +PR = "${INC_PR}.1" |