Skip to content

Commit

Permalink
fix(kernel_crawler): fixed photonOS configs generation for flavors too.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Oct 20, 2023
1 parent dca59de commit 8c472c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel_crawler/photon.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ def list_repos(self):

def to_driverkit_config(self, release, deps):
for dep in deps:
if dep.find("linux-devel") != -1:
if dep.find("-devel") != -1:
return repo.DriverKitConfig(release, "photon", dep)

0 comments on commit 8c472c5

Please sign in to comment.