blob: cb77cc6759dfc64bfedf696f95bf92fa6b21af9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "Alsa OSS Compatibility Package"
SECTION = "libs/multimedia"
LICENSE = "GPL"
DEPENDS = "alsa-lib"
SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
file://libio.patch;patch=1 \
"
inherit autotools
LEAD_SONAME = "libaoss.so.0"
do_configure_prepend () {
touch NEWS README AUTHORS ChangeLog
}
do_stage () {
autotools_stage_all
}
|