alsa-oss: Drop unneeded custom staging function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-17 21:51:36 +00:00
parent c5f2ff91f6
commit 7bf17e82eb
1 changed files with 1 additions and 6 deletions

View File

@ -5,13 +5,8 @@ DEPENDS = "alsa-lib"
SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2"
inherit autotools
inherit autotools_stage
do_configure_prepend () {
touch NEWS README AUTHORS ChangeLog
}
do_stage () {
oe_libinstall -C alsa -a -so libaoss ${STAGING_LIBDIR}
oe_libinstall -C alsa -a -so libalsatoss ${STAGING_LIBDIR}
}