blob: 00e00dc62bdbd648a61c77f7f0efc91759f46556 (
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
do_configure_prepend () {
touch NEWS README AUTHORS ChangeLog
}
|