diff options
author | Trevor Woerner <twoerner@gmail.com> | 2015-05-22 09:47:40 -0400 |
---|---|---|
committer | Andrei Gherzan <andrei.gherzan@windriver.com> | 2015-06-05 16:32:38 +0200 |
commit | 0fc2b1c3ac7cf26ec498bcc5fbd0794fdf8bcaf7 (patch) | |
tree | b068c1532148b0f012c04371e7d979557368af34 | |
parent | bfd50c24a2762c475d72e280fff140ad1998f2eb (diff) | |
download | meta-raspberrypi-0fc2b1c3ac7cf26ec498bcc5fbd0794fdf8bcaf7.tar.gz |
bcm2835: update SRC_URI
It appears as though the location of this tarball has changed. The current
SRC_URI works but is redirected to this new location.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
-rw-r--r-- | recipes-devtools/bcm2835/bcm2835_1.38.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/bcm2835/bcm2835_1.38.bb b/recipes-devtools/bcm2835/bcm2835_1.38.bb index 71395af..316d7b5 100644 --- a/recipes-devtools/bcm2835/bcm2835_1.38.bb +++ b/recipes-devtools/bcm2835/bcm2835_1.38.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
10 | 10 | ||
11 | COMPATIBLE_MACHINE = "raspberrypi" | 11 | COMPATIBLE_MACHINE = "raspberrypi" |
12 | 12 | ||
13 | SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-${PV}.tar.gz" | 13 | SRC_URI = "http://www.airspayce.com/mikem/bcm2835/bcm2835-${PV}.tar.gz" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "22d431f7402b9c7f93baef348a459cb1" | 15 | SRC_URI[md5sum] = "22d431f7402b9c7f93baef348a459cb1" |
16 | SRC_URI[sha256sum] = "90c993559ea273ae2e0587f6b815f7c80f19f47ee7f8aa7799b883f975196dbe" | 16 | SRC_URI[sha256sum] = "90c993559ea273ae2e0587f6b815f7c80f19f47ee7f8aa7799b883f975196dbe" |