]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-oss: Drop unneeded custom staging function
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 17 Nov 2009 21:51:36 +0000 (21:51 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 17 Nov 2009 21:51:36 +0000 (21:51 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/alsa/alsa-oss_1.0.17.bb

index b11947e86a82d52da4c91f816e4b543dce4ae9ed..4ae04dd97d4078ea62d3a2d04e4205f583103797 100644 (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}
-}