From: wangmy Date: Mon, 28 Mar 2022 09:52:53 +0000 (+0800) Subject: lttng-modules: upgrade 2.13.2 -> 2.13.3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4599 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9b3727b9f4014a8b08c2ba9c03b8b5f96f01083;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lttng-modules: upgrade 2.13.2 -> 2.13.3 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.2.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.3.bb similarity index 94% rename from meta/recipes-kernel/lttng/lttng-modules_2.13.2.bb rename to meta/recipes-kernel/lttng/lttng-modules_2.13.3.bb index 86e0931af20..b6f8ac1315e 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.13.2.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.3.bb @@ -13,7 +13,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2" # Use :append here so that the patch is applied also when using devupstream SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch" -SRC_URI[sha256sum] = "dfd547d9041c8c545ae5b7bfef3f0ef2d9f2520d6ab44188c9ea8de56d5d298a" +SRC_URI[sha256sum] = "7cf1acbb50b84116acc9b4281b81dcc2643d6018bbd1e8514ad1270239896c4b" export INSTALL_MOD_DIR="kernel/lttng-modules"