I have two (almost identical 3rd party) layers, lets call them meta-version1 and meta-version2 and two recipes in my own layer, lets call them recipeA and recipeB.
Is it possible to specify in the recipes on which layer they depend so that inherit and DEPENDS are using the specified layer? So that recipeA is using only the components of meta-version1 and recipeB is only using the components of meta-version2.