summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-03-08 19:26:49 +0100
committerPiotr Gorski2020-03-08 19:26:49 +0100
commite4d83ee555ae62db0ccf50b4b2d9c32c23523fd6 (patch)
tree48dd36baff9b72f269acbfc10d161316623498ee
parentd56cb04e9d86e978bcadc9e1e605fca15a94bd6d (diff)
downloadaur-e4d83ee555ae62db0ccf50b4b2d9c32c23523fd6.tar.gz
Update makedepends
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de5c791cb43f..1bb77812aea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,6 +61,9 @@ makedepends=('kmod' 'bc' 'libelf' 'python-sphinx' 'python-sphinx_rtd_theme'
'graphviz' 'imagemagick')
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
+# Some patches for BFQ conflict with patches for BFQ-dev.
+# To use linux-bfq smoothly apply bfq-reverts before bfq-dev patch.
+# Otherwise the kernel will not compile.
_bfq_rev_path="bfq-reverts-sep"
_bfq_rev_patch="0001-Revert-block-bfq-do-not-plug-I-O-for-bfq_queues-with.patch"
_bfq_path="bfq-dev-lucjan"