diff mbox series

[meta-ti,master/wrynose] libsdl2: Set runtime dependency for SDL2 tests

Message ID 20260625200942.1370480-1-a-christidis@ti.com
State New
Headers show
Series [meta-ti,master/wrynose] libsdl2: Set runtime dependency for SDL2 tests | expand

Commit Message

Antonios Christidis June 25, 2026, 8:09 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Set a runtime dependency on libsdl2 for the libsdl2-tests package.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 meta-ti-test/recipes-graphics/libsdl2/libsdl2-ti.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

PRC Automation June 25, 2026, 10:09 p.m. UTC | #1
meta-ti / na / 20260625200942.1370480-1-a-christidis

PRC Results: PASS

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



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH] libsdl2: Set runtime dependency for SDL2 tests
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Thu, 25 Jun 2026 15:09:42 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 7f0ac7f4890ba02f3360e13c43c389b97a126ebe

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: TEST: linux-ti-staging: Add testing dtbo and build command
- Commit SHA: 07bd4c181e2a400d4375ddad7a20fbba6578b133

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

wrynose
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH] libsdl2: Set runtime dependency for SDL2 tests
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Thu, 25 Jun 2026 15:09:42 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 7f0ac7f4890ba02f3360e13c43c389b97a126ebe

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.wrynose.202606241800
- Commit SHA: 937a0b45728e16c279a7dad65585da061526936a

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



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

wrynose
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed

wrynose - PASS
=====================
All checks passed
Andrew Davis June 25, 2026, 10:38 p.m. UTC | #2
On 6/25/26 3:09 PM, Antonios Christidis via lists.yoctoproject.org wrote:
> From: Antonios Christidis <a-christidis@ti.com>
> 
> Set a runtime dependency on libsdl2 for the libsdl2-tests package.
> 

Any clue on why this isn't automatic? Do the application in the test
package not link to libsdl2?

Andrew

> Signed-off-by: Antonios Christidis <a-christidis@ti.com>
> ---
>   meta-ti-test/recipes-graphics/libsdl2/libsdl2-ti.inc | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/meta-ti-test/recipes-graphics/libsdl2/libsdl2-ti.inc b/meta-ti-test/recipes-graphics/libsdl2/libsdl2-ti.inc
> index 33ff0632..750a5603 100644
> --- a/meta-ti-test/recipes-graphics/libsdl2/libsdl2-ti.inc
> +++ b/meta-ti-test/recipes-graphics/libsdl2/libsdl2-ti.inc
> @@ -3,3 +3,4 @@ EXTRA_OECMAKE += "-DSDL_TESTS=ON \
>                    "
>   PACKAGE_BEFORE_PN = "${PN}-tests"
>   FILES:${PN}-tests += "${libexecdir} ${datadir}/installed-tests/SDL2"
> +RDEPENDS:${PN}-tests += "${PN}"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#20098): https://lists.yoctoproject.org/g/meta-ti/message/20098
> Mute This Topic: https://lists.yoctoproject.org/mt/119980196/3619733
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [afd@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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