diff options
| -rw-r--r-- | meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb (renamed from meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb b/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb index a9a3a9961b..fdcb637761 100644 --- a/meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb +++ b/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb | |||
| @@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f6b015e4f388d6e78adb1b1f9a887d06" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "glib-2.0 util-linux popt bison-native flex-native virtual/libiconv" | 8 | DEPENDS = "glib-2.0 util-linux popt bison-native flex-native virtual/libiconv" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https \ | 10 | SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https;tag=v${PV} \ |
| 11 | file://run-ptest \ | 11 | file://run-ptest \ |
| 12 | file://0001-Make-manpages-multilib-identical.patch \ | 12 | file://0001-Make-manpages-multilib-identical.patch \ |
| 13 | file://0001-tests-fix-test-applications-in-cpp-common.patch \ | 13 | file://0001-tests-fix-test-applications-in-cpp-common.patch \ |
| 14 | file://0001-tests-set-the-correct-plugin-directory.patch \ | 14 | file://0001-tests-set-the-correct-plugin-directory.patch \ |
| 15 | file://0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch \ | 15 | file://0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch \ |
| 16 | " | 16 | " |
| 17 | SRCREV = "e61d41ff3c3ac6a123930d4e60cf710ff9ea18e0" | 17 | SRCREV = "7f2f8cd6dac497cbb466efb31219b531c62013f5" |
| 18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
