git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1626383
)
directfb: fix #2833
author
Koen Kooi
<koen@openembedded.org>
Fri, 7 Dec 2007 12:15:11 +0000
(12:15 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 7 Dec 2007 12:15:11 +0000
(12:15 +0000)
packages/directfb/directfb_1.1.0.bb
patch
|
blob
|
history
diff --git
a/packages/directfb/directfb_1.1.0.bb
b/packages/directfb/directfb_1.1.0.bb
index
2c600b4
..
daa3437
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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() {