blob: 4ae04dd97d4078ea62d3a2d04e4205f583103797 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
inherit autotools_stage
do_configure_prepend () {
touch NEWS README AUTHORS ChangeLog
}
|