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:
Martin Jansa
2019-05-12 09:40:51 +00:00
committed by Khem Raj
parent eb868d056d
commit 29aa34cf01

View File

@@ -61,6 +61,6 @@ do_install_class-native () {
done
}
RRECOMMENDS_${PN} += "kernel-module-aufs"
RRECOMMENDS_${PN}_class-target += "kernel-module-aufs"
BBCLASSEXTEND = "native"