New commits:
commit 15499c3b6d336905db4eb939cfb3322a3db1388a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
kernels/linux: bison and flex are required dependencies for kernels >=
4.16
diff --git a/kernels/linux/DEPENDS b/kernels/linux/DEPENDS
index b52886e..2536583 100755
--- a/kernels/linux/DEPENDS
+++ b/kernels/linux/DEPENDS
@@ -4,6 +4,10 @@ if (( "${VERSION//./}" >= "390" )) ; then
depends bc &&
depends LZMA
fi &&
+if (( "${VERSION//./}" >= "4160" )) ; then
+ depends bison &&
+ depends flex
+fi &&
depends perl &&
if [[ "$(get_kernel_config CONFIG_UNWINDER_ORC)" == "y" ]]; then
depends LIBELF
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 427f4c7..26e9f3e 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,6 @@
+2018-04-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: bison and flex are required for >= 4.16
+
2018-04-02 Pavel Vinogradov <public AT sourcemage.org>
* latest.defaults: LATEST_4=4.16,
LATEST_maintenance_patches_4=patch-4.16
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (15499c3b6d336905db4eb939cfb3322a3db1388a),
Pavel Vinogradov, 04/07/2018