diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2017-02-28 16:01:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-04 12:38:52 +0100 |
commit | fc801961457fe2fbb24973bb43b302ad46044cb8 (patch) | |
tree | 1aa14d7d39dc53efee2410c4b9c655052950618b | |
parent | ff483494be3b812194149261f9a9db9dcb16256b (diff) | |
download | meta-openembedded-fc801961457fe2fbb24973bb43b302ad46044cb8.tar.gz |
devmem2: Change source URL to regain access to it
Change URL due to connexion error on the original page.
As the header of the new devmem2.c source file has changed, change the
signature and the LIC_FILES_CHKSUM specificaiton.
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/devmem2/devmem2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/devmem2/devmem2.bb b/meta-oe/recipes-support/devmem2/devmem2.bb index e48cc9210b..c42eb5e0b1 100644 --- a/meta-oe/recipes-support/devmem2/devmem2.bb +++ b/meta-oe/recipes-support/devmem2/devmem2.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "Simple program to read/write from/to any location in memory" | 1 | SUMMARY = "Simple program to read/write from/to any location in memory" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://devmem2.c;endline=28;md5=dd68f2b0a5184b3db3dc25c99e0bd0cd" | 3 | LIC_FILES_CHKSUM = "file://devmem2.c;endline=38;md5=a9eb9f3890384519f435aedf986297cf" |
4 | PR = "r7" | 4 | PR = "r7" |
5 | 5 | ||
6 | SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c \ | 6 | SRC_URI = "http://www.free-electrons.com/pub/mirror/devmem2.c \ |
7 | file://devmem2-fixups-2.patch;apply=yes;striplevel=0" | 7 | file://devmem2-fixups-2.patch;apply=yes;striplevel=0" |
8 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
9 | 9 | ||
@@ -18,5 +18,5 @@ do_install() { | |||
18 | install devmem2 ${D}${bindir} | 18 | install devmem2 ${D}${bindir} |
19 | } | 19 | } |
20 | 20 | ||
21 | SRC_URI[md5sum] = "be12c0132a1ae118cbf5e79d98427c1d" | 21 | SRC_URI[md5sum] = "e23f236e94be4c429aa1ceac0f01544b" |
22 | SRC_URI[sha256sum] = "ec382c90af3ef2f49695ff14a4d6521e58ac482c4e29d6c9ebca8768f699c191" | 22 | SRC_URI[sha256sum] = "3b15515693bae1ebd14d914e46d388edfec2175829ea1576a7a0c8606ebbe639" |