summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2017-12-01 10:14:36 +0800
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:56 -0800
commit7859c81c0b8e35c6ee7cf6e519152250c0957008 (patch)
treebffa5efde01d706514189f7c2439e8fdce19a7c6 /meta-oe
parentd3854f0cbde5db354d3a0295733e23e4f40ab852 (diff)
downloadmeta-openembedded-7859c81c0b8e35c6ee7cf6e519152250c0957008.tar.gz
xrdp: new recipe
Add a new recipe xrdp_0.9.4.bb. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb19
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 000000000..f6fe42afd
--- /dev/null
+++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
@@ -0,0 +1,19 @@
1SUMMARY = "An open source remote desktop protocol(rdp) server."
2
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \
5"
6
7inherit distro_features_check
8
9DEPENDS = "openssl virtual/libx11 libxfixes libxrandr"
10
11REQUIRED_DISTRO_FEATURES = "x11"
12
13SRC_URI = "git://github.com/neutrinolabs/xrdp.git"
14
15SRCREV = "c295dd61b882e8b56677cf12791f43634f9190b5"
16
17PV = "0.9.4+git${SRCPV}"
18
19S = "${WORKDIR}/git"