>From 2ae4d15228ff07c022624a77effa17e7f49d8316 Mon Sep 17 00:00:00 2001 From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Date: Mon, 23 Nov 2020 13:55:57 -0500 Subject: [PATCH] libtraceevent: Update URL with the new repository libtraceevent.so no longer lives in the Linux kernel repository. Update the pkg-config file to point to the URL of the new home. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- libtraceevent.pc.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtraceevent.pc.template b/libtraceevent.pc.template index 86384fc..d558377 100644 --- a/libtraceevent.pc.template +++ b/libtraceevent.pc.template @@ -3,7 +3,7 @@ libdir=LIB_DIR includedir=HEADER_DIR Name: libtraceevent -URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git +URL: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ Description: Linux kernel trace event library Version: LIB_VERSION Cflags: -I${includedir} -- 2.25.4