diff options
Diffstat (limited to 'dynamic-layers')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb index a3078c369..4c016bff1 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.bb | |||
| @@ -189,6 +189,12 @@ python populate_packages:prepend () { | |||
| 189 | } | 189 | } |
| 190 | 190 | ||
| 191 | PACKAGES_DYNAMIC += "^libopencv-.*" | 191 | PACKAGES_DYNAMIC += "^libopencv-.*" |
| 192 | # ${PN}-java, ${PN}-samples and python3-opencv are added to PACKAGES only under | ||
| 193 | # the matching PACKAGECONFIG (java/oracle-java, samples, python3) via the | ||
| 194 | # bb.utils.contains() expressions above. Declare them here so their | ||
| 195 | # FILES/RDEPENDS/SUMMARY/INSANE_SKIP assignments are recognised even when the | ||
| 196 | # current parse does not enable those PACKAGECONFIG options. | ||
| 197 | PACKAGES_DYNAMIC += "^${PN}-java$ ^${PN}-samples$ ^python3-opencv$" | ||
| 192 | 198 | ||
| 193 | # Main package is intentionally empty (see ALLOW_EMPTY below); everything is | 199 | # Main package is intentionally empty (see ALLOW_EMPTY below); everything is |
| 194 | # split into the sub-packages and the PACKAGES_DYNAMIC libopencv-* packages. | 200 | # split into the sub-packages and the PACKAGES_DYNAMIC libopencv-* packages. |
