facebook / openbmc

OpenBMC is an open software framework to build a complete Linux image for a Board Management Controller (BMC).
633 stars 277 forks source link

common: Fix sensors.py URI for CircleCI #172

Closed peterdelevoryas closed 2 years ago

peterdelevoryas commented 2 years ago

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.