Skip to content

Update squashfs tools to offical 4.4 #1237

Merged
merged 2 commits into from
Sep 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 6 additions & 10 deletions squashfs-tools.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
#!/bin/env beesh

# BEE_VERSION squashfs-tools-4.4.0-1

SRCURL[0]="https://github.com/plougher/squashfs-tools.git"

mee_getsources() {
cd ${S}
git clone ${SRCURL} .
# git checkout v${PKGFULLVERSION}
git checkout 00508d9bf2cc2c8d026483d817db212602ab6295
}
# BEE_VERSION squashfs-tools-4.4.0-2

SRCURL[0]="https://github.com/plougher/squashfs-tools/archive/4.4.tar.gz"

#mee_patch() {
# bee_patch
Expand All @@ -22,6 +14,10 @@ mee_getsources() {

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

Expand Down