aboutsummaryrefslogtreecommitdiffstats
path: root/packages/directfb
diff options
context:
space:
mode:
authorShane Volpe <shanevolpe@gmail.com>2007-04-07 20:23:21 +0000
committerShane Volpe <shanevolpe@gmail.com>2007-04-07 20:23:21 +0000
commit1ff6665ead8253bb6adde2afeb004f9ef625f4f4 (patch)
treec438622c516bd41be8b81c2f80282731e0d83028 /packages/directfb
parent5a7a2b17fe987077d43dadaaacf8070bc6b90ca6 (diff)
downloadopenembedded-1ff6665ead8253bb6adde2afeb004f9ef625f4f4.tar.gz
Directfb 1.0.0: Fixed issue with not installing libs/headers into staging area
Diffstat (limited to 'packages/directfb')
-rw-r--r--packages/directfb/directfb_1.0.0.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/directfb/directfb_1.0.0.bb b/packages/directfb/directfb_1.0.0.bb
index 2e5dcbd086..5effeb8de6 100644
--- 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 = "r1"
+PR = "r2"
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 \
"