From 994aefa6cf8783c8d60c0eff91c5d6339938322d Mon Sep 17 00:00:00 2001 From: Meng Date: Wed, 25 Feb 2026 14:06:23 +0100 Subject: [PATCH] dmcli: bump source to JSON envelope normalization fix Issue: dmcli get -j -r output is inconsistent between USP paths and Settings.* paths, which breaks automation that expects a common top-level JSON shape. Cause: feed/iopsys dmcli package referenced a source commit that still returned legacy keyed JSON for user-space paths. Fix: Update PKG_SOURCE_VERSION to include the dmcli source change that wraps user-path JSON output using the same __query__/result envelope. --- dmcli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmcli/Makefile b/dmcli/Makefile index caf8d101a..e4192ea12 100644 --- a/dmcli/Makefile +++ b/dmcli/Makefile @@ -16,7 +16,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/gnx/dmcli.git -PKG_SOURCE_VERSION:=003402b804e4a0c0d640637cbbb2ee7809004b5c +PKG_SOURCE_VERSION:=916089297e31843965fe666727e3d1ef4855b456 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MIRROR_HASH:=skip