severity: warning
In my-recipe_1.0.bb
inherit abc
inherit abc
Inheriting the same file more than once, doesn't add value and likely will modify variables and functions multiple times, leading all kinds of undesired effects.
Only inherit the same file once
inherit abc