From e5e976da0bed8eb9d3c4dc61e8ee3a6a864ff56b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 13 Jul 2021 20:27:23 +0200 Subject: python3-adafruit-*: fix branch parameter * master branch was renamed to main Signed-off-by: Martin Jansa --- recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb') diff --git a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb index 7d3120f..dc9e680 100644 --- a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb +++ b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_Blinka" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=660e614bc7efb0697cc793d8a22a55c2" -SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git" +SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git;branch=main" SRCREV = "dc688f354fe779c9267c208b99f310af87e79272" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf