aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa/alsa-oss_1.0.17.bb
blob: fcd154b93bf61c3203bfa3055eb2f8e6cfd132a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Alsa OSS Compatibility Package"
SECTION = "libs/multimedia"
LICENSE = "GPL"
DEPENDS = "alsa-lib"
PR = "r1"

SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
	   file://libio.patch;patch=1 \
	  "

inherit autotools_stage

LEAD_SONAME = "libaoss.so.0"

do_configure_prepend () {
	touch NEWS README AUTHORS ChangeLog
	sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in
}