All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure
@ 2019-03-27 12:59 Vincent Prince
  2019-03-27 13:05 ` Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Prince @ 2019-03-27 12:59 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
---
 meta/recipes-core/meta/target-sdk-provides-dummy.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
index 60499f7..85472a8 100644
--- a/meta/recipes-core/meta/target-sdk-provides-dummy.bb
+++ b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
@@ -20,6 +20,7 @@ DUMMYPROVIDES = "\
     libxml-parser-perl \
     perl-module-bytes \
     perl-module-carp \
+    perl-module-config \
     perl-module-constant \
     perl-module-data-dumper \
     perl-module-errno \
@@ -35,10 +36,12 @@ DUMMYPROVIDES = "\
     perl-module-getopt-long \
     perl-module-io-file \
     perl-module-overload \
+    perl-module-overloading \
     perl-module-posix \
     perl-module-thread-queue \
     perl-module-threads \
     perl-module-warnings \
+    perl-module-warnings-register \
     /bin/sh \
     /bin/bash \
     /usr/bin/env \
-- 
2.7.4



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

* Re: [PATCH] target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure
  2019-03-27 12:59 [PATCH] target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure Vincent Prince
@ 2019-03-27 13:05 ` Alexander Kanavin
  2019-03-27 17:10   ` Vincent Prince
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kanavin @ 2019-03-27 13:05 UTC (permalink / raw)
  To: Vincent Prince; +Cc: OE-core

Can you specify in detail what the failure is please? It is not
happening on the AB.

Alex

On Wed, 27 Mar 2019 at 13:59, Vincent Prince
<vincent.prince.fr@gmail.com> wrote:
>
> Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
> ---
>  meta/recipes-core/meta/target-sdk-provides-dummy.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> index 60499f7..85472a8 100644
> --- a/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> +++ b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> @@ -20,6 +20,7 @@ DUMMYPROVIDES = "\
>      libxml-parser-perl \
>      perl-module-bytes \
>      perl-module-carp \
> +    perl-module-config \
>      perl-module-constant \
>      perl-module-data-dumper \
>      perl-module-errno \
> @@ -35,10 +36,12 @@ DUMMYPROVIDES = "\
>      perl-module-getopt-long \
>      perl-module-io-file \
>      perl-module-overload \
> +    perl-module-overloading \
>      perl-module-posix \
>      perl-module-thread-queue \
>      perl-module-threads \
>      perl-module-warnings \
> +    perl-module-warnings-register \
>      /bin/sh \
>      /bin/bash \
>      /usr/bin/env \
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure
  2019-03-27 13:05 ` Alexander Kanavin
@ 2019-03-27 17:10   ` Vincent Prince
  0 siblings, 0 replies; 3+ messages in thread
From: Vincent Prince @ 2019-03-27 17:10 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1800 bytes --]

Hi Alexander,

I added those to fix issue raised by lcov recipe, I'll check again tomorrow.

Regards,
Vincent

Le mer. 27 mars 2019 à 14:05, Alexander Kanavin <alex.kanavin@gmail.com> a
écrit :

> Can you specify in detail what the failure is please? It is not
> happening on the AB.
>
> Alex
>
> On Wed, 27 Mar 2019 at 13:59, Vincent Prince
> <vincent.prince.fr@gmail.com> wrote:
> >
> > Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
> > ---
> >  meta/recipes-core/meta/target-sdk-provides-dummy.bb | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> > index 60499f7..85472a8 100644
> > --- a/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> > +++ b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> > @@ -20,6 +20,7 @@ DUMMYPROVIDES = "\
> >      libxml-parser-perl \
> >      perl-module-bytes \
> >      perl-module-carp \
> > +    perl-module-config \
> >      perl-module-constant \
> >      perl-module-data-dumper \
> >      perl-module-errno \
> > @@ -35,10 +36,12 @@ DUMMYPROVIDES = "\
> >      perl-module-getopt-long \
> >      perl-module-io-file \
> >      perl-module-overload \
> > +    perl-module-overloading \
> >      perl-module-posix \
> >      perl-module-thread-queue \
> >      perl-module-threads \
> >      perl-module-warnings \
> > +    perl-module-warnings-register \
> >      /bin/sh \
> >      /bin/bash \
> >      /usr/bin/env \
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3313 bytes --]

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

end of thread, other threads:[~2019-03-27 17:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 12:59 [PATCH] target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure Vincent Prince
2019-03-27 13:05 ` Alexander Kanavin
2019-03-27 17:10   ` Vincent Prince

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.