summaryrefslogtreecommitdiff
path: root/packages/directfb/directfb_1.1.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-12-07 16:44:04 +0000
committerKoen Kooi <koen@openembedded.org>2007-12-07 16:44:04 +0000
commit0f76d287853dfed4aa309b8006f756f07e758d0c (patch)
tree4d56c4b04d7dc44d10dcaeabd6ac3c695c0a0bc6 /packages/directfb/directfb_1.1.0.bb
parent46c78def93e1fc4adcc4af96aaeda288f8be4d55 (diff)
parentcc09c532e73687d83e742bb2c51fdb3a7a5319dc (diff)
merge of '60155ceff0e3c21add064d22518f08c6b3c5a304'
and 'b0dc261f9674aecabb4a43c73a328aaba4ec338a'
Diffstat (limited to 'packages/directfb/directfb_1.1.0.bb')
-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() {