summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bcm/bcm2835/bcm2835_1.9.bb (renamed from recipes-bcm/bcm2835/bcm2835_1.8.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bcm/bcm2835/bcm2835_1.8.bb b/recipes-bcm/bcm2835/bcm2835_1.9.bb
index 40f9be5..d6858f4 100644
--- a/recipes-bcm/bcm2835/bcm2835_1.8.bb
+++ b/recipes-bcm/bcm2835/bcm2835_1.9.bb
@@ -12,10 +12,11 @@ PR = "r0"
12 12
13COMPATIBLE_MACHINE = "raspberrypi" 13COMPATIBLE_MACHINE = "raspberrypi"
14 14
15SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-1.8.tar.gz" 15SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-1.9.tar.gz"
16
17SRC_URI[md5sum] = "c102938afe9f0cfa930a0255c422f792"
18SRC_URI[sha256sum] = "0dc6ee5a261e76b103a04534c1b8ebc20dce8921dec2452785100812f978c883"
16 19
17SRC_URI[md5sum] = "cca8500049d4ebf9087de4bd1601d185"
18SRC_URI[sha256sum] = "64be77b10aaf48ecb2a9022e13057f3b564093916875c0fc56373b4142dd5cae"
19 20
20PACKAGES += "${PN}-tests" 21PACKAGES += "${PN}-tests"
21 22