[OE-core][PATCH] kernel-module-split.bbclass: fix kernel modules getting marked as CONFFILES

2020-12-04 Thread Gratian Crisan
that commit. Fix it by using a separate variable to keep track of the generated module .conf files that need to be marked as configuration files. Fixes: 1a70a92d1f10 ("kernel-module-split.bbclass: identify kernel modconf files as configuration files") Reported-by: Yi Zhao Signed-off

Re: [OE-core] [PATCH] encodings: Add dependency to mkfontdir-native

2016-09-21 Thread Gratian Crisan
Burton, Ross writes: > On 21 September 2016 at 19:40, Gratian Crisan wrote: > >> Instead add a DEPENDS on mkfontdir-native in the encodings recipe in >> addition to the mkfontscale-native dependency it already contains. This >> solves the missing mkfontdir in the native

[OE-core] [PATCH] encodings: Add dependency to mkfontdir-native

2016-09-21 Thread Gratian Crisan
ysroot problem without introducing a build dependency loop. [1] https://bugs.freedesktop.org/show_bug.cgi?id=97631 [2] https://wiki.debian.org/CircularBuildDependencies [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717843 Signed-off-by: Gratian Crisan --- meta/recipes-graphics/xorg-font/encodi