All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] enscript: set the correct path for perl
@ 2017-08-28  6:05 jackie.huang
  2017-08-28 15:26 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: jackie.huang @ 2017-08-28  6:05 UTC (permalink / raw)
  To: openembedded-devel

From: Jackie Huang <jackie.huang@windriver.com>

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]

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 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] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
 
+CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${bindir}/perl"
+
 RDEPENDS_${PN} = "perl"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH] enscript: set the correct path for perl
  2017-08-28  6:05 [meta-oe][PATCH] enscript: set the correct path for perl jackie.huang
@ 2017-08-28 15:26 ` Khem Raj
  2017-08-28 23:17   ` Martin Jansa
  2017-08-29  1:07   ` Huang, Jie (Jackie)
  0 siblings, 2 replies; 7+ messages in thread
From: Khem Raj @ 2017-08-28 15:26 UTC (permalink / raw)
  To: jhuang0; +Cc: openembeded-devel

On Sun, Aug 27, 2017 at 11:05 PM,  <jackie.huang@windriver.com> wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> 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 <jackie.huang@windriver.com>
> ---
>  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] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
>
> +CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${bindir}/perl"
> +
>  RDEPENDS_${PN} = "perl"
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH] enscript: set the correct path for perl
  2017-08-28 15:26 ` Khem Raj
@ 2017-08-28 23:17   ` Martin Jansa
  2017-08-29  1:13     ` Huang, Jie (Jackie)
  2017-08-29  1:07   ` Huang, Jie (Jackie)
  1 sibling, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2017-08-28 23:17 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

And also by:
https://patchwork.openembedded.org/patch/143340/

On Mon, Aug 28, 2017 at 5:26 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Sun, Aug 27, 2017 at 11:05 PM,  <jackie.huang@windriver.com> wrote:
> > From: Jackie Huang <jackie.huang@windriver.com>
> >
> > 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 <jackie.huang@windriver.com>
> > ---
> >  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
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH] enscript: set the correct path for perl
  2017-08-28 15:26 ` Khem Raj
  2017-08-28 23:17   ` Martin Jansa
@ 2017-08-29  1:07   ` Huang, Jie (Jackie)
  2017-08-29  1:11     ` Khem Raj
  1 sibling, 1 reply; 7+ messages in thread
From: Huang, Jie (Jackie) @ 2017-08-29  1:07 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel



> -----Original Message-----
> From: Khem Raj [mailto:raj.khem@gmail.com]
> Sent: Monday, August 28, 2017 23:26
> To: Huang, Jie (Jackie)
> Cc: openembeded-devel
> Subject: Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl
> 
> On Sun, Aug 27, 2017 at 11:05 PM,  <jackie.huang@windriver.com> wrote:
> > From: Jackie Huang <jackie.huang@windriver.com>
> >
> > 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/

Got it, thanks!

Thanks,
Jackie

> 
> > Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> > ---
> >  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] =
> "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
> >
> > +CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${bindir}/perl"
> > +
> >  RDEPENDS_${PN} = "perl"
> > --
> > 2.11.0
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH] enscript: set the correct path for perl
  2017-08-29  1:07   ` Huang, Jie (Jackie)
@ 2017-08-29  1:11     ` Khem Raj
  2017-08-29  1:13       ` Huang, Jie (Jackie)
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2017-08-29  1:11 UTC (permalink / raw)
  To: Huang, Jie (Jackie); +Cc: openembeded-devel

On Mon, Aug 28, 2017 at 6:07 PM, Huang, Jie (Jackie)
<Jackie.Huang@windriver.com> wrote:
>
>
>> -----Original Message-----
>> From: Khem Raj [mailto:raj.khem@gmail.com]
>> Sent: Monday, August 28, 2017 23:26
>> To: Huang, Jie (Jackie)
>> Cc: openembeded-devel
>> Subject: Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl
>>
>> On Sun, Aug 27, 2017 at 11:05 PM,  <jackie.huang@windriver.com> wrote:
>> > From: Jackie Huang <jackie.huang@windriver.com>
>> >
>> > 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/
>

I prefer the patch that I sent since that does not hardcode variables that
configure should define.

> Got it, thanks!
>
> Thanks,
> Jackie
>
>>
>> > Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
>> > ---
>> >  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] =
>> "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
>> >
>> > +CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${bindir}/perl"
>> > +
>> >  RDEPENDS_${PN} = "perl"
>> > --
>> > 2.11.0
>> >
>> > --
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH] enscript: set the correct path for perl
  2017-08-28 23:17   ` Martin Jansa
@ 2017-08-29  1:13     ` Huang, Jie (Jackie)
  0 siblings, 0 replies; 7+ messages in thread
From: Huang, Jie (Jackie) @ 2017-08-29  1:13 UTC (permalink / raw)
  To: Martin Jansa, Khem Raj; +Cc: openembeded-devel

Ok, please ignore mine if one of them is accepted.

Thanks,
Jackie

From: Martin Jansa [mailto:martin.jansa@gmail.com]
Sent: Tuesday, August 29, 2017 07:17
To: Khem Raj
Cc: Huang, Jie (Jackie); openembeded-devel
Subject: Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl

And also by:
https://patchwork.openembedded.org/patch/143340/

On Mon, Aug 28, 2017 at 5:26 PM, Khem Raj <raj.khem@gmail.com<mailto:raj.khem@gmail.com>> wrote:
On Sun, Aug 27, 2017 at 11:05 PM,  <jackie.huang@windriver.com<mailto:jackie.huang@windriver.com>> wrote:
> From: Jackie Huang <jackie.huang@windriver.com<mailto:jackie.huang@windriver.com>>
>
> 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 <jackie.huang@windriver.com<mailto:jackie.huang@windriver.com>>
> ---
>  meta-oe/recipes-extended/enscript/enscript_1.6.6.bb<http://enscript_1.6.6.bb> | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb<http://enscript_1.6.6.bb> b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb<http://enscript_1.6.6.bb>
> index 96129880a..65f1ccfa0 100644
> --- a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb<http://enscript_1.6.6.bb>
> +++ b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb<http://enscript_1.6.6.bb>
> @@ -19,4 +19,6 @@ inherit autotools gettext
>  SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd"
>  SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
>
> +CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${bindir}/perl"
> +
>  RDEPENDS_${PN} = "perl"
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org<mailto:Openembedded-devel@lists.openembedded.org>
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org<mailto:Openembedded-devel@lists.openembedded.org>
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH] enscript: set the correct path for perl
  2017-08-29  1:11     ` Khem Raj
@ 2017-08-29  1:13       ` Huang, Jie (Jackie)
  0 siblings, 0 replies; 7+ messages in thread
From: Huang, Jie (Jackie) @ 2017-08-29  1:13 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel



> -----Original Message-----
> From: Khem Raj [mailto:raj.khem@gmail.com]
> Sent: Tuesday, August 29, 2017 09:11
> To: Huang, Jie (Jackie)
> Cc: openembeded-devel
> Subject: Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl
> 
> On Mon, Aug 28, 2017 at 6:07 PM, Huang, Jie (Jackie)
> <Jackie.Huang@windriver.com> wrote:
> >
> >
> >> -----Original Message-----
> >> From: Khem Raj [mailto:raj.khem@gmail.com]
> >> Sent: Monday, August 28, 2017 23:26
> >> To: Huang, Jie (Jackie)
> >> Cc: openembeded-devel
> >> Subject: Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl
> >>
> >> On Sun, Aug 27, 2017 at 11:05 PM,  <jackie.huang@windriver.com> wrote:
> >> > From: Jackie Huang <jackie.huang@windriver.com>
> >> >
> >> > 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/
> >
> 
> I prefer the patch that I sent since that does not hardcode variables that
> configure should define.

I agree.

Thanks,
Jackie

> 
> > Got it, thanks!
> >
> > Thanks,
> > Jackie
> >
> >>
> >> > Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> >> > ---
> >> >  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] =
> >>
> "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
> >> >
> >> > +CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${bindir}/perl"
> >> > +
> >> >  RDEPENDS_${PN} = "perl"
> >> > --
> >> > 2.11.0
> >> >
> >> > --
> >> > _______________________________________________
> >> > Openembedded-devel mailing list
> >> > Openembedded-devel@lists.openembedded.org
> >> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-29  1:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28  6:05 [meta-oe][PATCH] enscript: set the correct path for perl jackie.huang
2017-08-28 15:26 ` Khem Raj
2017-08-28 23:17   ` Martin Jansa
2017-08-29  1:13     ` Huang, Jie (Jackie)
2017-08-29  1:07   ` Huang, Jie (Jackie)
2017-08-29  1:11     ` Khem Raj
2017-08-29  1:13       ` Huang, Jie (Jackie)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.