diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-26 09:58:23 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-26 15:28:08 -0800 |
| commit | 89a119a2731f906ac2efcc5e51a26ce0ff88bfdf (patch) | |
| tree | 2f532bde66f03d342cf8209fd5caef1c99e0a494 | |
| parent | 07c05145faa1a6112bde05a1f316b602cedd7029 (diff) | |
| download | meta-openembedded-89a119a2731f906ac2efcc5e51a26ce0ff88bfdf.tar.gz | |
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>
| -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 | ||
