xorgxrdp: Add to exclusion list for now

it needs xrdp which needs to be ported to openssl 3+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-10-18 08:45:47 -07:00
parent d79ca2ebc4
commit 138aaae151
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -21,3 +21,5 @@ S = "${WORKDIR}/git"
FILES:${PN} += "${libdir}/xorg/modules/*"
INSANE_SKIP:${PN} += "xorg-driver-abi"
PNBLACKLIST[xorgxrdp] ?= "Depends on xrdp which needs porting to openssl 3.x"