summaryrefslogtreecommitdiff
path: root/packages/directfb/directfb_1.1.0.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-12-08 15:04:06 +0000
committerPhilip Balister <philip@balister.org>2007-12-08 15:04:06 +0000
commitc67a512f9b49d04c67cc639b45e6aed028083c6e (patch)
treed766a4dc71b49fbc23ff8b9bef76e9bed239e6f1 /packages/directfb/directfb_1.1.0.bb
parentfa58164f44e4994d187acc6bd42584860dcb3463 (diff)
directfb : Remove patch that changes include file path. For bug #3415.
This will break directfb-examples, this package needs fixing.
Diffstat (limited to 'packages/directfb/directfb_1.1.0.bb')
-rw-r--r--packages/directfb/directfb_1.1.0.bb3
1 files changed, 0 insertions, 3 deletions
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() {