On Wed, May 23, 2018 at 11:27 PM, Yi Zhao <[email protected]> wrote: > Add meta-oe as LAYERDEPENDS to fix ParseError: > meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb:13: > Could not inherit file classes/dos2unix.bbclass >
If thats the only dependency on meta-oe then Perhaps dos2unix class should be migrated to OE-Core. Can you prepare a patch for that instead ? We should try to make these layers independent of each other as much as we can. > Signed-off-by: Yi Zhao <[email protected]> > --- > meta-multimedia/conf/layer.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf > index cfedf2f..24d7a6d 100644 > --- a/meta-multimedia/conf/layer.conf > +++ b/meta-multimedia/conf/layer.conf > @@ -28,5 +28,6 @@ BBFILE_PRIORITY_multimedia-layer = "6" > LAYERVERSION_multimedia-layer = "1" > > LAYERDEPENDS_multimedia-layer = "core" > +LAYERDEPENDS_multimedia-layer += "openembedded-layer" > > LAYERSERIES_COMPAT_multimedia-layer = "sumo" > -- > 2.7.4 > > -- > _______________________________________________ > 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
