fix multiple ipkg builds of the same arch but with different targets in the same...
[openwrt/svn-archive/archive.git] / scripts / metadata.pm
index 8ce4ea8b1e24eee13175a273b69849d7a161fc37..65ba0b890d05e8834cc1c9af205a4fec9585ec1e 100644 (file)
@@ -60,6 +60,7 @@ sub parse_package_metadata($) {
                        $pkg->{src} = $src;
                        $pkg->{makefile} = $makefile;
                        $pkg->{name} = $1;
+                       $pkg->{title} = "";
                        $pkg->{default} = "m if ALL";
                        $pkg->{depends} = [];
                        $pkg->{builddepends} = [];