diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-09-01 19:13:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-01 19:13:21 -0300 |
| commit | cb068c681a7322923739112825ccb52b2ebee898 (patch) | |
| tree | 2e81f9ef9db3f504166e70d8549358a6c0590087 /dynamic-layers | |
| parent | 1adf3f917a6dab838efea257465c681fdb77e7f9 (diff) | |
| parent | c4cfe3990ea8158b14584a5b660b203a5ca844e6 (diff) | |
| download | meta-freescale-master.tar.gz | |
oelint: Resolve vars.specific on dynamic split packages via PACKAGES_DYNAMIC
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. |
