xrdp: Exclude from builds

Needs work to compile with openssl 3.x

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-10-17 16:37:27 -07:00
parent 18986aadb5
commit 9b8b072cb0
2 changed files with 2 additions and 1 deletions

View File

@ -908,7 +908,7 @@ RDEPENDS:packagegroup-meta-oe-support ="\
nano \
xdg-user-dirs \
xmlsec1 \
${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xorgxrdp xrdp", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xorgxrdp", "", d)} \
usb-modeswitch-data \
usb-modeswitch \
liburing \

View File

@ -92,3 +92,4 @@ pkg_postinst:${PN}() {
fi
fi
}
PNBLACKLIST[xrdp] ?= "Needs porting to openssl 3.x"