Skip to content

Commit

Permalink
Update fossa.bbclass
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa authored Dec 4, 2023
1 parent 754394b commit f0f4b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/fossa.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ python do_fossa() {
try:
installed_pkgs.append(mk_user_dependencies(pkg_metadata[pkg]))
except Exception:
pass
bb.debug(f'failed to retrieve pkg metadata for {pkg} because: {err}')

# Ensure path exists
fossa_deps_dir = d.getVar("FOSSA_STAGING_DIR")
Expand Down

0 comments on commit f0f4b4f

Please sign in to comment.