From b232d9cbb38ec256876791212a1494d50ad33226 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 17 May 2023 16:04:48 +0800 Subject: [PATCH] lttng-ust: Update to 2.13.5 Added a patch to disable building tests. Signed-off-by: Tianling Shen --- libs/lttng-ust/Makefile | 5 +++-- libs/lttng-ust/patches/100-no-tests.patch | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 libs/lttng-ust/patches/100-no-tests.patch diff --git a/libs/lttng-ust/Makefile b/libs/lttng-ust/Makefile index 270d80ec0b..0e90bf8aa3 100644 --- a/libs/lttng-ust/Makefile +++ b/libs/lttng-ust/Makefile @@ -8,18 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lttng-ust -PKG_VERSION:=2.12.0 +PKG_VERSION:=2.13.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/ -PKG_HASH:=1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528 +PKG_HASH:=f1d7bb4984a3dc5dacd3b7bcb4c10c04b041b0eecd7cba1fef3d8f86aff02bd6 PKG_MAINTAINER:= PKG_LICENSE:=LGPL-2.1 GPL-2.0 PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:lttng:ust +PKG_FIXUP:=autoreconf PKG_BUILD_FLAGS:=no-mips16 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 diff --git a/libs/lttng-ust/patches/100-no-tests.patch b/libs/lttng-ust/patches/100-no-tests.patch new file mode 100644 index 0000000000..0849671c7d --- /dev/null +++ b/libs/lttng-ust/patches/100-no-tests.patch @@ -0,0 +1,10 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -7,7 +7,6 @@ SUBDIRS = \ + src \ + tools \ + doc \ +- tests \ + extras + + dist_doc_DATA = \