add support for conditional depends to the feeds script
[openwrt.git] / scripts / metadata.pm
index fd18b18..a527d68 100644 (file)
@@ -54,6 +54,7 @@ sub parse_package_metadata($) {
                        $srcpackage{$src} = [];
                        undef $pkg;
                };
+               next unless $src;
                /^Package:\s*(.+?)\s*$/ and do {
                        $pkg = {};
                        $pkg->{src} = $src;
This page took 0.021391 seconds and 4 git commands to generate.