summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleimaohui <leimaohui@fujitsu.com>2022-01-19 00:40:04 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-19 09:01:04 -0800
commit7ab378859d8a3d4ae6a186fd021cc941cb5232ca (patch)
treeaf37eef972b153f0f44e85b7b5be02eb2a4fbac3
parent30ebf27c4cf2fa471909800a0bbeb582bb5594d1 (diff)
downloadmeta-openembedded-7ab378859d8a3d4ae6a186fd021cc941cb5232ca.tar.gz
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 <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb (renamed from meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb)8
1 files changed, 3 insertions, 5 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.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"
10inherit features_check 10inherit features_check
11REQUIRED_DISTRO_FEATURES = "x11 pam" 11REQUIRED_DISTRO_FEATURES = "x11 pam"
12 12
13SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=master;protocol=https" 13SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=devel;protocol=https"
14 14
15SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" 15SRCREV = "752b7659773a11ca6d4600645547c06fdb8a23d9"
16 16
17PV = "0.2.5" 17PV = "0.2.18"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21FILES:${PN} += "${libdir}/xorg/modules/*" 21FILES:${PN} += "${libdir}/xorg/modules/*"
22 22
23INSANE_SKIP:${PN} += "xorg-driver-abi" 23INSANE_SKIP:${PN} += "xorg-driver-abi"
24
25PNBLACKLIST[xorgxrdp] ?= "Depends on xrdp which needs porting to openssl 3.x"