From 89a119a2731f906ac2efcc5e51a26ce0ff88bfdf Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 26 Nov 2025 09:58:23 +0100 Subject: [PATCH] xorgxrdp: upgrade 0.9.19 -> 0.10.4 Changelog: 0.10.4: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.4 0.10.3: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.3 0.10.2: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.2 0.10.1: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.1 0.10.0: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.0 Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../{xorgxrdp_0.9.19.bb => xorgxrdp_0.10.4.bb} | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/xorg-xrdp/{xorgxrdp_0.9.19.bb => xorgxrdp_0.10.4.bb} (65%) diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.10.4.bb similarity index 65% rename from meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb rename to meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.10.4.bb index 533b0801cb..f111c4eed9 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.10.4.bb @@ -10,14 +10,17 @@ 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=v0.9;protocol=https" - -SRCREV = "d463bad9639c910fadc2f30dac473c7688b11cfc" - -PV = "0.9.19" +SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=v0.10;protocol=https;tag=v${PV}" +SRCREV = "2b1f913f4aa6b88d63d9ce9302c61cb0e39483f6" FILES:${PN} += "${libdir}/xorg/modules/*" +FILES:${PN}-staticdev += " \ + ${libdir}/xorg/modules/libxorgxrdp.a \ + ${libdir}/xorg/modules/drivers/xrdpdev_drv.a \ + ${libdir}/xorg/modules/input/xrdpmouse_drv.a \ + ${libdir}/xorg/modules/input/xrdpkeyb_drv.a \ + " require recipes-graphics/xorg-xserver/xserver-abi.inc