diff mbox series

libtraceevent: Update URL with the new repository

Message ID 20201123141321.66f87d11@gandalf.local.home (mailing list archive)
State Accepted
Headers show
Series libtraceevent: Update URL with the new repository | expand

Commit Message

Steven Rostedt Nov. 23, 2020, 7:13 p.m. UTC
From 2ae4d15228ff07c022624a77effa17e7f49d8316 Mon Sep 17 00:00:00 2001
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>
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@goodmis.org>
---
 libtraceevent.pc.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tzvetomir Stoyanov (VMware) Nov. 24, 2020, 4:58 a.m. UTC | #1
On Mon, Nov 23, 2020 at 9:17 PM Steven Rostedt <rostedt@goodmis.org> wrote:
>
> From 2ae4d15228ff07c022624a77effa17e7f49d8316 Mon Sep 17 00:00:00 2001
> From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>
> 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@goodmis.org>
> ---
>  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
>
Looks good to me, thanks Steven!
Acked-by: "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@gmail.com>
diff mbox series

Patch

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}