diff options
| -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" | |||
| 10 | inherit features_check | 10 | inherit features_check |
| 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=v0.9;protocol=https" | 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=v0.10;protocol=https;tag=v${PV}" |
| 14 | |||
| 15 | SRCREV = "d463bad9639c910fadc2f30dac473c7688b11cfc" | ||
| 16 | |||
| 17 | PV = "0.9.19" | ||
| 18 | 14 | ||
| 15 | SRCREV = "2b1f913f4aa6b88d63d9ce9302c61cb0e39483f6" | ||
| 19 | 16 | ||
| 20 | FILES:${PN} += "${libdir}/xorg/modules/*" | 17 | FILES:${PN} += "${libdir}/xorg/modules/*" |
| 18 | FILES:${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 | ||
| 22 | require recipes-graphics/xorg-xserver/xserver-abi.inc | 25 | require recipes-graphics/xorg-xserver/xserver-abi.inc |
| 23 | 26 | ||
