Commit 69eb5e1
authored
fix(templates): pin intel-dlstreamer to 2025.2.0 (#492)
The latest intel-dlstreamer (2026.0.0) in the DLS APT repo depends on
libopenvino-2026.0.0 and openvino-2026.0.0, but the openvino/2026
repository has not been published yet. The openvino/2025 repo only
contains packages up to version 2025.4.1.
Pin intel-dlstreamer to 2025.2.0 (the latest version compatible with
the openvino/2025 repo) in all affected deb-based templates using the
underscore syntax (intel-dlstreamer_2025.2.0), which CleanDebName
converts to apt's = version pinning format.
Affected templates:
- ubuntu24-x86_64-dlstreamer.yml
- elxr12-x86_64-dlstreamer.yml
- ubuntu24-x86_64-minimal-ptl-dls.yml1 parent 8ae7558 commit 69eb5e1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments