projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[octeon] select kmod-usb-octeon in the mototech profile
[openwrt.git]
/
scripts
/
metadata.pm
diff --git
a/scripts/metadata.pm
b/scripts/metadata.pm
index
8ce4ea8
..
dd62b4c
100644
(file)
--- a/
scripts/metadata.pm
+++ b/
scripts/metadata.pm
@@
-16,7
+16,6
@@
sub get_multiline {
my $str;
while (<$fh>) {
last if /^@@/;
my $str;
while (<$fh>) {
last if /^@@/;
- s/^\s*//g;
$str .= (($_ and $prefix) ? $prefix . $_ : $_);
}
$str .= (($_ and $prefix) ? $prefix . $_ : $_);
}
@@
-60,6
+59,7
@@
sub parse_package_metadata($) {
$pkg->{src} = $src;
$pkg->{makefile} = $makefile;
$pkg->{name} = $1;
$pkg->{src} = $src;
$pkg->{makefile} = $makefile;
$pkg->{name} = $1;
+ $pkg->{title} = "";
$pkg->{default} = "m if ALL";
$pkg->{depends} = [];
$pkg->{builddepends} = [];
$pkg->{default} = "m if ALL";
$pkg->{depends} = [];
$pkg->{builddepends} = [];
This page took
0.024764 seconds
and
4
git commands to generate.