diff options
| -rw-r--r-- | meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb (renamed from meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb index f5b90ecd99..eadf8c1b0b 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb | |||
| @@ -10,16 +10,14 @@ 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=master;protocol=https" | 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=devel;protocol=https" |
| 14 | 14 | ||
| 15 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" | 15 | SRCREV = "752b7659773a11ca6d4600645547c06fdb8a23d9" |
| 16 | 16 | ||
| 17 | PV = "0.2.5" | 17 | PV = "0.2.18" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | FILES:${PN} += "${libdir}/xorg/modules/*" | 21 | FILES:${PN} += "${libdir}/xorg/modules/*" |
| 22 | 22 | ||
| 23 | INSANE_SKIP:${PN} += "xorg-driver-abi" | 23 | INSANE_SKIP:${PN} += "xorg-driver-abi" |
| 24 | |||
| 25 | PNBLACKLIST[xorgxrdp] ?= "Depends on xrdp which needs porting to openssl 3.x" | ||
