summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-support
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-10-13 18:19:13 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-14 12:27:42 +0300
commit62794599e660696b688c30992c12444131322f5a (patch)
tree075752f09bf9f6efa9217c6c27a6d62e80aa1e08 /meta-phosphor/recipes-support
parent3a94d0e20518e0f11c134887fc88259d147e568b (diff)
downloadopenbmc-62794599e660696b688c30992c12444131322f5a.tar.xz
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
Diffstat (limited to 'meta-phosphor/recipes-support')
-rw-r--r--meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend b/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend
index 3f2f4f94f1..9b62a794e5 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"