summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-08-25 23:38:11 +0300
committerEd Tanous <ed@tanous.net>2022-09-19 20:09:15 +0300
commit499f750cd53440a1089bbffd9e5d27088f6b4c32 (patch)
treeb99dd0efe76c56dd970a582e78968f5b51344be8 /meta-phosphor/recipes-core
parent32570712337f10dfac5c9884a949517f51727a4e (diff)
downloadopenbmc-499f750cd53440a1089bbffd9e5d27088f6b4c32.tar.xz
Remove python from libxml2 PACKAGECONFIG
We don't use python on the BMC, but things that were pulling in libxml2 were pulling libpython.so onto the bmc. Fix it. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I6897f637676ee361522132d6b73211c9fccaca1c
Diffstat (limited to 'meta-phosphor/recipes-core')
-rw-r--r--meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend b/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend
new file mode 100644
index 0000000000..97b68bce85
--- /dev/null
+++ b/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend
@@ -0,0 +1,2 @@
+# OpenBMC doesn't use python anymore, so no need for libxml python bindings
+PACKAGECONFIG:openbmc-phosphor:class-target = ""