The qemu-fsl is intended for use into the target. The native and
nativesdk flavours are not supported and should rely on the OE-Core
provided ones.
This disables the recipe parsing for native and nativesdk build,
fixing the following warning:
,----
| WARNING: Unable to get checksum for qemu-fsl-native SRC_URI entry
| fix-libcap-header-issue-on-some-distro.patch: file could not
| be found
`----
Change-Id: I8eaf8bc9caf972f5d180115f63862a163915e218
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
}
FILES_${PN} += "/usr/share/qemu/"
+
+# FIXME: Avoid WARNING due missing patch for native/nativesdk
+BBCLASSEXTEND = ""