[oe] [meta-oe][PATCH v2] xrdp: new recipe

Martin Jansa martin.jansa at gmail.com
Tue Nov 28 12:03:20 UTC 2017


Use SUMMARY instead of DESCRIPTION.

And you might want to add x11 to REQUIRED_DISTRO_FEATURES due to libx*
dependencies.

On Tue, Nov 28, 2017 at 12:03 PM, zhengrq <zhengrq.fnst at cn.fujitsu.com>
wrote:

> Add a new recipe xrdp_0.9.4.bb.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
>
> 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 0000000..62311ad
> --- /dev/null
> +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
> @@ -0,0 +1,15 @@
> +DESCRIPTION = "An open source remote desktop protocol(rdp) server."
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \
> +"
> +
> +DEPENDS = "openssl virtual/libx11 libxfixes libxrandr"
> +
> +SRC_URI = "git://github.com/neutrinolabs/xrdp.git"
> +
> +SRCREV = "c295dd61b882e8b56677cf12791f43634f9190b5"
> +
> +PV = "0.9.4+git${SRCPV}"
> +
> +S = "${WORKDIR}/git"
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list