[oe] [PATCH][meta-networking] mime-construct: Perform more mangling for perl path

Rongqing Li rongqing.li at windriver.com
Mon Jan 4 08:53:39 UTC 2016


sorry, please drop this patch

-Roy

On 2016年01月04日 09:14, rongqing.li at windriver.com wrote:
> From: Roy Li <rongqing.li at windriver.com>
>
> native perl is in /usr/bin/mime-construct, introduce the below
> QA warning, it should be replaced:
>
> WARNING: QA Issue: /usr/bin/mime-construct_mime-construct contained in package mime-construct requires
> tmp/sysroots/x86_64-linux/usr/bin/perl-native/perl, but no providers found in its RDEPENDS [file-rdeps]
>
> Signed-off-by: Roy Li <rongqing.li at windriver.com>
> ---
>   .../recipes-extended/mime-construct/mime-construct_1.11.bb          | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/meta-networking/recipes-extended/mime-construct/mime-construct_1.11.bb b/meta-networking/recipes-extended/mime-construct/mime-construct_1.11.bb
> index 6db4fdf..61bcd13 100644
> --- a/meta-networking/recipes-extended/mime-construct/mime-construct_1.11.bb
> +++ b/meta-networking/recipes-extended/mime-construct/mime-construct_1.11.bb
> @@ -20,3 +20,9 @@ inherit cpan
>   RDEPENDS_${PN} = "msmtp perl perl-module-mime-base64 perl-module-mime-quotedprint \
>       libproc-waitstat-perl libmime-types-perl perl-module-filehandle perl-module-posix \
>   "
> +
> +do_install_append() {
> +   #change the interpreter in file
> +   sed -i -e "s|${STAGING_BINDIR_NATIVE}/perl-native/perl -w|${bindir}/env perl|g" \
> +      ${D}/${bindir}/mime-construct
> +}
>

-- 
Best Reagrds,
Roy | RongQing Li



More information about the Openembedded-devel mailing list