Directfb 1.0.0: Fixed issue with not installing libs/headers into staging area
authorShane Volpe <shanevolpe@gmail.com>
Sat, 7 Apr 2007 20:23:21 +0000 (20:23 +0000)
committerShane Volpe <shanevolpe@gmail.com>
Sat, 7 Apr 2007 20:23:21 +0000 (20:23 +0000)
packages/directfb/directfb_1.0.0.bb

index 2e5dcbd..5effeb8 100644 (file)
@@ -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 \
                          "