From: Philip Balister Date: Sat, 8 Dec 2007 15:04:06 +0000 (+0000) Subject: directfb : Remove patch that changes include file path. For bug #3415. X-Git-Tag: Release-2010-05/1~8175^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c67a512f9b49d04c67cc639b45e6aed028083c6e;p=openembedded.git directfb : Remove patch that changes include file path. For bug #3415. This will break directfb-examples, this package needs fixing. --- diff --git a/packages/directfb/directfb_1.1.0.bb b/packages/directfb/directfb_1.1.0.bb index daa3437aa6..c3c1e66413 100644 --- a/packages/directfb/directfb_1.1.0.bb +++ b/packages/directfb/directfb_1.1.0.bb @@ -12,7 +12,6 @@ RV = "1.1-0" SRC_URI = " \ http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz \ - file://fix-configure-include-path.patch;patch=1 \ file://fix-pkgconfig-cflags.patch;patch=1 \ file://fix-font-missing-char.patch;patch=1 \ file://getpagesize.patch;patch=1 \ @@ -37,8 +36,6 @@ EXTRA_OECONF = " \ do_stage() { autotools_stage_all - # fix breakage introduced with the fix-includes patch, it seems that directfb examples is the only app that looks in the wrong location :/ - ln -sf ${STAGING_LIBDIR} ${STAGING_LIBDIR}/directfb } do_install() { diff --git a/packages/directfb/files/fix-configure-include-path.patch b/packages/directfb/files/fix-configure-include-path.patch deleted file mode 100644 index f9bbff8b00..0000000000 --- a/packages/directfb/files/fix-configure-include-path.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- DirectFB-1.1.0/configure.in-orig 2007-08-27 00:07:00.000000000 -0700 -+++ DirectFB-1.1.0/configure.in 2007-11-26 12:05:52.000000000 -0800 -@@ -1380,8 +1380,8 @@ - - MODULEDIR=$libdir/$MODULEDIRNAME - DATADIR=$datadir/directfb-$VERSION --INCLUDEDIR=$includedir/directfb --INTERNALINCLUDEDIR=$includedir/directfb-internal -+INCLUDEDIR=$includedir/ -+INTERNALINCLUDEDIR=$includedir/ - - SOPATH=$libdir/libdirectfb-$LT_RELEASE.so.$LT_CURRENT - AC_SUBST(SOPATH)