mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
07c05145fa
commit
89a119a273
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user