diff options
author | Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> | 2013-07-08 16:37:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-24 11:35:32 +0100 |
commit | ba0640a13c88a8aaf5b383e793d02c1f7f08e80a (patch) | |
tree | c562464015616b1373982db515e6cfc7d37de950 | |
parent | 3c0300ba86998d5a296299c5769ca2e8a04d6007 (diff) | |
download | poky-ba0640a13c88a8aaf5b383e793d02c1f7f08e80a.tar.gz |
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>
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_git.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb index dd35396205..3a92879e3c 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "virtual/kernel" | |||
11 | inherit module | 11 | inherit module |
12 | 12 | ||
13 | SRCREV = "1b26381c19dd2d9fa41f52d8dc13b15b8dd32c7c" | 13 | SRCREV = "1b26381c19dd2d9fa41f52d8dc13b15b8dd32c7c" |
14 | PV = "2.2.0" | 14 | PV = "2.2.0+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ | 16 | SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ |
17 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" | 17 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" |