aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-05-30 22:11:23 +0200
committerArmin Kuster <akuster808@gmail.com>2020-06-12 09:32:24 -0700
commit9fe954d079abda50e940d7cacbd2fcb08b3f6ec9 (patch)
treec4b2edd00ee9b8f4c61a58610528aeb3b7d7c8f9
parent691d9087e93a238f47c2fcc0aabbd7041b8f25e1 (diff)
downloadmeta-openembedded-9fe954d079abda50e940d7cacbd2fcb08b3f6ec9.tar.gz
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> (cherry picked from commit 68fa0a4ac2b320c1ce92b44ead54df5f4d043a06) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb
index 504ac1537e..dd302506d7 100644
--- a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb
+++ b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb
@@ -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"