projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69a36cb
)
metadata: remove 'base-files' special case
author
Matthias Schiffer
<
[email protected]
>
Thu, 4 Jan 2018 17:19:28 +0000
(18:19 +0100)
committer
Matthias Schiffer
<
[email protected]
>
Sat, 13 Jan 2018 18:54:43 +0000
(19:54 +0100)
Nothing explicitly depends on base-files, and even if it would, it would
not cause any problems. Remove the unused special case.
Signed-off-by: Matthias Schiffer <
[email protected]
>
scripts/package-metadata.pl
patch
|
blob
|
history
diff --git
a/scripts/package-metadata.pl
b/scripts/package-metadata.pl
index fbd458bf2a1e8c965eeb627b57dfd8efb2494fe1..46446e994bada8fb88bfca735a1c3d907d5ce6ba 100755
(executable)
--- a/
scripts/package-metadata.pl
+++ b/
scripts/package-metadata.pl
@@
-539,7
+539,7
@@
sub gen_package_mk() {
} elsif (defined($srcpackage{$dep})) {
$idx = $subdir{$dep}.$dep;
}
- undef $idx if $idx eq 'base-files';
+
if ($idx) {
$idx .= $suffix;