mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
alsa-oss: Drop unneeded custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user