Skip to content

Commit

Permalink
Merge pull request #1961 from SUSE/gcc_license
Browse files Browse the repository at this point in the history
Fix license
  • Loading branch information
dcermak authored Nov 7, 2024
2 parents d4ba353 + 309cd45 commit 86fe1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bci_build/package/gcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def _is_main_gcc(os_version: OsVersion, gcc_version: _GCC_VERSIONS) -> bool:
DevelopmentContainer(
name="gcc",
package_name=f"gcc-{gcc_version}-image",
license="GPL-3.0-or-later",
os_version=os_version,
version="%%gcc_minor_version%%",
tag_version=gcc_version,
Expand Down

0 comments on commit 86fe1bc

Please sign in to comment.