diff options
Diffstat (limited to 'recipes/devmem2/devmem2.bb')
-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}" |