severity: warning
In my-recipe_1.0.bb
include abc.inc
include abc.inc
Including 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 include the same file once
include abc.inc