aboutsummaryrefslogtreecommitdiffstats
path: root/packages/directfb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-12-07 12:15:11 +0000
committerKoen Kooi <koen@openembedded.org>2007-12-07 12:15:11 +0000
commit42c9f4a2cf89fd9e1ef3b4e0fe9f074ca25731f7 (patch)
treea70e50e5a40f88aeec59bd051808f0b10d4e3797 /packages/directfb
parent16263835f024bde8c8fd7a69f1ac49b3506c8e39 (diff)
downloadopenembedded-42c9f4a2cf89fd9e1ef3b4e0fe9f074ca25731f7.tar.gz
directfb: fix #2833
Diffstat (limited to 'packages/directfb')
-rw-r--r--packages/directfb/directfb_1.1.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/directfb/directfb_1.1.0.bb b/packages/directfb/directfb_1.1.0.bb
index 2c600b409f..daa3437aa6 100644
--- a/packages/directfb/directfb_1.1.0.bb
+++ b/packages/directfb/directfb_1.1.0.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
LICENSE = "LGPL"
HOMEPAGE = "http://directfb.org"
DEPENDS = "jpeg libpng freetype zlib tslib"
-PR = "r1"
+PR = "r2"
RV = "1.1-0"
SRC_URI = " \
@@ -37,6 +37,8 @@ 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() {