mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
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>
This commit is contained in:
@@ -657,7 +657,6 @@ RDEPENDS:packagegroup-meta-oe-kernel:remove:riscv64 = "crash makedumpfile oprofi
|
|||||||
RDEPENDS:packagegroup-meta-oe-kernel:remove:riscv32 = "crash makedumpfile oprofile"
|
RDEPENDS:packagegroup-meta-oe-kernel:remove:riscv32 = "crash makedumpfile oprofile"
|
||||||
|
|
||||||
RDEPENDS:packagegroup-meta-oe-multimedia ="\
|
RDEPENDS:packagegroup-meta-oe-multimedia ="\
|
||||||
alsa-oss \
|
|
||||||
${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "faad2", "", d)} \
|
${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "faad2", "", d)} \
|
||||||
dirsplit \
|
dirsplit \
|
||||||
genisoimage \
|
genisoimage \
|
||||||
@@ -691,8 +690,6 @@ RDEPENDS:packagegroup-meta-oe-multimedia ="\
|
|||||||
libopusenc \
|
libopusenc \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:packagegroup-meta-oe-multimedia:remove:libc-musl = "alsa-oss"
|
|
||||||
|
|
||||||
RDEPENDS:packagegroup-meta-oe-navigation ="\
|
RDEPENDS:packagegroup-meta-oe-navigation ="\
|
||||||
geos \
|
geos \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "bluz4", "gpsd-machine-conf gpsd", "", d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "bluz4", "gpsd-machine-conf gpsd", "", d)} \
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
SUMMARY = "Alsa OSS Compatibility Package"
|
|
||||||
SECTION = "libs/multimedia"
|
|
||||||
LICENSE = "GPL-2.0-only"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ed055b4eff93da784176a01582e6ec1a"
|
|
||||||
DEPENDS = "alsa-lib"
|
|
||||||
|
|
||||||
SRC_URI = "https://www.alsa-project.org/files/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
|
|
||||||
"
|
|
||||||
SRC_URI[md5sum] = "9ec4bb783fdce19032aace086d65d874"
|
|
||||||
SRC_URI[sha256sum] = "64adcef5927e848d2e024e64c4bf85b6f395964d9974ec61905ae4cb8d35d68e"
|
|
||||||
|
|
||||||
inherit autotools
|
|
||||||
|
|
||||||
LEAD_SONAME = "libaoss.so.0"
|
|
||||||
|
|
||||||
do_configure:prepend () {
|
|
||||||
touch NEWS README AUTHORS ChangeLog
|
|
||||||
sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in
|
|
||||||
}
|
|
||||||
|
|
||||||
# http://errors.yoctoproject.org/Errors/Details/186961/
|
|
||||||
COMPATIBLE_HOST:libc-musl = 'null'
|
|
||||||
Reference in New Issue
Block a user