summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-08-20 19:41:36 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2013-08-21 15:55:00 +0300
commit78d3a9d68d801c1f276c4c565793562688d67bb0 (patch)
tree4d7c451deb6a2f9ec88ff1545aea83f234ab252c
parentcaf5f88c6549362edaf69feffe430c35695b2cf1 (diff)
downloadmeta-raspberrypi-78d3a9d68d801c1f276c4c565793562688d67bb0.tar.gz
bcm2835: Update to v1.9
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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