From aa04cc265949987ed405fceca23d4658dcb0ec73 Mon Sep 17 00:00:00 2001
From: Douglas Raillard <douglas.raillard@arm.com>
Date: Wed, 9 Aug 2023 13:24:37 +0100
Subject: [PATCH] DO NOT MERGE WIP

---
 tools/recipes/trace-cmd.recipe | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/tools/recipes/trace-cmd.recipe b/tools/recipes/trace-cmd.recipe
index e75421d525..57cf17394f 100644
--- a/tools/recipes/trace-cmd.recipe
+++ b/tools/recipes/trace-cmd.recipe
@@ -11,11 +11,13 @@ download() {
     git clone git://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git
     git -C trace-cmd checkout trace-cmd-v3.2
 
-    git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git
-    git -C libtraceevent checkout libtraceevent-1.7.3
+    #git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git
+    #git -C libtraceevent checkout libtraceevent-1.7.3
+    git clone git@github.com:douglas-raillard-arm/libtraceevent.git --branch fix_static
 
-    git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git
-    git -C libtracefs checkout libtracefs-1.7.0
+    #git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git
+    #git -C libtracefs checkout libtracefs-1.7.0
+    git clone git@github.com:douglas-raillard-arm/libtracefs.git --branch fix_static
 }
 
 build_libtraceevent() {