diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-22 11:41:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-22 11:41:47 +0200 |
commit | cc50d445b15b48bbd997dcce1153878e46df9ce5 (patch) | |
tree | 05d3f72f98b835077f9974f615c8316c3a2150d0 /recipes | |
parent | 122df42e8869020adc2c3371c10ddd7bdb8db246 (diff) | |
parent | 99f9432c0834a467181285f39eca750244fc8a4e (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-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 143883afea..5b72d1c31b 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 = "r1" +PR = "r2" S = "${WORKDIR}" |