scripts/feeds: fix 'src-include' directive
authorBjørn Mork <bjorn@mork.no>
Mon, 2 Sep 2019 11:49:21 +0000 (13:49 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 2 Sep 2019 14:48:40 +0000 (16:48 +0200)
commita21b70be31a9d8adda0ae65cc38d1b3b4b6680d4
tree5d160c6264c2f6eae9f4b428fdb6512e7e4feb31
parent6aa962a62288952aec08c1f67fb0735f420f720e
scripts/feeds: fix 'src-include' directive

Commit 775b70f8d5df renamed parse_file() parameters without
updating the recursive call. This broke parsing of any feeds.conf
using 'src-include'.

 $ scripts/feeds update -a
 Can't use string ("defaults") as a HASH ref while "strict refs" in use at scripts/feeds line 63, <$fh> line 1.

Fixes: 775b70f8d5df ("scripts/feeds: allow adding parameters to feeds")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
scripts/feeds