[oe] [meta-oe][PATCH] xrdp: enable cpliboard

Anuj Mittal anuj.mittal at intel.com
Mon Feb 12 04:39:16 UTC 2018


On 02/12/2018 07:36 PM, zhengrq wrote:
> Add --enable-fuse option to enable cpliboard when copying from window OS to linux.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
> index 86a8023..d848f1d 100644
> --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
> +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb
> @@ -37,7 +37,7 @@ FILES_${PN}-dev += "${libdir}/xrdp/libcommon.so \
>                      ${libdir}/xrdp/libscp.so \
>                      ${libdir}/xrdp/libxrdpapi.so "
>  
> -EXTRA_OECONF = "--enable-pam-config=suse"
> +EXTRA_OECONF = "--enable-pam-config=suse --enable-fuse"

Shouldn't this be done using a PACKAGECONFIG so a DEPENDS is added on
fuse when enabled?

Thanks,
Anuj



More information about the Openembedded-devel mailing list