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:
5a7a2b1
)
Directfb 1.0.0: Fixed issue with not installing libs/headers into staging area
author
Shane Volpe
<shanevolpe@gmail.com>
Sat, 7 Apr 2007 20:23:21 +0000
(20:23 +0000)
committer
Shane Volpe
<shanevolpe@gmail.com>
Sat, 7 Apr 2007 20:23:21 +0000
(20:23 +0000)
packages/directfb/directfb_1.0.0.bb
patch
|
blob
|
history
diff --git
a/packages/directfb/directfb_1.0.0.bb
b/packages/directfb/directfb_1.0.0.bb
index
2e5dcbd
..
5effeb8
100644
(file)
--- a/
packages/directfb/directfb_1.0.0.bb
+++ b/
packages/directfb/directfb_1.0.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.0-0"
SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz \
@@
-27,9
+27,14
@@
EXTRA_OECONF = "--with-gfxdrivers=none \
"
do_stage() {
+ autotools_stage_all
+}
+
+do_install() {
oe_runmake 'DESTDIR=${D}' install
}
+
FILES_directfb-dbg_append = " ${libdir}/directfb-${RV}/*/*/.debug/*.so \
${libdir}/directfb-${RV}/*/.debug/*.so \
"