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 | |
| 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>
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 188677f5f5..3bc1e459f7 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
| @@ -908,7 +908,6 @@ RDEPENDS:packagegroup-meta-oe-support ="\ | |||
| 908 | nano \ | 908 | nano \ |
| 909 | xdg-user-dirs \ | 909 | xdg-user-dirs \ |
| 910 | xmlsec1 \ | 910 | xmlsec1 \ |
| 911 | ${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xorgxrdp", "", d)} \ | ||
| 912 | usb-modeswitch-data \ | 911 | usb-modeswitch-data \ |
| 913 | usb-modeswitch \ | 912 | usb-modeswitch \ |
| 914 | liburing \ | 913 | liburing \ |
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 fd22defb24..25dbe1379c 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" | ||
