All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] xorgxrdp: new add
@ 2017-12-19 16:11 zhengrq
  2017-12-27  3:18 ` akuster808
  0 siblings, 1 reply; 4+ messages in thread
From: zhengrq @ 2017-12-19 16:11 UTC (permalink / raw)
  To: openembedded-devel

Add a new recipe xorgxrdp_0.2.5.bb.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 20 ++++++++++++++++++++
 1 file changed, 20 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..b41190d
--- /dev/null
+++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
@@ -0,0 +1,20 @@
+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/*"
-- 
2.7.4





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

* Re: [meta-oe][PATCH] xorgxrdp: new add
  2017-12-19 16:11 [meta-oe][PATCH] xorgxrdp: new add zhengrq
@ 2017-12-27  3:18 ` akuster808
  2017-12-28  2:25   ` Zheng, Ruoqin
  0 siblings, 1 reply; 4+ messages in thread
From: akuster808 @ 2017-12-27  3:18 UTC (permalink / raw)
  To: zhengrq, openembedded-devel



On 12/19/2017 08:11 AM, zhengrq wrote:
> Add a new recipe xorgxrdp_0.2.5.bb.

I am seeing

ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: QA Issue: Package xorgxrdp contains Xorg driver (xrdpdev_drv.so) but no xorg-abi- dependencies [xorg-driver-abi]
ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: Function failed: do_package_qa

please fix.

- armin

> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 20 ++++++++++++++++++++
>  1 file changed, 20 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..b41190d
> --- /dev/null
> +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
> @@ -0,0 +1,20 @@
> +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/*"



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

* Re: [meta-oe][PATCH] xorgxrdp: new add
  2017-12-27  3:18 ` akuster808
@ 2017-12-28  2:25   ` Zheng, Ruoqin
  2018-01-26  4:01     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Zheng, Ruoqin @ 2017-12-28  2:25 UTC (permalink / raw)
  To: akuster808, openembedded-devel

Hi armin
    Could you give me some advice about how to fix it?
    
    Thank you.

--------------------------------------------------
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


-----Original Message-----
From: akuster808 [mailto:akuster808@gmail.com] 
Sent: Wednesday, December 27, 2017 11:18 AM
To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst@cn.fujitsu.com>; openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe][PATCH] xorgxrdp: new add



On 12/19/2017 08:11 AM, zhengrq wrote:
> Add a new recipe xorgxrdp_0.2.5.bb.

I am seeing

ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: QA Issue: Package xorgxrdp contains Xorg driver (xrdpdev_drv.so) but no xorg-abi- dependencies [xorg-driver-abi]
ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: Function failed: do_package_qa

please fix.

- armin

> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 20 
> ++++++++++++++++++++
>  1 file changed, 20 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..b41190d
> --- /dev/null
> +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
> @@ -0,0 +1,20 @@
> +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/*"






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

* Re: [meta-oe][PATCH] xorgxrdp: new add
  2017-12-28  2:25   ` Zheng, Ruoqin
@ 2018-01-26  4:01     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2018-01-26  4:01 UTC (permalink / raw)
  To: openembedded-devel



On 12/27/17 6:25 PM, Zheng, Ruoqin wrote:
> Hi armin
>      Could you give me some advice about how to fix it?
>      


you probably require xorg-driver-common.inc to be included in this recipe.

>      Thank you.
> 
> --------------------------------------------------
> 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
> 
> 
> -----Original Message-----
> From: akuster808 [mailto:akuster808@gmail.com]
> Sent: Wednesday, December 27, 2017 11:18 AM
> To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst@cn.fujitsu.com>; openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] xorgxrdp: new add
> 
> 
> 
> On 12/19/2017 08:11 AM, zhengrq wrote:
>> Add a new recipe xorgxrdp_0.2.5.bb.
> 
> I am seeing
> 
> ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: QA Issue: Package xorgxrdp contains Xorg driver (xrdpdev_drv.so) but no xorg-abi- dependencies [xorg-driver-abi]
> ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
> ERROR: xorgxrdp-0.2.5+gitAUTOINC+c122544f18-r0 do_package_qa: Function failed: do_package_qa
> 
> please fix.
> 
> - armin
> 
>> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
>> ---
>>   meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 20
>> ++++++++++++++++++++
>>   1 file changed, 20 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..b41190d
>> --- /dev/null
>> +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>> @@ -0,0 +1,20 @@
>> +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/*"
> 
> 
> 
> 
> 


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

end of thread, other threads:[~2018-01-26  4:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-19 16:11 [meta-oe][PATCH] xorgxrdp: new add zhengrq
2017-12-27  3:18 ` akuster808
2017-12-28  2:25   ` Zheng, Ruoqin
2018-01-26  4:01     ` Khem Raj

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.