libaal: change do_stage to use autotools_stage_all in libaal 1.0.4
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 29 Dec 2005 02:08:42 +0000 (02:08 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 29 Dec 2005 02:08:42 +0000 (02:08 +0000)
packages/libaal/libaal_1.0.4.bb

index e8956bd..992a3f1 100644 (file)
@@ -21,6 +21,5 @@ EXTRA_OECONF = "${DISABLE_LIBMINIMAL}"
 
 do_stage() {
        echo "NOTE: stage package ${PF} is: (${PN},${PV},${PR})"
-       autotools_stage_includes
-       oe_libinstall -a -so -C src ${PN} ${STAGING_LIBDIR}
+       autotools_stage_all
 }