blob: f62550bb93e1317e970716fc09c353c61214ea0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Alsa OSS Compatibility Package"
MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
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"
inherit autotools
do_configure_prepend () {
touch NEWS README AUTHORS ChangeLog
}
do_stage () {
oe_libinstall -C alsa -a -so libaoss ${STAGING_LIBDIR}
oe_libinstall -C alsa -a -so libalsatoss ${STAGING_LIBDIR}
}
|