diff mbox series

[meta-arago,scarthgap,v1] packagegroup-arago-tisdk-graphics-sdk-target: Add nlohmann-json

Message ID 20251022170748.2333083-1-a-christidis@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap,v1] packagegroup-arago-tisdk-graphics-sdk-target: Add nlohmann-json | expand

Commit Message

Antonios Christidis Oct. 22, 2025, 5:07 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Add development files for nlohmann-json.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../packagegroup-arago-tisdk-graphics-sdk-target.bb              | 1 +
 1 file changed, 1 insertion(+)

Comments

PRC Automation Oct. 22, 2025, 5:11 p.m. UTC | #1
meta-arago / na / 20251022170748.2333083-1-a-christidis

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-arago][scarthgap][PATCH v1]  packagegroup-arago-tisdk-graphics-sdk-target: Add nlohmann-json
    WARN: Revised patch missing a comment. (REVISION-1)
        patch



=========================================================
  apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-arago][scarthgap][PATCH v1]  packagegroup-arago-tisdk-graphics-sdk-target: Add nlohmann-json
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Wed, 22 Oct 2025 12:07:48 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 7ccbf9997f23dec66a6223d685288e31338aed1e

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: scarthgap-wip
- Commit Author: Thorsten Lannynd <t-lannynd@ti.com>
- Commit Subject: meta-arago-distro: chromium: Avoid placing incomplete H264 NALUs in buffer
- Commit SHA: 4ba6c5f1e81c6713bc34615f97fb4dfa3d5b4fca

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
index cb19a171..28f123c8 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
@@ -18,4 +18,5 @@  RDEPENDS:${PN} = "\
     ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-libs-dev', '', d)} \
     libsdl2-dev \
     ktx-software-dev \
+    nlohmann-json-dev \
 "