diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-10-18 08:45:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-19 09:23:08 -0700 |
commit | 138aaae1510621c25d7ca7905abc8b6b5de8452e (patch) | |
tree | b0413d59e750a1b33141575bfc4a9787d69976da /meta-oe/recipes-support/xorg-xrdp | |
parent | d79ca2ebc434f7c89892b2dbb79c038d74e5ce2b (diff) | |
download | meta-openembedded-138aaae1510621c25d7ca7905abc8b6b5de8452e.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support/xorg-xrdp')
-rw-r--r-- | meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb index fd22defb2..25dbe1379 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | |||
@@ -21,3 +21,5 @@ S = "${WORKDIR}/git" | |||
21 | FILES:${PN} += "${libdir}/xorg/modules/*" | 21 | FILES:${PN} += "${libdir}/xorg/modules/*" |
22 | 22 | ||
23 | INSANE_SKIP:${PN} += "xorg-driver-abi" | 23 | INSANE_SKIP:${PN} += "xorg-driver-abi" |
24 | |||
25 | PNBLACKLIST[xorgxrdp] ?= "Depends on xrdp which needs porting to openssl 3.x" | ||