]> code.ossystems Code Review - openembedded-core.git/commitdiff
hello-mod: drop PV and PR
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 5 Aug 2015 08:41:08 +0000 (09:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Aug 2015 22:45:21 +0000 (23:45 +0100)
* 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

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb

index c40b393fa40724408c28e648e7daa6417c5c0d43..b140b0ac8ef41e0856d586e5929309582271496c 100644 (file)
@@ -4,9 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
 inherit module
 
-PR = "r0"
-PV = "0.1"
-
 SRC_URI = "file://Makefile \
            file://hello.c \
            file://COPYING \