Skip to content

Commit

Permalink
virt::libjpeg: fix deps
Browse files Browse the repository at this point in the history
This package is just virtual, so don't directly depend on its
requirements, but only when it is requested. Also don't import anything
into the package itself.
  • Loading branch information
sixtyfourktec committed Oct 2, 2024
1 parent 6c9c7d8 commit a762e23
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions recipes/virt/libjpeg.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
depends:
- ${CONFIG_SELECT_LIBJPEG:-libs::jpeg-turbo}-dev

- use: []
depends:
- ${CONFIG_SELECT_LIBJPEG:-libs::jpeg-turbo}-tgt

multiPackage:
dev:
provideDeps: [ "*-dev" ]
depends:
- name: ${CONFIG_SELECT_LIBJPEG:-libs::jpeg-turbo}-dev
use: []

tgt:
provideDeps: [ "*-tgt" ]
depends:
- name: ${CONFIG_SELECT_LIBJPEG:-libs::jpeg-turbo}-tgt
use: []

provideDeps: [ "*" ]

0 comments on commit a762e23

Please sign in to comment.