Skip to content

Commit

Permalink
feat(20.04): add slices file for package libtbb2 and missing dependen…
Browse files Browse the repository at this point in the history
…cies (#425)


---------

Co-authored-by: Alexander Houben <[email protected]>
  • Loading branch information
ahouben and ahoubenvarian authored Dec 9, 2024
1 parent 9c58c2a commit 2232824
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
17 changes: 17 additions & 0 deletions slices/libatomic1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package: libatomic1

essential:
- libatomic1_copyright

slices:
libs:
essential:
- libc6_libs
contents:
/usr/lib/*-linux-*/libatomic.so.1*:

copyright:
essential:
- gcc-10-base_copyright
contents:
/usr/share/doc/libatomic1:
21 changes: 21 additions & 0 deletions slices/libtbb2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package: libtbb2

essential:
- libtbb2_copyright

slices:
libs:
essential:
# libatomic1 is only required for the riscv64 architecture.
# - libatomic1_libs
- libc6_libs
- libgcc-s1_libs
- libstdc++6_libs
contents:
/usr/lib/*-linux-*/libtbb.so.2:
/usr/lib/*-linux-*/libtbbmalloc.so.2:
/usr/lib/*-linux-*/libtbbmalloc_proxy.so.2:

copyright:
contents:
/usr/share/doc/libtbb2/copyright:

0 comments on commit 2232824

Please sign in to comment.