diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-10-22 08:23:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:47:27 +0100 |
commit | b3bffb0d34f99f31b65ddb886d80f71786120bbf (patch) | |
tree | a067e0e4662c9616e8eb856f9edda172de247a6d /meta | |
parent | f1f9d08ea8b32b0a51a1e3f7bcf488ba7e9dc21e (diff) | |
download | openembedded-core-b3bffb0d34f99f31b65ddb886d80f71786120bbf.tar.gz openembedded-core-b3bffb0d34f99f31b65ddb886d80f71786120bbf.tar.bz2 openembedded-core-b3bffb0d34f99f31b65ddb886d80f71786120bbf.zip |
lttng-2.0: fix srcrev/pv to match the recipe filenames
Somehow the recipe names got bumped, but the SRCREV and PVs in the recipes
didn't get updated, so they were still building old versions.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb | 9 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb index d81e9b8f5c..4b15d93c91 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb @@ -10,13 +10,12 @@ DEPENDS = "virtual/kernel" inherit module -SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400" -PV = "2.0.pre11+git${SRCREV}" -PR = "r1" +SRCREV = "a848cad4cc82d05493c487a709f6b55f22695ec6" +PV = "2.0.5" +PR = "r0" SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ - file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ - file://lttng-sycalls-protect-is_compat_task-from-redefiniti.patch" + file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" export INSTALL_MOD_DIR="kernel/lttng-modules" export KERNEL_SRC="${STAGING_KERNEL_DIR}" diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb index cf5731d9f5..2a5dd58277 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb @@ -11,9 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61273c2e3f60dd38a74b01beb5f51fbd \ DEPENDS = "liburcu popt lttng2-ust" -SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" -PV = "v2.0.1+git${SRCREV}" -PR = "r2" +SRCREV = "98c8c95b0e1afb2dac686338efdf036f6446d790" +PV = "v2.0.4" +PR = "r0" SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" diff --git a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb index 5e9a529a2b..64ae3a226b 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb @@ -12,9 +12,9 @@ inherit autotools DEPENDS = "liburcu util-linux" -SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562" -PV = "2.0.2+git${SRCPV}" -PR = "r1" +SRCREV = "5fbf75f52c808b648feebea1ed4874c5f6264b05" +PV = "2.0.5" +PR = "r0" SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" |