diff options
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 4888d333b1..6a18173329 100644 --- a/recipes/devmem2/devmem2.bb +++ b/recipes/devmem2/devmem2.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Simple program to read/write from/to any location in memory." SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c" -LICENSE = "GPL" +LICENSE = "GPLv2" PR = "r3" S = "${WORKDIR}" |