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
@@ -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
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 <skandigraun@gmail.com> --- v2: removed duplicated entry from the staticdev package file list .../{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%)