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
diff --git a/meta-phosphor/recipes-devtools/btrfs-tools/btrfs-tools_%.bbappend b/meta-phosphor/recipes-devtools/btrfs-tools/btrfs-tools_%.bbappend
new file mode 100644
index 0000000..a5ebbcc
--- /dev/null
+++ b/meta-phosphor/recipes-devtools/btrfs-tools/btrfs-tools_%.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+PACKAGECONFIG:remove:class-target = "python"