]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
skeleton-common: rename SKELETON_ROOT_PASSWORD to SKELETON_COMMON_ROOT_PASSWORD
authorArnout Vandecappelle <arnout@mind.be>
Tue, 1 Aug 2017 22:52:17 +0000 (00:52 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 2 Aug 2017 17:25:32 +0000 (19:25 +0200)
commit22cf98c6af45492b942ba2956873cb3c85f2de7d
tree149b54ed567e2fe987abae58ccba41a1747e0edd
parent120307520f69f801bf05df1d2fd3433c6d498551
skeleton-common: rename SKELETON_ROOT_PASSWORD to SKELETON_COMMON_ROOT_PASSWORD

Package variables should always be prefixed with the package name. For
SKELETON_COMMON_ROOT_PASSWORD, this means we set the variable a second
time based on the value it previously had. Fortunately, this is fine
for make, even for recursively expanded variables.

This also allows to simplify the condition of the empty password - it's
not needed to set it again to empty if it already was empty.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/skeleton-common/skeleton-common.mk