Skip to content

Commit

Permalink
squashfs-tools: Enable alternative compressors
Browse files Browse the repository at this point in the history
Having only gzip available might turn into a showstopper.
thomas committed Sep 3, 2019
1 parent 0ef8f58 commit 7e8e0d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions squashfs-tools.be0
Original file line number Diff line number Diff line change
@@ -14,6 +14,10 @@ SRCURL[0]="https://github.com/plougher/squashfs-tools/archive/4.4.tar.gz"

mee_build() {
cd ${S}/squashfs-tools
sed -i Makefile \
-e '/^#XZ_SUPPORT/ s/^#//' \
-e '/^#LZO_SUPPORT/ s/^#//' \
-e '/^#LZ4_SUPPORT/ s/^#//'
make
}

0 comments on commit 7e8e0d2

Please sign in to comment.