libtracefs: update to 1.6.2
authorNick Hainke <vincent@systemli.org>
Fri, 9 Dec 2022 19:28:23 +0000 (20:28 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Dec 2022 01:45:28 +0000 (02:45 +0100)
378a9dd libtracefs: version 1.6.2
e6daa60 libtracefs: Add unit test to test mounting of tracefs_{tracing,debug}_dir()
32acbbf libtracefs: Have tracefs_{tracing,debug}_dir() mount {tracefs,debugfs} if not mounted

Signed-off-by: Nick Hainke <vincent@systemli.org>
package/libs/libtracefs/Makefile

index aa3fdb44f3dbcbe1c344d5243c37e4e7f4b55519..2647f377c3d0082b9bef35f8336324cbdb876ff7 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libtracefs
-PKG_VERSION:=1.6.1
+PKG_VERSION:=1.6.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/
-PKG_HASH:=215a5182ee7d5a813ff84d290bb8988aa4c04cc16bb837780f61b0f5bf7494ab
+PKG_HASH:=3598ead36660b03cec097bd7e45d900e4c3f7673bba673f5508884477d2d982c
 
 PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>