Skip to content

Commit

Permalink
ostree: Remove soup from PACKAGECONFIG only if ptest is not enabled
Browse files Browse the repository at this point in the history
ostree-ptest has a dependency on ostree-trivial-httpd which gets
compiled only if soup is enabled.

Signed-off-by: Roshan Sivakumar <[email protected]>
  • Loading branch information
quic-roshs committed Aug 27, 2024
1 parent 397c3ab commit 67afb95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes-extended/ostree/ostree_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ SRC_URI += " \
PACKAGECONFIG:append = " curl libarchive static builtin-grub2-mkconfig"
PACKAGECONFIG:class-native:append = " curl"
# gpgme is not required by us, and it brings GPLv3 dependencies
PACKAGECONFIG:remove = "soup gpgme"
PACKAGECONFIG:remove = "gpgme"
PACKAGECONFIG:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '', 'soup', d)}"

0 comments on commit 67afb95

Please sign in to comment.