diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-08-05 09:41:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:47:03 +0100 |
commit | fde9969f0a406c093b5a56379e5703bb4934d4e1 (patch) | |
tree | 7e6c25ec4409d3332dcd6850e44c40889c0246dc /meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | |
parent | 21f9844fa96bbeadf78283e274dfd879ae60f6bb (diff) | |
download | poky-fde9969f0a406c093b5a56379e5703bb4934d4e1.tar.gz |
hello-mod: drop PV and PR
* PR = "r0" is the default, no need to set it (and most people won't
need to set it anyway with the PR service)
* PV = "0.1" is already set by virtue of 0.1 being in the filename
(From OE-Core rev: 91b323526427f67a8982c7b090e505aaf810d4e7)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb')
-rw-r--r-- | meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb b/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb index c40b393fa4..b140b0ac8e 100644 --- a/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb +++ b/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | |||
@@ -4,9 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | |||
4 | 4 | ||
5 | inherit module | 5 | inherit module |
6 | 6 | ||
7 | PR = "r0" | ||
8 | PV = "0.1" | ||
9 | |||
10 | SRC_URI = "file://Makefile \ | 7 | SRC_URI = "file://Makefile \ |
11 | file://hello.c \ | 8 | file://hello.c \ |
12 | file://COPYING \ | 9 | file://COPYING \ |