Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "Alsa OSS Compatibility Package" |
| 2 | SECTION = "libs/multimedia" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 5 | DEPENDS = "alsa-lib" |
| 6 | |
| 7 | SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ |
| 8 | file://libio.patch \ |
| 9 | " |
| 10 | SRC_URI[md5sum] = "91f57e8cee1ad4cc956caa8b62ac5d43" |
| 11 | SRC_URI[sha256sum] = "3ae62caa88a0bc7b30ed836dcb794dc6ef4d3650439e2260db54cace7d5c6ad5" |
| 12 | |
| 13 | inherit autotools |
| 14 | |
| 15 | LEAD_SONAME = "libaoss.so.0" |
| 16 | |
| 17 | do_configure_prepend () { |
| 18 | touch NEWS README AUTHORS ChangeLog |
| 19 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in |
| 20 | } |