diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-17 16:04:48 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-05-18 06:50:36 +0200 |
commit | b232d9cbb38ec256876791212a1494d50ad33226 (patch) | |
tree | 6e4e08ab5b1e69510e1a0a884514ecaf8145ffe5 /libs | |
parent | 6afcc1bc88a960a9ce5b0d5ed1e8cce87647d5fa (diff) |
lttng-ust: Update to 2.13.5
Added a patch to disable building tests.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/lttng-ust/Makefile | 5 | ||||
-rw-r--r-- | libs/lttng-ust/patches/100-no-tests.patch | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/libs/lttng-ust/Makefile b/libs/lttng-ust/Makefile index 270d80ec0..0e90bf8aa 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 000000000..0849671c7 --- /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 = \ |