diff mbox series

[meta-arago,master] libsdl2: Remove unneeded setting

Message ID 20260321014611.4150384-1-reatmon@ti.com
State New
Headers show
Series [meta-arago,master] libsdl2: Remove unneeded setting | expand

Commit Message

Ryan Eatmon March 21, 2026, 1:46 a.m. UTC
When we added the FILES:${PN}-tests:class-nativesdk setting it felt
wrong, but it fixed a QA issue in scarthgap.  That issue appears to not
be present in master so we can remove it.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-test/recipes-graphics/libsdl2/libsdl2-ti.inc | 1 -
 1 file changed, 1 deletion(-)

Comments

PRC Automation March 21, 2026, 2:12 a.m. UTC | #1
meta-arago / na / 20260321014611.4150384-1-reatmon

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] libsdl2: Remove unneeded setting
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Fri, 20 Mar 2026 20:46:11 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 26de109ba498201e01ce584ce02528749496c319

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: libsdl2: Remove unneeded setting
- Commit SHA: 9c7ac854c1119661806e4afdc5c2c0938315f00f

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



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-graphics/libsdl2/libsdl2-ti.inc b/meta-arago-test/recipes-graphics/libsdl2/libsdl2-ti.inc
index e28f42b5..33ff0632 100644
--- a/meta-arago-test/recipes-graphics/libsdl2/libsdl2-ti.inc
+++ b/meta-arago-test/recipes-graphics/libsdl2/libsdl2-ti.inc
@@ -3,4 +3,3 @@  EXTRA_OECMAKE += "-DSDL_TESTS=ON \
                  "
 PACKAGE_BEFORE_PN = "${PN}-tests"
 FILES:${PN}-tests += "${libexecdir} ${datadir}/installed-tests/SDL2"
-FILES:${PN}-tests:class-nativesdk += "${libexecdir} ${datadir}/installed-tests/SDL2"