expat: change do_stage to use autotools_stage_all in expat 1.95.6
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 29 Dec 2005 02:07:09 +0000 (02:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 29 Dec 2005 02:07:09 +0000 (02:07 +0000)
packages/expat/expat_1.95.6.bb

index f597b3f..4782bcf 100644 (file)
@@ -9,8 +9,7 @@ inherit autotools
 export LTCC = "${CC}"
 
 do_stage () {
-       install -m 0644 ${S}/lib/expat.h ${STAGING_INCDIR}/
-       oe_libinstall -so libexpat ${STAGING_LIBDIR}/
+       autotools_stage_all
 }
 
 do_install () {