With commit [1] in bitbake the parsing of the swupdate-bbclass fails
with message:
ERROR: ParseError at .../meta-swupdate/classes-recipe/swupdate.bbclass:36: Could not inherit file swupdate-common.bbclass
Remove the .bbclass suffix from the inherit statement to resolve this issue.
No other inherit statements seem to use suffix.
[1] https://git.openembedded.org/bitbake/commit/?id=f7c55c8147329670fd5bc55b1ae3f47f25b89bab
Signed-off-by: Peter Bergin <peter@berginkonsult.se>