diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-16 15:43:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-16 15:43:19 +0000 |
commit | b78b74cd380ae2461e39e2028a0789a51b979dc3 (patch) | |
tree | c18ea3526335e3a82bfed5682e4d75cdbe12f6b6 /packages/prism54/prism54-firmware_1.0.3.0.bb | |
parent | 2541cb800872a1b2b87da8717dacf2b731dd1e4c (diff) |
prism54-firmware: fixed SRC_URI
Diffstat (limited to 'packages/prism54/prism54-firmware_1.0.3.0.bb')
-rw-r--r-- | packages/prism54/prism54-firmware_1.0.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/prism54/prism54-firmware_1.0.3.0.bb b/packages/prism54/prism54-firmware_1.0.3.0.bb index ef7fbad5e2..ef6ee2f73c 100644 --- a/packages/prism54/prism54-firmware_1.0.3.0.bb +++ b/packages/prism54/prism54-firmware_1.0.3.0.bb @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "unknown" -SRC_URI = "http://prism54.org/~mcgrof/firmware/${PV}.arm" +SRC_URI = "http://daemonizer.de/prism54/prism54-fw/fw-fullmac/${PV}.arm" S = "${WORKDIR}/prism54.org" |