toscoterm: Skip recipe, slated for removal

It needs to be brought forward to work with latest, it fails
to build with vte9 0.74.1 in meta-oe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Khem Raj 2023-11-12 09:37:16 -08:00
parent 10acc87271
commit d4947d869a
2 changed files with 2 additions and 1 deletions

View File

@ -891,7 +891,6 @@ RDEPENDS:packagegroup-meta-oe-support ="\
pcsc-lite \
pcsc-tools \
sharutils \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "toscoterm", "", d)} \
sg3-utils \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "uim", "", d)} \
uchardet \

View File

@ -27,3 +27,5 @@ do_install() {
}
RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-ibm437"
SKIP_RECIPE[toscoterm] ?= "Needs porting to work with latest vte9 >= 0.74.1"