diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-16 11:35:33 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-16 13:52:47 -0300 |
| commit | f6876e084384c6b25fc72f4b7d3929040e799062 (patch) | |
| tree | f606d42b2bb2a4a865f073a7d8fc399a1bd143a2 | |
| parent | 2143c21bf95282230b48433b06320a7889be2979 (diff) | |
| download | meta-freescale-f6876e084384c6b25fc72f4b7d3929040e799062.tar.gz | |
opencv: Document the download-cache task
do_unpack_extra is addtask'd but carried no doc string, so it was
undescribed in bitbake opencv -c listtasks. The flag is set in the .inc so
opencv_4.13.0.imx.bb stays a verbatim copy of the meta-openembedded recipe
it tracks.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc index 4ad32a5fa..10d7fccfd 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.13.0.imx.inc | |||
| @@ -50,6 +50,8 @@ SRC_URI += "\ | |||
| 50 | file://OpenCV_DNN_examples.patch \ | 50 | file://OpenCV_DNN_examples.patch \ |
| 51 | " | 51 | " |
| 52 | 52 | ||
| 53 | do_unpack_extra[doc] = "Build the download cache OpenCV expects at configure time" | ||
| 54 | |||
| 53 | PACKAGECONFIG:remove = "eigen" | 55 | PACKAGECONFIG:remove = "eigen" |
| 54 | 56 | ||
| 55 | PACKAGECONFIG:append = " \ | 57 | PACKAGECONFIG:append = " \ |
