commit | 62794599e660696b688c30992c12444131322f5a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 13 10:19:13 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 14 09:27:42 2022 +0000 |
tree | 075752f09bf9f6efa9217c6c27a6d62e80aa1e08 | |
parent | 3a94d0e20518e0f11c134887fc88259d147e568b [diff] [blame] |
meta-phosphor: gnupg: apply space savings everywhere Somehow the bbappend for gnupg was only applied to 'gbmc' systems. Apply this to all openbmc. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I36079311f87a77d38433b3124ce72d41086b1c18
diff --git a/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend b/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend index 3f2f4f9..9b62a79 100644 --- a/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend +++ b/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend
@@ -1,2 +1,2 @@ # Remove unneeded gnupg help files to save space -EXTRA_OECONF:append:gbmc = " --disable-doc" +EXTRA_OECONF:append:openbmc-phosphor = " --disable-doc"