projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1419252
)
scripts/feeds: fix a warning (#4474)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 May 2009 18:50:58 +0000
(18:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 May 2009 18:50:58 +0000
(18:50 +0000)
SVN-Revision: 15600
scripts/metadata.pm
patch
|
blob
|
history
diff --git
a/scripts/metadata.pm
b/scripts/metadata.pm
index 8ce4ea8b1e24eee13175a273b69849d7a161fc37..65ba0b890d05e8834cc1c9af205a4fec9585ec1e 100644
(file)
--- a/
scripts/metadata.pm
+++ b/
scripts/metadata.pm
@@
-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} = [];