intel-iot-devkit / meta-iot-cloud

OpenEmbedded layer to add support for multiple cloud IoT services including Microsoft Azure & Google Cloud Platform.
MIT License
69 stars 81 forks source link

Fix parse errors caused by SRC_URI #169

Closed kkang-wr closed 5 months ago

kkang-wr commented 5 months ago

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.