summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-30 22:30:37 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-03 08:11:30 -0800
commitb3fdc71ef3c358bb2f88a66b3a8d4d07f5c8059c (patch)
tree38ecb0107bc23fc3a3ceb22def378551a2cd494e /meta-oe/recipes-multimedia
parent2ed851859202c843cab38083b6c57b197674b68d (diff)
downloadmeta-openembedded-b3fdc71ef3c358bb2f88a66b3a8d4d07f5c8059c.tar.gz
alsa-oss: Remove recipe
This is not used anywhere in meta-openembedded and will have to be fixed when enanbling LFS and time64_t. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb
deleted file mode 100644
index 4c38df4027..0000000000
--- a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "Alsa OSS Compatibility Package"
2SECTION = "libs/multimedia"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ed055b4eff93da784176a01582e6ec1a"
5DEPENDS = "alsa-lib"
6
7SRC_URI = "https://www.alsa-project.org/files/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
8"
9SRC_URI[md5sum] = "9ec4bb783fdce19032aace086d65d874"
10SRC_URI[sha256sum] = "64adcef5927e848d2e024e64c4bf85b6f395964d9974ec61905ae4cb8d35d68e"
11
12inherit autotools
13
14LEAD_SONAME = "libaoss.so.0"
15
16do_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/
22COMPATIBLE_HOST:libc-musl = 'null'