aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/directfb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-23 09:59:29 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-24 18:21:25 +0200
commite06e9cd83c3979f508451a816a077017c6d86be2 (patch)
treed52e1ab76f107c6ed82e15302f1482acd7fab3aa /recipes/directfb
parentf5b20e52589f9adc258f87a4e6d2b1f81b6d7801 (diff)
downloadopenembedded-e06e9cd83c3979f508451a816a077017c6d86be2.tar.gz
directfb-1.1.1: remove
code is from 2008, not pinned src tarball is not available any more (see http://www.directfb.org/downloads/Old/) lastest version we have is 1.4.2 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes/directfb')
-rw-r--r--recipes/directfb/directfb-1.1.1/fix-pkgconfig-cflags.patch47
-rw-r--r--recipes/directfb/directfb_1.1.1.bb30
2 files changed, 0 insertions, 77 deletions
diff --git a/recipes/directfb/directfb-1.1.1/fix-pkgconfig-cflags.patch b/recipes/directfb/directfb-1.1.1/fix-pkgconfig-cflags.patch
deleted file mode 100644
index 745c561cc0..0000000000
--- a/recipes/directfb/directfb-1.1.1/fix-pkgconfig-cflags.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Index: DirectFB-1.1.1/directfb-internal.pc.in
-===================================================================
---- DirectFB-1.1.1.orig/directfb-internal.pc.in 2007-08-07 21:43:00.000000000 +0200
-+++ DirectFB-1.1.1/directfb-internal.pc.in 2008-07-17 21:00:47.424654304 +0200
-@@ -2,10 +2,10 @@
- exec_prefix=@exec_prefix@
- moduledir=@MODULEDIR@
- moduledirname=@MODULEDIRNAME@
--includedir=@INTERNALINCLUDEDIR@
-+includedir=@includedir@
-
- Name: DirectFB-Internal
- Description: Third party module support package for DirectFB.
- Version: @VERSION@
- Requires: directfb = @VERSION@
--Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@
-+Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir}
-Index: DirectFB-1.1.1/directfb.pc.in
-===================================================================
---- DirectFB-1.1.1.orig/directfb.pc.in 2007-12-15 16:23:16.000000000 +0100
-+++ DirectFB-1.1.1/directfb.pc.in 2008-07-17 20:59:58.044985193 +0200
-@@ -9,4 +9,4 @@
- Requires: fusion direct
- Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
- Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@
--Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
-+Cflags: @THREADFLAGS@ -I${includedir}/directfb
-Index: DirectFB-1.1.1/lib/fusion/fusion.pc.in
-===================================================================
---- DirectFB-1.1.1.orig/lib/fusion/fusion.pc.in 2007-08-07 21:43:00.000000000 +0200
-+++ DirectFB-1.1.1/lib/fusion/fusion.pc.in 2008-07-17 20:58:07.051338866 +0200
-@@ -8,4 +8,4 @@
- Version: @VERSION@
- Requires: direct
- Libs: -L${libdir} -lfusion
--Cflags: -I@INCLUDEDIR@
-+Cflags: -I${includedir}/directfb -I${includedir}
-Index: DirectFB-1.1.1/lib/voodoo/voodoo.pc.in
-===================================================================
---- DirectFB-1.1.1.orig/lib/voodoo/voodoo.pc.in 2007-08-07 21:43:00.000000000 +0200
-+++ DirectFB-1.1.1/lib/voodoo/voodoo.pc.in 2008-07-17 20:58:07.054671842 +0200
-@@ -8,4 +8,4 @@
- Version: @VERSION@
- Requires: direct
- Libs: -L${libdir} -lvoodoo
--Cflags: -I@INCLUDEDIR@
-+Cflags: -I${includedir}/directfb -I${includedir}
diff --git a/recipes/directfb/directfb_1.1.1.bb b/recipes/directfb/directfb_1.1.1.bb
deleted file mode 100644
index 573e319c55..0000000000
--- a/recipes/directfb/directfb_1.1.1.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-require directfb.inc
-
-RV = "1.1-0"
-PR = "r0"
-
-DEPENDS += "sysfsutils"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = " \
- http://www.directfb.org/downloads/Old/DirectFB-${PV}.tar.gz \
- file://fix-pkgconfig-cflags.patch \
- file://fix-font-missing-char.patch \
- file://mkdfiff.patch \
- file://dont-use-linux-config.patch \
- file://ts_lib_autotools.patch \
-"
-
-EXTRA_OECONF = "\
- --enable-freetype=yes \
- --enable-zlib \
- --with-gfxdrivers=none \
- --disable-libmpeg3 \
- --disable-sdl \
- --disable-vnc \
- --disable-x11 \
-"
-
-SRC_URI[md5sum] = "c75255049ca8d5c69afe4db58f603028"
-SRC_URI[sha256sum] = "f12ec5f0864d85268a8d67e4919cb7f3d7f0e06ed6cc278c952f6c342673d931"