lttng-modules: Append _git to recipe name and add GIT revision to PV variable

Git packages should have the following format for the PV variable:
	version_tag+git[r|\-|]?AUTOINC+git_revision

(From OE-Core rev: 07ca5da4da59a0069e7b8a18e7589e3674f2616c)

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Emilia Ciobanu 2013-07-08 16:37:23 +03:00 committed by Richard Purdie
parent 3c0300ba86
commit ba0640a13c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ DEPENDS = "virtual/kernel"
inherit module
SRCREV = "1b26381c19dd2d9fa41f52d8dc13b15b8dd32c7c"
PV = "2.2.0"
PV = "2.2.0+git${SRCPV}"
SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \
file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"