mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
d79ca2ebc4
commit
138aaae151
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user