treewide: disable QUILT refresh for unsupported packages

Some packages won't ever have something to patch as they normally
install files or are meta-packages.

For these special packages, disable QUILT refresh.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi
2023-10-15 21:11:17 +02:00
parent 002f180a97
commit c0e30b17eb
4 changed files with 12 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ endef
define Build/Configure
endef
define Build/Quilt
endef
define Build/Compile
endef