blob: a5c1df8a8a2b33b62998eecf4b091d4953272988 [file] [log] [blame]
Patrick Williams200c2d32023-05-17 15:00:27 -05001## Some packages do not allow a simple bbappend to tweak the PACKAGECONFIG
2## because they can end up inheriting bbclasses, which cause other
3## side-effects before the bbappend is applied. Place tweaks for those
4## packages in this file.
5
6# Disable python from btrfs-tools
7PACKAGECONFIG:remove:pn-btrfs-tools = "python"