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

Khem Raj raj.khem at gmail.com
Fri Jan 26 04:01:10 UTC 2018



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 at cn.fujistu.com
> 
> 
> -----Original Message-----
> From: akuster808 [mailto:akuster808 at gmail.com]
> Sent: Wednesday, December 27, 2017 11:18 AM
> To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst at cn.fujitsu.com>; openembedded-devel at 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 at 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/*"
> 
> 
> 
> 
> 



More information about the Openembedded-devel mailing list