summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-05-02 00:57:58 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-05-02 00:59:00 +0300
commitba60c1d7ddcf21fa56e9bde2880ac816c1d231e0 (patch)
treeada5cf9936ffe1194bd9e32e25af557598750ce5 /meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc
parent062def2a24c108fe1c3b808973945336eadfefb7 (diff)
downloadopenbmc-ba60c1d7ddcf21fa56e9bde2880ac816c1d231e0.tar.xz
meta-phosphor: eliminate phosphor-pkg-tweaks
Upstream now has an `inherit_defer` concept which allows PACKAGECONFIG tweaks, for example, to be applied to `inhert` directives. Therefore, we can use the more typical `bbappend` approach instead of this extra include file. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie8cad501dbed549969899012734cee94075d2f5a
Diffstat (limited to 'meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc b/meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc
deleted file mode 100644
index a5c1df8a8a..0000000000
--- a/meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-## Some packages do not allow a simple bbappend to tweak the PACKAGECONFIG
-## because they can end up inheriting bbclasses, which cause other
-## side-effects before the bbappend is applied. Place tweaks for those
-## packages in this file.
-
-# Disable python from btrfs-tools
-PACKAGECONFIG:remove:pn-btrfs-tools = "python"