diff options
Diffstat (limited to 'meta/recipes-kernel/hello-mod/hello-mod_0.1.bb')
-rw-r--r-- | meta/recipes-kernel/hello-mod/hello-mod_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb b/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb index bbd4984cd6..64a6ddad4c 100644 --- a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb +++ b/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | |||
4 | 4 | ||
5 | inherit module | 5 | inherit module |
6 | 6 | ||
7 | PR = r0 | 7 | PR = "r0" |
8 | PV = "0.1" | 8 | PV = "0.1" |
9 | 9 | ||
10 | SRC_URI = "file://Makefile \ | 10 | SRC_URI = "file://Makefile \ |