severity: warning
In my-recipe_1.0.bb
SUMMARY = "ABC"
DESCRIPTION = "ABC"
DESCRIPTION
defaults to SUMARRY
in the standard Yocto project configuration.
No need to set both to the same value.
Set DESCRIPTION
to a different value than SUMMARY
or remove DESCRIPTION
entirely.