Skip to content

Commit

Permalink
Merge pull request #1237 from mariux64/update-squashfs-tools-to-offic…
Browse files Browse the repository at this point in the history
…al-4.4

Update squashfs tools to offical 4.4
  • Loading branch information
pmenzel authored Sep 3, 2019
2 parents 4c515f1 + 7e8e0d2 commit fdd59fd
Showing 1 changed file with 6 additions and 10 deletions.
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

0 comments on commit fdd59fd

Please sign in to comment.