mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
aufs-util: prevent native aufs-util depending on target kernel
* fixes: ERROR: aufs-util-native different signature for task do_populate_sysroot.sigdata between qemux86 and qemux86copy Hash for dependent task linux/linux-yocto_5.0.bb.do_populate_sysroot changed from de9e49b4f66adddf9a0943db020b4eb677404e0b6ddac60073184a3855d406cb to a912d6ea21336c85c8d8a5e9db4800fccb95197744465b641eda60339bee8901 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -61,6 +61,6 @@ do_install_class-native () {
|
||||
done
|
||||
}
|
||||
|
||||
RRECOMMENDS_${PN} += "kernel-module-aufs"
|
||||
RRECOMMENDS_${PN}_class-target += "kernel-module-aufs"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user