diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-06 08:51:44 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-06 08:51:44 +0000 |
commit | 3de00273cd30a2d28f61827e44c58153b9b80123 (patch) | |
tree | 5d5e2e79e9110423b9ef26f941e0957f9646a653 /recipes/devmem2 | |
parent | 6b9f17741f66819888cba263a7d3844527e9a8de (diff) |
Revert "checksums.ini: Change checksums for devmem2.c after upstream changes and review."
This reverts commit 4223c584f1597b7e9d3f9c77ef4907e242eff9c4.
Upstream changed the files back again. Closes #5290 and #5291.
Diffstat (limited to 'recipes/devmem2')
-rw-r--r-- | recipes/devmem2/devmem2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/devmem2/devmem2.bb b/recipes/devmem2/devmem2.bb index 5b72d1c31b..4888d333b1 100644 --- a/recipes/devmem2/devmem2.bb +++ b/recipes/devmem2/devmem2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Simple program to read/write from/to any location in memory." SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c" LICENSE = "GPL" -PR = "r2" +PR = "r3" S = "${WORKDIR}" |