mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
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:
@@ -908,7 +908,6 @@ RDEPENDS:packagegroup-meta-oe-support ="\
|
|||||||
nano \
|
nano \
|
||||||
xdg-user-dirs \
|
xdg-user-dirs \
|
||||||
xmlsec1 \
|
xmlsec1 \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xorgxrdp", "", d)} \
|
|
||||||
usb-modeswitch-data \
|
usb-modeswitch-data \
|
||||||
usb-modeswitch \
|
usb-modeswitch \
|
||||||
liburing \
|
liburing \
|
||||||
|
|||||||
@@ -21,3 +21,5 @@ S = "${WORKDIR}/git"
|
|||||||
FILES:${PN} += "${libdir}/xorg/modules/*"
|
FILES:${PN} += "${libdir}/xorg/modules/*"
|
||||||
|
|
||||||
INSANE_SKIP:${PN} += "xorg-driver-abi"
|
INSANE_SKIP:${PN} += "xorg-driver-abi"
|
||||||
|
|
||||||
|
PNBLACKLIST[xorgxrdp] ?= "Depends on xrdp which needs porting to openssl 3.x"
|
||||||
|
|||||||
Reference in New Issue
Block a user