It fails to parse the recipes which use tag option in SRC_URI, such as
| ERROR: ExpansionError during parsing meta-iot-cloud/recipes-azure/azure-iot-sdk-c/azure-iot-sdk-c_git.bb |
| The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue]
Remove the option tag and SRC_URI and add SRCREV for each recipe to fix the errors.
It fails to parse the recipes which use
tag
option in SRC_URI, such as| ERROR: ExpansionError during parsing meta-iot-cloud/recipes-azure/azure-iot-sdk-c/azure-iot-sdk-c_git.bb | | The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue]
Remove the option
tag
and SRC_URI and add SRCREV for each recipe to fix the errors.