summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Niculita <alexnick87@gmail.com>2013-12-18 13:11:43 +0200
committerAlexandru Niculita <alexnick87@gmail.com>2013-12-18 13:11:43 +0200
commitbfb7098335f73958ed3514f3b0177991077ab853 (patch)
tree2104703b2bea5fec7145f9ae04256090f78f5ca7
parentacc1661473366b69744818b7dd7b190675bd7ec8 (diff)
downloadmeta-raspberrypi-bfb7098335f73958ed3514f3b0177991077ab853.tar.gz
bcm2835: Update to version 1.34
Change-Id: I189927439028f6f11f513c84c5e6dc6bfb249d06 Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
-rw-r--r--recipes-bcm/bcm2835/bcm2835_1.34.bb (renamed from recipes-bcm/bcm2835/bcm2835_1.32.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bcm/bcm2835/bcm2835_1.32.bb b/recipes-bcm/bcm2835/bcm2835_1.34.bb
index 2dc5b22..8ff2bdd 100644
--- a/recipes-bcm/bcm2835/bcm2835_1.32.bb
+++ b/recipes-bcm/bcm2835/bcm2835_1.34.bb
@@ -13,9 +13,8 @@ COMPATIBLE_MACHINE = "raspberrypi"
13 13
14SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-${PV}.tar.gz" 14SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-${PV}.tar.gz"
15 15
16SRC_URI[md5sum] = "085239569554de5ee6649fe8bb123379" 16SRC_URI[md5sum] = "35df4a6188e36796a07985f1561fb8a2"
17SRC_URI[sha256sum] = "97e8aece4ff45b1779212473aa3b1d3f43cc9a8427afa3be718f690949e0ec20" 17SRC_URI[sha256sum] = "ea99538ea17ebed38973743d84b1358e8c0fd311e8828c4ef91694f65a1073ff"
18
19 18
20PACKAGES += "${PN}-tests" 19PACKAGES += "${PN}-tests"
21 20