diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2018-01-05 16:45:13 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-16 21:39:02 -0800 |
commit | 5e4dfb7ee63cdaa2de447e24e916474fc19f9560 (patch) | |
tree | aeda5b98874cb4c38c0fc56d7a4e04192e712764 | |
parent | 07480f1a42775a968f025673ca2987f66fc3a839 (diff) | |
download | meta-openembedded-5e4dfb7ee63cdaa2de447e24e916474fc19f9560.tar.gz |
xorgxrdp: new add
Add a new recipe xorgxrdp_0.2.5.bb.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 22 |
1 files changed, 22 insertions, 0 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.5.bb new file mode 100644 index 0000000000..20cf45f06d --- /dev/null +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Xorg drivers for xrdp." | ||
2 | |||
3 | LICENSE = "X11" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2523660329fdca3d954c0a87390e007 \ | ||
5 | " | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" | ||
10 | |||
11 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git \ | ||
12 | " | ||
13 | |||
14 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" | ||
15 | |||
16 | PV = "0.2.5+git${SRCPV}" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | FILES_${PN} += "${libdir}/xorg/modules/*" | ||
21 | |||
22 | INSANE_SKIP_${PN} += "xorg-driver-abi" | ||