Skip to content

Commit 2d2c840

Browse files
author
Pulkit Singh Tak
committed
opencv: update RDEPENDS to opencv-apps for qcom aarch64
Previously, qcom-fastcv-binaries was added to opencv, which is empty and not installed in the image. The dependency is now applied to opencv-apps, ensuring required FastCV DSP libraries are included in qcom aarch64 builds. Signed-off-by: Pulkit Singh Tak <[email protected]>
1 parent 066eb02 commit 2d2c840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ PACKAGECONFIG:append:qcom = " tests"
22

33
# Only on ARMv8 Qualcomm machines
44
PACKAGECONFIG:append:qcom:aarch64 = " fastcv"
5-
RDEPENDS:${PN}:append:qcom:aarch64 = " qcom-fastcv-binaries"
5+
RDEPENDS:${PN}-apps:append:qcom:aarch64 = " qcom-fastcv-binaries"

0 commit comments

Comments
 (0)