warning 3a qa issue 3a rdepends on

Solutions on MaxInterview for warning 3a qa issue 3a rdepends on by the best coders in the world

showing results for - "warning 3a qa issue 3a rdepends on"
Caleb
20 Aug 2019
1
2WARNING: QA Issue: bgslibrary-dev rdepends on libopencv-imgproc, but it isn't a build dependency, missing opencv in DEPENDS or PACKAGECONFIG? [build-deps]
3 
4Solution:
5you can eliminate above error by adding  `RDEPENDS` into your recipe file.
6
7eg:
8#in `my_recipie.bb` file
9
10RDEPENDS ="opencv"