blob: 4c38df4027c42265255d8337ba272e1385ad58c7 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Alsa OSS Compatibility Package"
2SECTION = "libs/multimedia"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004LIC_FILES_CHKSUM = "file://COPYING;md5=ed055b4eff93da784176a01582e6ec1a"
5DEPENDS = "alsa-lib"
6
Brad Bishop26bdd442019-08-16 17:08:17 -04007SRC_URI = "https://www.alsa-project.org/files/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008"
Brad Bishop34ae6002019-04-08 15:21:03 -04009SRC_URI[md5sum] = "9ec4bb783fdce19032aace086d65d874"
10SRC_URI[sha256sum] = "64adcef5927e848d2e024e64c4bf85b6f395964d9974ec61905ae4cb8d35d68e"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
12inherit autotools
13
14LEAD_SONAME = "libaoss.so.0"
15
Patrick Williams213cb262021-08-07 19:21:33 -050016do_configure:prepend () {
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017 touch NEWS README AUTHORS ChangeLog
18 sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in
19}
20
21# http://errors.yoctoproject.org/Errors/Details/186961/
Patrick Williams213cb262021-08-07 19:21:33 -050022COMPATIBLE_HOST:libc-musl = 'null'