提交 cc65e823 编写于 作者: L Luis R. Rodriguez 提交者: Michal Marek

scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocci

Make use of the new Requires: tag to be able to specify coccinelle binary
version requirements. The cocci file device_node_continue.cocci requires at
least coccinelle 1.0.4.
Signed-off-by: NLuis R. Rodriguez <mcgrof@kernel.org>
Acked-by: NJulia Lawall <julia.lawall@lip6.fr>
Acked-by: NNicolas Palix <nicolas.palix@imag.fr>
Signed-off-by: NMichal Marek <mmarek@suse.com>
上级 c100d537
...@@ -5,8 +5,11 @@ ...@@ -5,8 +5,11 @@
// Copyright: (C) 2015 Julia Lawall, Inria. GPLv2. // Copyright: (C) 2015 Julia Lawall, Inria. GPLv2.
// URL: http://coccinelle.lip6.fr/ // URL: http://coccinelle.lip6.fr/
// Options: --no-includes --include-headers // Options: --no-includes --include-headers
// Requires: 1.0.4
// Keywords: for_each_child_of_node, etc. // Keywords: for_each_child_of_node, etc.
// This uses a conjunction, which requires at least coccinelle >= 1.0.4
virtual patch virtual patch
virtual context virtual context
virtual org virtual org
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册