From 0fdb83e37c0559215cc7ac789831bee75b12a3fd Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 13 Sep 2022 18:19:29 +0800 Subject: [PATCH] xorgxrdp: upgrade 0.2.18 -> 0.9.19 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../xorg-xrdp/{xorgxrdp_0.2.18.bb => xorgxrdp_0.9.19.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/xorg-xrdp/{xorgxrdp_0.2.18.bb => xorgxrdp_0.9.19.bb} (71%) diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb similarity index 71% rename from meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb rename to meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb index eadf8c1b0b..9650d43695 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb @@ -10,11 +10,11 @@ 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=devel;protocol=https" +SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=v0.9;protocol=https" -SRCREV = "752b7659773a11ca6d4600645547c06fdb8a23d9" +SRCREV = "d463bad9639c910fadc2f30dac473c7688b11cfc" -PV = "0.2.18" +PV = "0.9.19" S = "${WORKDIR}/git"