summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-10-30 06:50:36 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-10-30 06:50:36 +0000
commitd78e68499bf23519b3576b3fb234b9a50ced6650 (patch)
treed736fcad1825b33a63a9ae8c5e0e6dfe0aec8f8f
parent0da8de51996cad0d5423dca0f333862ec78cc9e6 (diff)
libsidplay: use autotools_stage_all
-rw-r--r--packages/libsidplay/libsidplay_1.36.59.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/libsidplay/libsidplay_1.36.59.bb b/packages/libsidplay/libsidplay_1.36.59.bb
index 5dbc34c158..fc9a01279c 100644
--- a/packages/libsidplay/libsidplay_1.36.59.bb
+++ b/packages/libsidplay/libsidplay_1.36.59.bb
@@ -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
}
-