Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Alsa OSS Compatibility Package" |
| 2 | SECTION = "libs/multimedia" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ed055b4eff93da784176a01582e6ec1a" |
| 5 | DEPENDS = "alsa-lib" |
| 6 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 7 | SRC_URI = "https://www.alsa-project.org/files/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | " |
Brad Bishop | 34ae600 | 2019-04-08 15:21:03 -0400 | [diff] [blame] | 9 | SRC_URI[md5sum] = "9ec4bb783fdce19032aace086d65d874" |
| 10 | SRC_URI[sha256sum] = "64adcef5927e848d2e024e64c4bf85b6f395964d9974ec61905ae4cb8d35d68e" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | |
| 12 | inherit autotools |
| 13 | |
| 14 | LEAD_SONAME = "libaoss.so.0" |
| 15 | |
| 16 | do_configure_prepend () { |
| 17 | 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/ |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame^] | 22 | COMPATIBLE_HOST_libc-musl = 'null' |