And also by: https://patchwork.openembedded.org/patch/143340/
On Mon, Aug 28, 2017 at 5:26 PM, Khem Raj <[email protected]> wrote: > On Sun, Aug 27, 2017 at 11:05 PM, <[email protected]> wrote: > > From: Jackie Huang <[email protected]> > > > > Set the correct path for perl and avoid > > searching the one in hosttools that cause > > QA issue: > > > > | ERROR: enscript-1.6.6-r0 do_package_qa: QA Issue: /usr/bin/diffpp > > contained in package enscript requires > > /builddir/tmp/hosttools/perl, but no providers found in > RDEPENDS_enscript? [file-rdeps] > > > > already fixed with https://patchwork.openembedded.org/patch/143281/ > > > Signed-off-by: Jackie Huang <[email protected]> > > --- > > meta-oe/recipes-extended/enscript/enscript_1.6.6.bb | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb > b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb > > index 96129880a..65f1ccfa0 100644 > > --- a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb > > +++ b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb > > @@ -19,4 +19,6 @@ inherit autotools gettext > > SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd" > > SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa8 > 5975e66457ac5bf513427ae7fc77f5c0bb" > > > > +CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${bindir}/perl" > > + > > RDEPENDS_${PN} = "perl" > > -- > > 2.11.0 > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
