mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
babeltrace2: upgrade 2.1.0 -> 2.1.1
Changelog: =========== * src.ctf.lttng-live: remove lttng_live_lazy_msg_init function * src.ctf.lttng-live: fix comment formatting * README.adoc: Update working version to 2.1 * fix: export bt_component_class_sink_simple_borrow * fix: building from the release tarball without flex * doc/api/libbabeltrace2: use '<code>' i.o. '<span>' in '<dt>' * Fix: doc/api/libbabeltrace2/Doxyfile.in: set version to 2.1 * babeltrace2-sink.text.pretty(7): add missing default param. value (From OE-Core rev: 1c0fa9264acd8c97fbdf61d1780e4842fd1e8ab0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c50df08145
commit
be243fce55
|
@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f6b015e4f388d6e78adb1b1f9a887d06"
|
|||
|
||||
DEPENDS = "glib-2.0 util-linux popt bison-native flex-native virtual/libiconv"
|
||||
|
||||
SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https \
|
||||
SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https;tag=v${PV} \
|
||||
file://run-ptest \
|
||||
file://0001-Make-manpages-multilib-identical.patch \
|
||||
file://0001-tests-fix-test-applications-in-cpp-common.patch \
|
||||
file://0001-tests-set-the-correct-plugin-directory.patch \
|
||||
file://0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch \
|
||||
"
|
||||
SRCREV = "e61d41ff3c3ac6a123930d4e60cf710ff9ea18e0"
|
||||
SRCREV = "7f2f8cd6dac497cbb466efb31219b531c62013f5"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$"
|
||||
|
||||
S = "${WORKDIR}/git"
|
Loading…
Reference in New Issue
Block a user