diff mbox series

[meta-networking,2/2] phytool: Update to latest

Message ID 20260319170903.1447-3-mark.jonas@de.bosch.com
State Under Review
Headers show
Series phytool: Update version and refactor | expand

Commit Message

Jonas Mark (BT-FS/ENG1-Mue) March 19, 2026, 5:09 p.m. UTC
From: Ricardo Simoes <ricardo.simoes@pt.bosch.com>

Changelog:
- Add man pages and adjust Makefile for man pages
- Avoid %#x printf pattern

Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
---
 meta-networking/recipes-support/phytool/phytool_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/phytool/phytool_git.bb b/meta-networking/recipes-support/phytool/phytool_git.bb
index 8a141358e7..35d11f8516 100644
--- a/meta-networking/recipes-support/phytool/phytool_git.bb
+++ b/meta-networking/recipes-support/phytool/phytool_git.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
 
 PV = "2+git"
 SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https"
-SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c"
+SRCREV = "bcf23b0261aa9f352ee4b944e30e3482158640a4"
 
 # The Makefile has "$PREFIX/bin" hardcoded into it, hence not using $bindir here
 do_install() {