All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS
@ 2018-09-24 20:17 Nicolas Dechesne
  2018-09-24 20:26 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Dechesne @ 2018-09-24 20:17 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Nicolas Dechesne

libebml depends on dos2unix classe since 26dafa0f3542 (libebml: inherit
dos2unix), so LAYERDEPENDS needs to be updated accordingly, otherwise we are
getting a ParseError:

ERROR: ParseError at
/srv/work/oe/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb:13:
Could not inherit file classes/dos2unix.bbclass

It was initially found with yocto-check-layer script.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
---
 meta-multimedia/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
index cfedf2f6b..a1dfed4e9 100644
--- a/meta-multimedia/conf/layer.conf
+++ b/meta-multimedia/conf/layer.conf
@@ -27,6 +27,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
 # cause compatibility issues with other layers
 LAYERVERSION_multimedia-layer = "1"
 
-LAYERDEPENDS_multimedia-layer = "core"
+LAYERDEPENDS_multimedia-layer = "core openembedded-layer"
 
 LAYERSERIES_COMPAT_multimedia-layer = "sumo"
-- 
2.18.0



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

* Re: [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS
  2018-09-24 20:17 [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS Nicolas Dechesne
@ 2018-09-24 20:26 ` Khem Raj
  2018-09-24 20:45   ` Nicolas Dechesne
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2018-09-24 20:26 UTC (permalink / raw)
  To: Nicolas Dechesne; +Cc: openembedded-devel

Dos2unix is in oe-core now please try with master

On Mon, Sep 24, 2018 at 1:19 PM Nicolas Dechesne <
nicolas.dechesne@linaro.org> wrote:

> libebml depends on dos2unix classe since 26dafa0f3542 (libebml: inherit
> dos2unix), so LAYERDEPENDS needs to be updated accordingly, otherwise we
> are
> getting a ParseError:
>
> ERROR: ParseError at
> /srv/work/oe/meta-openembedded/meta-multimedia/recipes-mkv/libebml/
> libebml_1.3.0.bb:13:
> Could not inherit file classes/dos2unix.bbclass
>
> It was initially found with yocto-check-layer script.
>
> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
> ---
>  meta-multimedia/conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-multimedia/conf/layer.conf
> b/meta-multimedia/conf/layer.conf
> index cfedf2f6b..a1dfed4e9 100644
> --- a/meta-multimedia/conf/layer.conf
> +++ b/meta-multimedia/conf/layer.conf
> @@ -27,6 +27,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
>  # cause compatibility issues with other layers
>  LAYERVERSION_multimedia-layer = "1"
>
> -LAYERDEPENDS_multimedia-layer = "core"
> +LAYERDEPENDS_multimedia-layer = "core openembedded-layer"
>
>  LAYERSERIES_COMPAT_multimedia-layer = "sumo"
> --
> 2.18.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS
  2018-09-24 20:26 ` Khem Raj
@ 2018-09-24 20:45   ` Nicolas Dechesne
  2018-09-24 20:53     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Dechesne @ 2018-09-24 20:45 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

On Mon, Sep 24, 2018 at 10:27 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Dos2unix is in oe-core now please try with master

ouch. sorry, i missed that. I noticed the issue while running the YP
2.0 compliance script against sumo branch... how do we get that fixed
in sumo then? can we apply something like the below patch on sumo
directly?

>
> On Mon, Sep 24, 2018 at 1:19 PM Nicolas Dechesne <nicolas.dechesne@linaro.org> wrote:
>>
>> libebml depends on dos2unix classe since 26dafa0f3542 (libebml: inherit
>> dos2unix), so LAYERDEPENDS needs to be updated accordingly, otherwise we are
>> getting a ParseError:
>>
>> ERROR: ParseError at
>> /srv/work/oe/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb:13:
>> Could not inherit file classes/dos2unix.bbclass
>>
>> It was initially found with yocto-check-layer script.
>>
>> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
>> ---
>>  meta-multimedia/conf/layer.conf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
>> index cfedf2f6b..a1dfed4e9 100644
>> --- a/meta-multimedia/conf/layer.conf
>> +++ b/meta-multimedia/conf/layer.conf
>> @@ -27,6 +27,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
>>  # cause compatibility issues with other layers
>>  LAYERVERSION_multimedia-layer = "1"
>>
>> -LAYERDEPENDS_multimedia-layer = "core"
>> +LAYERDEPENDS_multimedia-layer = "core openembedded-layer"
>>
>>  LAYERSERIES_COMPAT_multimedia-layer = "sumo"
>> --
>> 2.18.0
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS
  2018-09-24 20:45   ` Nicolas Dechesne
@ 2018-09-24 20:53     ` Khem Raj
  2018-09-24 21:56       ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2018-09-24 20:53 UTC (permalink / raw)
  To: Nicolas Dechesne; +Cc: openembeded-devel

On Mon, Sep 24, 2018 at 1:45 PM Nicolas Dechesne
<nicolas.dechesne@linaro.org> wrote:
>
> On Mon, Sep 24, 2018 at 10:27 PM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > Dos2unix is in oe-core now please try with master
>
> ouch. sorry, i missed that. I noticed the issue while running the YP
> 2.0 compliance script against sumo branch... how do we get that fixed
> in sumo then? can we apply something like the below patch on sumo
> directly?
>

I think that will be fine as long as Armin is fine
with it. Please retag the subject appropriately and resend.

> >
> > On Mon, Sep 24, 2018 at 1:19 PM Nicolas Dechesne <nicolas.dechesne@linaro.org> wrote:
> >>
> >> libebml depends on dos2unix classe since 26dafa0f3542 (libebml: inherit
> >> dos2unix), so LAYERDEPENDS needs to be updated accordingly, otherwise we are
> >> getting a ParseError:
> >>
> >> ERROR: ParseError at
> >> /srv/work/oe/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb:13:
> >> Could not inherit file classes/dos2unix.bbclass
> >>
> >> It was initially found with yocto-check-layer script.
> >>
> >> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
> >> ---
> >>  meta-multimedia/conf/layer.conf | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
> >> index cfedf2f6b..a1dfed4e9 100644
> >> --- a/meta-multimedia/conf/layer.conf
> >> +++ b/meta-multimedia/conf/layer.conf
> >> @@ -27,6 +27,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
> >>  # cause compatibility issues with other layers
> >>  LAYERVERSION_multimedia-layer = "1"
> >>
> >> -LAYERDEPENDS_multimedia-layer = "core"
> >> +LAYERDEPENDS_multimedia-layer = "core openembedded-layer"
> >>
> >>  LAYERSERIES_COMPAT_multimedia-layer = "sumo"
> >> --
> >> 2.18.0
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS
  2018-09-24 20:53     ` Khem Raj
@ 2018-09-24 21:56       ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2018-09-24 21:56 UTC (permalink / raw)
  To: Khem Raj, Nicolas Dechesne; +Cc: openembeded-devel



On 09/24/2018 01:53 PM, Khem Raj wrote:
> On Mon, Sep 24, 2018 at 1:45 PM Nicolas Dechesne
> <nicolas.dechesne@linaro.org> wrote:
>> On Mon, Sep 24, 2018 at 10:27 PM Khem Raj <raj.khem@gmail.com> wrote:
>>> Dos2unix is in oe-core now please try with master
>> ouch. sorry, i missed that. I noticed the issue while running the YP
>> 2.0 compliance script against sumo branch... how do we get that fixed
>> in sumo then? can we apply something like the below patch on sumo
>> directly?
>>
> I think that will be fine as long as Armin is fine
> with it. Please retag the subject appropriately and resend.
At the tone, please leave a message beep....


>
>>> On Mon, Sep 24, 2018 at 1:19 PM Nicolas Dechesne <nicolas.dechesne@linaro.org> wrote:
>>>> libebml depends on dos2unix classe since 26dafa0f3542 (libebml: inherit
>>>> dos2unix), so LAYERDEPENDS needs to be updated accordingly, otherwise we are
>>>> getting a ParseError:
>>>>
>>>> ERROR: ParseError at
>>>> /srv/work/oe/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb:13:
>>>> Could not inherit file classes/dos2unix.bbclass
>>>>
>>>> It was initially found with yocto-check-layer script.
>>>>
>>>> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
>>>> ---
>>>>  meta-multimedia/conf/layer.conf | 2 +-
>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
>>>> index cfedf2f6b..a1dfed4e9 100644
>>>> --- a/meta-multimedia/conf/layer.conf
>>>> +++ b/meta-multimedia/conf/layer.conf
>>>> @@ -27,6 +27,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
>>>>  # cause compatibility issues with other layers
>>>>  LAYERVERSION_multimedia-layer = "1"
>>>>
>>>> -LAYERDEPENDS_multimedia-layer = "core"
>>>> +LAYERDEPENDS_multimedia-layer = "core openembedded-layer"
>>>>
>>>>  LAYERSERIES_COMPAT_multimedia-layer = "sumo"
>>>> --
>>>> 2.18.0
>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-devel mailing list
>>>> Openembedded-devel@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2018-09-24 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24 20:17 [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS Nicolas Dechesne
2018-09-24 20:26 ` Khem Raj
2018-09-24 20:45   ` Nicolas Dechesne
2018-09-24 20:53     ` Khem Raj
2018-09-24 21:56       ` akuster808

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.