[oe] [meta-oe][PATCH v2] xorgxrdp: new add

akuster808 akuster808 at gmail.com
Tue Jan 23 15:43:56 UTC 2018



On 01/22/2018 11:38 PM, Zheng, Ruoqin wrote:
> ping

its in master
http://cgit.openembedded.org/meta-openembedded/commit/?id=5e4dfb7ee63cdaa2de447e24e916474fc19f9560

>
> --------------------------------------------------
> Zheng Ruoqin
> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
> ADDR.: No.6 Wenzhu Road, Software Avenue,
>        Nanjing, 210012, China
> MAIL : zhengrq.fnst at cn.fujistu.com
>
>
> -----Original Message-----
> From: Zheng, Ruoqin/郑 若钦 
> Sent: Friday, January 05, 2018 4:45 PM
> To: openembedded-devel at lists.openembedded.org
> Cc: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst at cn.fujitsu.com>
> Subject: [oe][meta-oe][PATCH v2] xorgxrdp: new add
>
> Add a new recipe xorgxrdp_0.2.5.bb.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
> ---
>  .../recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb    | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>
> 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 0000000..20cf45f
> --- /dev/null
> +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
> @@ -0,0 +1,22 @@
> +SUMMARY = "Xorg drivers for xrdp."
> +
> +LICENSE = "X11"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=a2523660329fdca3d954c0a87390e007 
> +\ "
> +
> +inherit autotools pkgconfig
> +
> +DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
> +
> +SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git \
> +           "
> +
> +SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427"
> +
> +PV = "0.2.5+git${SRCPV}"
> +
> +S = "${WORKDIR}/git"
> +
> +FILES_${PN} += "${libdir}/xorg/modules/*"
> +
> +INSANE_SKIP_${PN} += "xorg-driver-abi"
> --
> 2.7.4
>
>
>




More information about the Openembedded-devel mailing list