diff options
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb new file mode 100644 index 0000000000..f6fe42afde --- /dev/null +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "An open source remote desktop protocol(rdp) server." | ||
| 2 | |||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \ | ||
| 5 | " | ||
| 6 | |||
| 7 | inherit distro_features_check | ||
| 8 | |||
| 9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr" | ||
| 10 | |||
| 11 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/neutrinolabs/xrdp.git" | ||
| 14 | |||
| 15 | SRCREV = "c295dd61b882e8b56677cf12791f43634f9190b5" | ||
| 16 | |||
| 17 | PV = "0.9.4+git${SRCPV}" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/git" | ||
