summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.10.4.bb (renamed from meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb)13
1 files changed, 8 insertions, 5 deletions
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
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"
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=v0.9;protocol=https" 13SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=v0.10;protocol=https;tag=v${PV}"
14
15SRCREV = "d463bad9639c910fadc2f30dac473c7688b11cfc"
16
17PV = "0.9.19"
18 14
15SRCREV = "2b1f913f4aa6b88d63d9ce9302c61cb0e39483f6"
19 16
20FILES:${PN} += "${libdir}/xorg/modules/*" 17FILES:${PN} += "${libdir}/xorg/modules/*"
18FILES:${PN}-staticdev += " \
19 ${libdir}/xorg/modules/libxorgxrdp.a \
20 ${libdir}/xorg/modules/drivers/xrdpdev_drv.a \
21 ${libdir}/xorg/modules/input/xrdpmouse_drv.a \
22 ${libdir}/xorg/modules/input/xrdpkeyb_drv.a \
23 "
21 24
22require recipes-graphics/xorg-xserver/xserver-abi.inc 25require recipes-graphics/xorg-xserver/xserver-abi.inc
23 26