aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devmem2/devmem2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/devmem2/devmem2.bb')
-rw-r--r--recipes/devmem2/devmem2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/devmem2/devmem2.bb b/recipes/devmem2/devmem2.bb
index 0a5c13af05..48936870ac 100644
--- a/recipes/devmem2/devmem2.bb
+++ b/recipes/devmem2/devmem2.bb
@@ -1,8 +1,9 @@
DESCRIPTION = "Simple program to read/write from/to any location in memory."
-SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c"
LICENSE = "GPLv2"
-PR = "r3"
+PR = "r4"
+SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c \
+ file://devmem2-fixups-2.patch"
S = "${WORKDIR}"
do_compile() {