mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
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.
This commit is contained in:
parent
17e04d87e2
commit
994aefa6cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue