mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
alsa-lib: Convert to use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
6f8d9edfee
commit
5009d0b5d5
|
|
@ -2,6 +2,7 @@ DESCRIPTION = "Alsa sound library"
|
|||
HOMEPAGE = "http://www.alsa-project.org"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "GPL"
|
||||
PR = "r1"
|
||||
|
||||
# configure.in sets -D__arm__ on the command line for any arm system
|
||||
# (not just those with the ARM instruction set), this should be removed,
|
||||
|
|
@ -12,22 +13,13 @@ ARM_INSTRUCTION_SET = "arm"
|
|||
SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
|
||||
file://fix-tstamp-declaration.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
require alsa-fpu.inc
|
||||
EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} "
|
||||
|
||||
EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python"
|
||||
|
||||
do_stage () {
|
||||
oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/
|
||||
install -d ${STAGING_INCDIR}/alsa/sound
|
||||
install -m 0644 include/*.h ${STAGING_INCDIR}/alsa/
|
||||
#install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/
|
||||
install -d ${STAGING_DATADIR}/aclocal
|
||||
install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/
|
||||
}
|
||||
|
||||
PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
|
||||
FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
|
||||
FILES_libasound = "${libdir}/libasound.so.*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user