All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] xrdp: new recipe
@ 2017-11-24  8:10 zhengrq
  2017-11-24  8:26 ` Andreas Müller
  0 siblings, 1 reply; 4+ messages in thread
From: zhengrq @ 2017-11-24  8:10 UTC (permalink / raw)
  To: openembedded-devel

Add a new recipe xrdp_0.9.4.bb.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 11 +++++++++++
 1 file changed, 11 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..5700936
--- /dev/null
+++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
@@ -0,0 +1,11 @@
+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 = "https://github.com/neutrinolabs/xrdp/releases/download/v${PV}/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "44598489561125182f6e2e0c33ac8e19"
+SRC_URI[sha256sum] = "059e362db550b58a108117e6538363d90f07edd0a54810affae977a6b0bb6ea7"
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-oe][PATCH] xrdp: new recipe
  2017-11-24  8:10 [meta-oe][PATCH] xrdp: new recipe zhengrq
@ 2017-11-24  8:26 ` Andreas Müller
  2017-11-28  2:34   ` Zheng, Ruoqin
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2017-11-24  8:26 UTC (permalink / raw)
  To: zhengrq; +Cc: openembedded-devel

On Fri, Nov 24, 2017 at 9:10 AM, zhengrq <zhengrq.fnst@cn.fujitsu.com>
wrote:

> Add a new recipe xrdp_0.9.4.bb.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 11 +++++++++++
>  1 file changed, 11 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..5700936
> --- /dev/null
> +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
> @@ -0,0 +1,11 @@
> +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"
> +
>
Please use git - github tends to rebuild tarballs which changes checksums.

> +SRC_URI = "https://github.com/neutrinolabs/xrdp/releases/
> download/v${PV}/${BPN}-${PV}.tar.gz"
> +SRC_URI[md5sum] = "44598489561125182f6e2e0c33ac8e19"
> +SRC_URI[sha256sum] = "059e362db550b58a108117e6538363
> d90f07edd0a54810affae977a6b0bb6ea7"
> --
> 2.7.4
>
Andreas


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-oe][PATCH] xrdp: new recipe
  2017-11-24  8:26 ` Andreas Müller
@ 2017-11-28  2:34   ` Zheng, Ruoqin
  2017-11-28  8:34     ` Andreas Müller
  0 siblings, 1 reply; 4+ messages in thread
From: Zheng, Ruoqin @ 2017-11-28  2:34 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-devel

Hi Andreas:
    Do you mean use git SRC_URI and SRCREV instead of tarballs?

--------------------------------------------------
Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
       Nanjing, 210012, China
MAIL : zhengrq.fnst@cn.fujistu.com

From: Andreas Müller [mailto:schnitzeltony@gmail.com]
Sent: Friday, November 24, 2017 4:26 PM
To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst@cn.fujitsu.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe][PATCH] xrdp: new recipe

On Fri, Nov 24, 2017 at 9:10 AM, zhengrq <zhengrq.fnst@cn.fujitsu.com<mailto:zhengrq.fnst@cn.fujitsu.com>> wrote:
Add a new recipe xrdp_0.9.4.bb<http://xrdp_0.9.4.bb>.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com<mailto:zhengrq.fnst@cn.fujitsu.com>>
---
 meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb<http://xrdp_0.9.4.bb> | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb<http://xrdp_0.9.4.bb>

diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb<http://xrdp_0.9.4.bb> b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb<http://xrdp_0.9.4.bb>
new file mode 100644
index 0000000..5700936
--- /dev/null
+++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb<http://xrdp_0.9.4.bb>
@@ -0,0 +1,11 @@
+DESCRIPTION = "An open source remote desktop protocol(rdp) server."
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \
+<file:///\\COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21%20\%0b+>"
+
+DEPENDS = "openssl virtual/libx11 libxfixes libxrandr"
+
Please use git - github tends to rebuild tarballs which changes checksums.
+SRC_URI = "https://github.com/neutrinolabs/xrdp/releases/download/v${PV}/${BPN}-${PV}.tar.gz<https://github.com/neutrinolabs/xrdp/releases/download/v$%7bPV%7d/$%7bBPN%7d-$%7bPV%7d.tar.gz>"
+SRC_URI[md5sum] = "44598489561125182f6e2e0c33ac8e19"
+SRC_URI[sha256sum] = "059e362db550b58a108117e6538363d90f07edd0a54810affae977a6b0bb6ea7"
--
2.7.4
Andreas



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-oe][PATCH] xrdp: new recipe
  2017-11-28  2:34   ` Zheng, Ruoqin
@ 2017-11-28  8:34     ` Andreas Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2017-11-28  8:34 UTC (permalink / raw)
  To: Zheng, Ruoqin; +Cc: openembedded-devel

On Tue, Nov 28, 2017 at 3:34 AM, Zheng, Ruoqin <zhengrq.fnst@cn.fujitsu.com>
wrote:
Hi Ruoqin,

> Hi Andreas:
>
>     Do you mean use git SRC_URI and SRCREV instead of tarballs?
>
Yes please. There were some discussions - the last I found is at [1]

[1]
http://lists.openembedded.org/pipermail/openembedded-core/2017-September/142519.html

Regards

Andreas


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-28  8:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24  8:10 [meta-oe][PATCH] xrdp: new recipe zhengrq
2017-11-24  8:26 ` Andreas Müller
2017-11-28  2:34   ` Zheng, Ruoqin
2017-11-28  8:34     ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.