aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-directfb_1.2.14.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-02-08 23:31:53 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-02-08 23:34:46 +0100
commit024e010e93704c5e6ba8276602b77b5ea59e40c5 (patch)
tree0a7ed9d4f886a8a1e9d3a8d99fc34b82748040cc /recipes/libsdl/libsdl-directfb_1.2.14.bb
parentd6e5809d0874902ba951eb4b92338bbd61ecd533 (diff)
downloadopenembedded-024e010e93704c5e6ba8276602b77b5ea59e40c5.tar.gz
libsdl: use new .inc for 2.1.14 version
* make autotools-usage and libtool2.4 from directfb generic, this fixes libsdl-x11 too * switch to INC_PR
Diffstat (limited to 'recipes/libsdl/libsdl-directfb_1.2.14.bb')
-rw-r--r--recipes/libsdl/libsdl-directfb_1.2.14.bb25
1 files changed, 3 insertions, 22 deletions
diff --git a/recipes/libsdl/libsdl-directfb_1.2.14.bb b/recipes/libsdl/libsdl-directfb_1.2.14.bb
index 4a3dab0c4c..4824b830be 100644
--- a/recipes/libsdl/libsdl-directfb_1.2.14.bb
+++ b/recipes/libsdl/libsdl-directfb_1.2.14.bb
@@ -1,17 +1,8 @@
-DESCRIPTION = "Simple DirectMedia Layer (DirectFB and Framebuffer support)"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "alsa-lib directfb"
-PROVIDES = "virtual/libsdl"
+require libsdl-1.2.14.inc
-SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz"
-SRC_URI[md5sum] = "e52086d1b508fa0b76c52ee30b55bec4"
-SRC_URI[sha256sum] = "5d927e287034cb6bb0ebccfa382cb1d185cb113c8ab5115a0759798642eed9b6"
+PR = "${INC_PR}.1"
-S = "${WORKDIR}/SDL-${PV}"
-
-inherit autotools lib_package binconfig pkgconfig
+DEPENDS += "directfb"
EXTRA_OECONF = " \
--disable-arts \
@@ -35,13 +26,3 @@ EXTRA_OECONF = " \
--disable-video-qtopia \
--disable-video-x11 \
"
-EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader"
-
-do_configure_prepend () {
- # Remove old libtool macros.
- MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
- for i in ${MACROS}; do
- rm -f acinclude/$i
- done
- export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
-}