Alexander Kanavin 599dfcfd66
mozjs-102: remove the recipe
mozjs-102 was retained for the purpose of supporting polkit;
with the backport of mozjs-115 patch for polkit there are no
further consumers, and it's not compatible with python 3.12.

I didn't look into what specifically breaks with 3.12, as getting
mozjs-115 to work with it was tricky enough, so I'd rather drop
mozjs-102, than attempt to make it work.

mozjs-115 is esr (long term support) release like mozjs-102,
but it is also newer and therefore will remain in support longer.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-27 00:15:53 -08:00

24 lines
634 B
Plaintext

RDEPENDS:packagegroup-meta-oe-devtools += "\
python3-distutils-extra \
rwmem \
mongodb \
"
RDEPENDS:packagegroup-meta-oe-devtools:remove:riscv64 = "mongodb"
RDEPENDS:packagegroup-meta-oe-devtools:remove:riscv32 = "mongodb"
RDEPENDS:packagegroup-meta-oe-devtools:remove:mipsarch = "mongodb"
RDEPENDS:packagegroup-meta-oe-devtools:remove:powerpc = "mongodb"
RDEPENDS:packagegroup-meta-oe-connectivity += "\
lirc \
"
RDEPENDS:packagegroup-meta-oe-extended += "\
lcdproc \
"
RDEPENDS:packagegroup-meta-oe-support += "\
nvmetcli \
smem \
"
RDEPENDS:packagegroup-meta-oe-extended:remove:libc-musl = "lcdproc"