sorry, please drop this patch -Roy
On 2016年01月04日 09:14, [email protected] wrote:
From: Roy Li <[email protected]> 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 <[email protected]> --- .../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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
