diff --git a/squashfs-tools.be0 b/squashfs-tools.be0 index ea33330d1..feabe6f62 100755 --- a/squashfs-tools.be0 +++ b/squashfs-tools.be0 @@ -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 @@ -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 }