Skip to content

Commit

Permalink
feat(22.04): add slices file for package libtbb2 and missing depend… (#…
Browse files Browse the repository at this point in the history
…411)


---------

Co-authored-by: Alexander Houben <[email protected]>
  • Loading branch information
ahouben and ahoubenvarian authored Dec 12, 2024
1 parent e653def commit a8247bb
Show file tree
Hide file tree
Showing 3 changed files with 55 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-12-base_copyright
contents:
/usr/share/doc/libatomic1:
20 changes: 20 additions & 0 deletions slices/libtbb2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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
- libtbbmalloc2_libs
contents:
/usr/lib/*-linux-*/libtbb.so.2:

copyright:
contents:
/usr/share/doc/libtbb2/copyright:
18 changes: 18 additions & 0 deletions slices/libtbbmalloc2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package: libtbbmalloc2

essential:
- libtbbmalloc2_copyright

slices:
libs:
essential:
- libc6_libs
- libgcc-s1_libs
- libstdc++6_libs
contents:
/usr/lib/*-linux-*/libtbbmalloc.so.2*:
/usr/lib/*-linux-*/libtbbmalloc_proxy.so.2*:

copyright:
contents:
/usr/share/doc/libtbbmalloc2/copyright:

0 comments on commit a8247bb

Please sign in to comment.