Hi Alejandro, On Thursday 02 October 2014 10:19:17 Alejandro Hernandez wrote: > The makefile checks for bc during for compilation > > [YOCTO #6781] > > Signed-off-by: Alejandro Hernandez <[email protected]> > --- > meta/classes/kernel.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass > index 78b33ce..0782923 100644 > --- a/meta/classes/kernel.bbclass > +++ b/meta/classes/kernel.bbclass > @@ -1,7 +1,7 @@ > inherit linux-kernel-base kernel-module-split > > PROVIDES += "virtual/kernel" > -DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc > kmod-native depmodwrapper-cross" +DEPENDS += > "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native > depmodwrapper-cross bc-native" > > # we include gcc above, we dont need virtual/libc > INHIBIT_DEFAULT_DEPS = "1"
Since this is a change to kernel.bbclass, the shortlog should start with kernel.bbclass (or classes/kernel, whichever you prefer) rather than linux-yocto. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
