Skip to content

Commit af9352d

Browse files
committed
bash: do not install loadable modules
They are not required and just bloat the system.
1 parent 617d6b3 commit af9352d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

recipes/utils/bash.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ buildScript: |
4747
packageScript: |
4848
autotoolsPackageTgt
4949
50+
# remove loadable modules examples
51+
rm -rf usr/lib/bash
52+
5053
provideDeps: [ "*-tgt" ]
5154

5255
provideVars:

0 commit comments

Comments
 (0)