summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-01-22 20:40:15 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-01-22 22:18:36 +0300
commit7e6efa284041d609b29dab9aa36c118ec0eb099e (patch)
tree925773794f6941c947342f8cae34cc32d0aea8a1 /meta-phosphor/recipes-core
parent5f9e126d9df95efaf8f35693b74643f08155e15e (diff)
downloadopenbmc-7e6efa284041d609b29dab9aa36c118ec0eb099e.tar.xz
meta-phosphor: libxml2: fix PACKAGECONFIG override
We intended to remove python from the class-target for libxml2, so that we do not build the python bindings for target images. There have since been added additional PACKAGECONFIG values (namely ipv6), so we shouldn't set the whole variable, but explicitly `:remove` it. Change-Id: Idf8c4be33fe3216d2f81c6f585c31985dc8aafb4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/recipes-core')
-rw-r--r--meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend b/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend
index 97b68bce85..42046b1fc5 100644
--- a/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend
+++ b/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend
@@ -1,2 +1,2 @@
# OpenBMC doesn't use python anymore, so no need for libxml python bindings
-PACKAGECONFIG:openbmc-phosphor:class-target = ""
+PACKAGECONFIG:remove:openbmc-phosphor:class-target = "python"