mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
passwdqc: remove double modify operation
It is either += or append but not both - picking append to be the safe bet Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
cd945f42a0
commit
68fa0a4ac2
@@ -35,7 +35,7 @@ SRC_URI[sha256sum] = "d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a7
|
||||
|
||||
# explicitly define LINUX_PAM in case DISTRO_FEATURES no pam
|
||||
# this package's pam_passwdqc.so needs pam
|
||||
CFLAGS_append += "-Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM"
|
||||
CFLAGS_append = " -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM"
|
||||
|
||||
# -e is no longer default setting in bitbake.conf
|
||||
EXTRA_OEMAKE = "-e"
|
||||
|
||||
Reference in New Issue
Block a user