wok-next diff aufs/receipt @ rev 21061

Update aufs (4.14-20181119)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 05 09:14:46 2018 +0200 (2018-12-05)
parents d5aab818505e
children c9359e58850d
line diff
     1.1 --- a/aufs/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/aufs/receipt	Wed Dec 05 09:14:46 2018 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="aufs"
     1.7 -VERSION="4.17-20180716"
     1.8 -COMMIT="076999e"
     1.9 -EXTRAVERSION="_$kvers"
    1.10 +VERSION="4.14-20181119"
    1.11 +COMMIT="bd41c2e"
    1.12 +#EXTRAVERSION="_$kvers"
    1.13  CATEGORY="base-system"
    1.14  SHORT_DESC="The Linux Kernel ${VERSION%-*} aufs module"
    1.15  MAINTAINER="devel@slitaz.org"
    1.16 @@ -14,14 +14,18 @@
    1.17  WGET_URL="https://github.com/sfjro/aufs4-standalone/archive/$COMMIT.tar.gz"
    1.18  
    1.19  BUILD_DEPENDS="linux-module-headers xz"
    1.20 -SIBLINGS="linux64-aufs"
    1.21 +#SIBLINGS="linux64-aufs"
    1.22  
    1.23  # How to update:
    1.24  # 1. Go to https://github.com/sfjro/aufs4-standalone/
    1.25 -# 2. Select "aufs4.17" for the Linux Kernel-4.17.x in the "Branch:" dropdown
    1.26 +# 2. Select "aufs4.14" for the Linux Kernel-4.14.x in the "Branch:" dropdown
    1.27  # 3. Copy 7 hex digits after the "Latest commit": it's $COMMIT
    1.28  # 4. Copy AUFS_VERSION value from the updated file include/uapi/linux/aufs_type.h
    1.29  
    1.30 +COPY_std="@std @dev"
    1.31 +DEPENDS_std="linux"
    1.32 +PROVIDE_std="linux-aufs"
    1.33 +
    1.34  compile_rules() {
    1.35  	sed -i.orig \
    1.36  		-e 's|CONFIG_AUFS_BRANCH_MAX_127 =.*|CONFIG_AUFS_BRANCH_MAX_127 =|' \
    1.37 @@ -52,9 +56,3 @@
    1.38  	install -Dm0644 include/uapi/linux/aufs_type.h \
    1.39  		$install/usr/include/uapi/linux/aufs_type.h
    1.40  }
    1.41 -
    1.42 -genpkg_rules() {
    1.43 -	copy @std @dev
    1.44 -	DEPENDS="linux"
    1.45 -	PROVIDE="linux-aufs"
    1.46 -}