From 5da5f36f5a41a3367767acf40e5e334b7d0d192f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 28 Dec 2023 18:11:29 +0200 Subject: [PATCH] bcm2835: update 1.71 -> 1.73 Update to version 1.73: - Fixed some inconsistent indenting in bcm2835.c that triggers warnings for some people. - Added Timeout checks to bcm2835_i2c_write() in case of IO problems. New reason code BCM2835_I2C_REASON_ERROR_TIMEOUT added. Signed-off-by: Leon Anavi --- recipes-devtools/bcm2835/{bcm2835_1.71.bb => bcm2835_1.73.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename recipes-devtools/bcm2835/{bcm2835_1.71.bb => bcm2835_1.73.bb} (92%) diff --git a/recipes-devtools/bcm2835/bcm2835_1.71.bb b/recipes-devtools/bcm2835/bcm2835_1.73.bb similarity index 92% rename from recipes-devtools/bcm2835/bcm2835_1.71.bb rename to recipes-devtools/bcm2835/bcm2835_1.73.bb index 517120542..cdf23326c 100644 --- a/recipes-devtools/bcm2835/bcm2835_1.71.bb +++ b/recipes-devtools/bcm2835/bcm2835_1.73.bb @@ -12,8 +12,7 @@ COMPATIBLE_MACHINE = "^rpi$" SRC_URI = "http://www.airspayce.com/mikem/bcm2835/bcm2835-${PV}.tar.gz" -SRC_URI[md5sum] = "9bd2d39bf4b3a9e81dce799ca51c826a" -SRC_URI[sha256sum] = "564920d205977d7e2846e434947708455d468d3a952feca9faef643abd03a227" +SRC_URI[sha256sum] = "e67a986462618988a5a86752e36e3ebdd7c5cae66940ff7330aea243b2762525" inherit autotools