libsidplay: use autotools_stage_all
authorMichael Lauer <mickey@vanille-media.de>
Tue, 30 Oct 2007 06:50:36 +0000 (06:50 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 30 Oct 2007 06:50:36 +0000 (06:50 +0000)
packages/libsidplay/libsidplay_1.36.59.bb

index 5dbc34c..fc9a012 100644 (file)
@@ -8,11 +8,5 @@ SRC_URI = "http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/li
 inherit autotools
 
 do_stage() {
-       oe_libinstall -so -C src libsidplay ${STAGING_LIBDIR}
-       install -d ${STAGING_INCDIR}/sidplay
-       for f in src/compconf.h src/emucfg.h src/fformat.h src/fixpoint.h src/libcfg.h src/myendian.h src/mytypes.h src/player.h src/sidtune.h src/version.h
-       do
-               install -m 0644 $f ${STAGING_INCDIR}/sidplay/
-       done
+       autotools_stage_all
 }
-