Skip to content

Commit

Permalink
Override more conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Feb 29, 2024
1 parent d5341c5 commit 6214505
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/weston/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ def requirements(self):
# Not a direct dep, but need to override:
self.requires("libmount/2.39.2", override=True)

self.requires("linux-headers-generic/6.5.9", override=True)
self.requires("libselinux/3.5", override=True)
self.requires("libxml2/2.11.6", override=True)
self.requires("libmount/2.36.2", override=True)
self.requires("xz_utils/5.4.5", override=True)

def validate(self):
if self.settings.os != "Linux":
raise ConanInvalidConfiguration(f"{self.ref} only supports Linux")
Expand Down

0 comments on commit 6214505

Please sign in to comment.