Summary:
This changes the SRC_URI in the sensors.py recipe to use a git url and a
commit revision, instead of pointing to the latest commit archive zip
and verifying a checksum. The latest commit archive zip changes whenever
the project has a new commit (like a recent update to the README in
2021), so the current recipe is not stable over time (The checksum
ensures we don't accidentally include a new verison of the repo, but it
also breaks CircleCI builds which don't have a mirrored version of the
repo, they just pull from the internet source).
Test Plan:
I'm submitting this as a pull request so that I can see the CircleCI
build results.
Summary: This changes the SRC_URI in the sensors.py recipe to use a git url and a commit revision, instead of pointing to the latest commit archive zip and verifying a checksum. The latest commit archive zip changes whenever the project has a new commit (like a recent update to the README in 2021), so the current recipe is not stable over time (The checksum ensures we don't accidentally include a new verison of the repo, but it also breaks CircleCI builds which don't have a mirrored version of the repo, they just pull from the internet source).
Test Plan: I'm submitting this as a pull request so that I can see the CircleCI build results.