wok-next diff shadow/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents d5aab818505e
children
line diff
     1.1 --- a/shadow/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/shadow/receipt	Sat Jun 20 16:34:10 2020 +0100
     1.3 @@ -14,6 +14,9 @@
     1.4  
     1.5  BUILD_DEPENDS="acl-dev attr-dev gettext-dev"
     1.6  
     1.7 +DEPENDS_std="acl attr"
     1.8 +TAGS_std="LFS"
     1.9 +
    1.10  compile_rules() {
    1.11  	# Disable the installation of the `groups` program and its man pages, as
    1.12  	# Coreutils provides a better version.
    1.13 @@ -34,9 +37,3 @@
    1.14  
    1.15  	mv $install/usr/bin/passwd $install/bin
    1.16  }
    1.17 -
    1.18 -genpkg_rules() {
    1.19 -	copy @std
    1.20 -	DEPENDS="acl attr"
    1.21 -	TAGS="LFS"
    1.22 -}