I think it would be useful to avoid a layer dependency for just one recipe but if there are More dependencies then we can add this here and be done with it
On Wed, Jun 26, 2019 at 9:31 PM Hongxu Jia <[email protected]> wrote: > On 6/26/19 2:58 AM, Khem Raj wrote: > > Do we have a way to not use gitpkg dependency > > I am not sure, our Wind River Linux does not support recipe tvheadend, > > the issue is reported by `yocto-check-layer-wrapper meta-multimedia' > > and I try to resolve it without taking too much time > > > //Hongxu > > On Tue, Jun 25, 2019 at 9:14 AM Hongxu Jia <[email protected]> > wrote: > >> Since tvheadend of meta-multimedia inherit gitpkgv bbclass >> which comes from meta-oe, add missing layer depends back >> >> Signed-off-by: Hongxu Jia <[email protected]> >> --- >> meta-multimedia/conf/layer.conf | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/meta-multimedia/conf/layer.conf >> b/meta-multimedia/conf/layer.conf >> index e05a652..89ed163 100644 >> --- a/meta-multimedia/conf/layer.conf >> +++ b/meta-multimedia/conf/layer.conf >> @@ -29,6 +29,9 @@ 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 = "thud warrior" >> -- >> 2.7.4 >> >> > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
