diff mbox series

[meta-arago,scarthgap/master] ti-gc320-tests: Add RDEPENDS ti-gc320-libs-dev

Message ID 20250305235937.408253-1-a-christidis@ti.com
State New
Headers show
Series [meta-arago,scarthgap/master] ti-gc320-tests: Add RDEPENDS ti-gc320-libs-dev | expand

Commit Message

Antonios Christidis March 5, 2025, 11:59 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Include the package ti-gc320-libs-dev as a runtime dependency.
This is needed as the gc320 require the symbolic link of libGAL.so to
run which is located in the ti-gc320-livs-dev package.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb  | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb b/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb
index f9b9685f..e596e684 100644
--- a/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb
+++ b/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb
@@ -4,6 +4,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://dra7x-sdk-ti-gc320-tests_manifest.html;md5=22a001855467f373c47f45de5330e3c9"
 
 DEPENDS = "ti-gc320-libs"
+RDEPENDS:${PN}:append = " ti-gc320-libs-dev"
 
 BRANCH = "ti-${PV}"