diff options
-rw-r--r-- | recipes/directfb/directfb-1.1.0/fix-pkgconfig-cflags.patch | 57 | ||||
-rw-r--r-- | recipes/directfb/directfb-1.2.7/ts_lib_autotools.patch | 22 | ||||
-rw-r--r-- | recipes/directfb/directfb_1.0.0.bb | 10 | ||||
-rw-r--r-- | recipes/directfb/directfb_1.1.0.bb | 9 | ||||
-rw-r--r-- | recipes/directfb/directfb_1.2.3.bb | 31 | ||||
-rw-r--r-- | recipes/directfb/directfb_1.2.7.bb | 31 |
6 files changed, 0 insertions, 160 deletions
diff --git a/recipes/directfb/directfb-1.1.0/fix-pkgconfig-cflags.patch b/recipes/directfb/directfb-1.1.0/fix-pkgconfig-cflags.patch deleted file mode 100644 index 5526776de3..0000000000 --- a/recipes/directfb/directfb-1.1.0/fix-pkgconfig-cflags.patch +++ /dev/null @@ -1,57 +0,0 @@ -Index: DirectFB-1.1.0/directfb-internal.pc.in -=================================================================== ---- DirectFB-1.1.0.orig/directfb-internal.pc.in 2008-06-22 16:16:13.851722040 +0200 -+++ DirectFB-1.1.0/directfb-internal.pc.in 2008-06-22 16:16:33.665465096 +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}/directfb-internal -Index: DirectFB-1.1.0/directfb.pc.in -=================================================================== ---- DirectFB-1.1.0.orig/directfb.pc.in 2008-06-22 16:16:13.868387652 +0200 -+++ DirectFB-1.1.0/directfb.pc.in 2008-06-22 16:16:50.816223652 +0200 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: fusion direct - Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @OSX_LIBS@ --Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ -+Cflags: @THREADFLAGS@ -I${includedir}/directfb -Index: DirectFB-1.1.0/lib/direct/direct.pc.in -=================================================================== ---- DirectFB-1.1.0.orig/lib/direct/direct.pc.in 2008-06-22 16:16:13.888387824 +0200 -+++ DirectFB-1.1.0/lib/direct/direct.pc.in 2008-06-22 16:16:17.121721173 +0200 -@@ -7,4 +7,4 @@ - Description: DirectFB base development library - Version: @VERSION@ - Libs: -L${libdir} -ldirect @THREADLIB@ @DYNLIB@ --Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ -+Cflags: @THREADFLAGS@ -I${includedir}/directfb -Index: DirectFB-1.1.0/lib/fusion/fusion.pc.in -=================================================================== ---- DirectFB-1.1.0.orig/lib/fusion/fusion.pc.in 2008-06-22 16:16:13.905054457 +0200 -+++ DirectFB-1.1.0/lib/fusion/fusion.pc.in 2008-06-22 16:16:17.121721173 +0200 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: direct - Libs: -L${libdir} -lfusion --Cflags: -I@INCLUDEDIR@ -+Cflags: -I${includedir}/directfb -Index: DirectFB-1.1.0/lib/voodoo/voodoo.pc.in -=================================================================== ---- DirectFB-1.1.0.orig/lib/voodoo/voodoo.pc.in 2008-06-22 16:16:13.931720483 +0200 -+++ DirectFB-1.1.0/lib/voodoo/voodoo.pc.in 2008-06-22 16:16:17.121721173 +0200 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: direct - Libs: -L${libdir} -lvoodoo --Cflags: -I@INCLUDEDIR@ -+Cflags: -I${includedir}/directfb diff --git a/recipes/directfb/directfb-1.2.7/ts_lib_autotools.patch b/recipes/directfb/directfb-1.2.7/ts_lib_autotools.patch deleted file mode 100644 index f19c724a00..0000000000 --- a/recipes/directfb/directfb-1.2.7/ts_lib_autotools.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- - configure.in | 7 +++++-- - 1 file changed, 5 insertions(+), 2 deletions(-) - -Index: DirectFB-1.2.7/configure.in -=================================================================== ---- DirectFB-1.2.7.orig/configure.in -+++ DirectFB-1.2.7/configure.in -@@ -1288,8 +1288,11 @@ fi - - enable_tslib=no - if test "$checkfor_tslib" = "yes"; then -- PKG_CHECK_MODULES([TSLIB], [tslib-0.0], [enable_tslib=yes], [enable_tslib=no, -- AC_MSG_WARN([*** no tslib -- tslib driver will not be built.])]) -+ PKG_CHECK_MODULES([TSLIB], [tslib-1.0 >= 1.0.0], [enable_tslib=yes], [enable_tslib=no]) -+ if test "$enable_tslib" = "no"; then -+ PKG_CHECK_MODULES([TSLIB], [tslib-0.0], [enable_tslib=yes], [enable_tslib=no, -+ AC_MSG_WARN([*** no tslib -- tslib driver will not be built.])]) -+ fi - fi - - enable_ucb1x00_ts=no diff --git a/recipes/directfb/directfb_1.0.0.bb b/recipes/directfb/directfb_1.0.0.bb deleted file mode 100644 index 414bcfec09..0000000000 --- a/recipes/directfb/directfb_1.0.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -require directfb.inc - - -SRC_URI += "file://fix-includes.patch" - -RV = "1.0-0" -PR = "r6" - -SRC_URI[md5sum] = "ad746c49dc89ba6f99df71b17bbb1dc8" -SRC_URI[sha256sum] = "125941749103c08a5263f2ace01aac1533420d2ff6741d2bdde79689e5d02a05" diff --git a/recipes/directfb/directfb_1.1.0.bb b/recipes/directfb/directfb_1.1.0.bb deleted file mode 100644 index 7c3010e2f2..0000000000 --- a/recipes/directfb/directfb_1.1.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -require directfb.inc - -RV = "1.1-0" -PR = "r6" - -LEAD_SONAME = "libdirect-1.1.so" - -SRC_URI[md5sum] = "da30fa2748c7501913c8832a83e654ab" -SRC_URI[sha256sum] = "0ee87256a278079955d78e4f235c15a174afbb507b5434f1966cd3e5f5a3f23a" diff --git a/recipes/directfb/directfb_1.2.3.bb b/recipes/directfb/directfb_1.2.3.bb deleted file mode 100644 index 4581616061..0000000000 --- a/recipes/directfb/directfb_1.2.3.bb +++ /dev/null @@ -1,31 +0,0 @@ -require directfb.inc - -RV = "1.2-0" -PR = "r1" - -DEPENDS += "sysfsutils" - -SRC_URI = " \ - http://www.directfb.org/downloads/Old/DirectFB-${PV}.tar.gz \ - file://directfb-1.2.x-fix-pkgconfig-cflags.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 \ -" - -LDFLAGS_append = "" - -LEAD_SONAME = "libdirectfb-1.2.so.0" - -SRC_URI[md5sum] = "caea8bcfc9c1d391e56d85e437005a5d" -SRC_URI[sha256sum] = "0875e553a17fe65e920ad810a67aa6faca582c53476d8dc75880a6b3da625d0b" diff --git a/recipes/directfb/directfb_1.2.7.bb b/recipes/directfb/directfb_1.2.7.bb deleted file mode 100644 index 06d8ea8e0b..0000000000 --- a/recipes/directfb/directfb_1.2.7.bb +++ /dev/null @@ -1,31 +0,0 @@ -require directfb.inc - -RV = "1.2-0" -PR = "r0" - -DEPENDS += "sysfsutils" - -SRC_URI = " \ - http://directfb.org/downloads/Old/DirectFB-${PV}.tar.gz \ - file://directfb-1.2.x-fix-pkgconfig-cflags.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 \ -" - -LDFLAGS_append = "" - -LEAD_SONAME = "libdirectfb-1.2.so.0" - -SRC_URI[md5sum] = "59ca16f600e96c8c104a485ff7c322c6" -SRC_URI[sha256sum] = "80ab8e34246a280bc380020cf331bcc0014cf816380cee3935ad455c108e661e" |