From 7ab378859d8a3d4ae6a186fd021cc941cb5232ca Mon Sep 17 00:00:00 2001 From: leimaohui Date: Wed, 19 Jan 2022 00:40:04 +0800 Subject: [PATCH] xorg-xrdp: Upgraded from 0.2.5 to 0.2.18. - Upgraded 0.2.5 to 0.2.18 - Deleted xorg-xrdp from PNBLACKLIST, because build error with openssl 3.0 of xrdp has beed fixed. Signed-off-by: Lei Maohui Signed-off-by: Khem Raj --- .../xorg-xrdp/{xorgxrdp_0.2.5.bb => xorgxrdp_0.2.18.bb} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/xorg-xrdp/{xorgxrdp_0.2.5.bb => xorgxrdp_0.2.18.bb} (62%) diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb similarity index 62% rename from meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb rename to meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb index f5b90ecd99..eadf8c1b0b 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb @@ -10,16 +10,14 @@ DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" inherit features_check REQUIRED_DISTRO_FEATURES = "x11 pam" -SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=master;protocol=https" +SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=devel;protocol=https" -SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" +SRCREV = "752b7659773a11ca6d4600645547c06fdb8a23d9" -PV = "0.2.5" +PV = "0.2.18" 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"