# HG changeset patch # User Pascal Bellard # Date 1487932164 -3600 # Node ID e129640c4d69967d4e8e4d85ae494bf514c1c1ea # Parent 17a94fdd3abe9571d3f937be23275dc6ea9c8582 linux-libre: update bdeps diff -r 17a94fdd3abe -r e129640c4d69 linux-libre/receipt --- a/linux-libre/receipt Thu Feb 23 15:12:51 2017 +0100 +++ b/linux-libre/receipt Fri Feb 24 11:29:24 2017 +0100 @@ -13,7 +13,7 @@ CONFIG_FILES="/lib/modules/$VERSION-slitaz/modules.dep" DEPENDS="depmod" -BUILD_DEPENDS="slitaz-toolchain perl git lzma patch" +BUILD_DEPENDS="slitaz-toolchain perl git lzma patch aufs" # Rules to configure and make the package. compile_rules() @@ -29,12 +29,7 @@ # Check for Aufs and cook it if unbuilt. echo "Checking for Aufs packages..." _AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'` - if [ ! -d "$AUFSDIR" ] && [ -x /usr/bin/cook ]; then - # Give info an redirect to /dev/null since aufs got it own log. - AUFSDIR=$WOK/aufs/source/aufs-${_AUFSVER} - echo "Cook: aufs $_AUFSVER" - cook aufs > /dev/null - elif [ ! -x /usr/bin/cook ]; then + if [ ! -x /usr/bin/cook ]; then # We only need aufs source. Also cooking now is a bad idea since it # needs linux-module-headers. AUFSDIR=$WOK/aufs/aufs-${_AUFSVER}