projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f6e9c9
)
metadata.pl: fixpath exclusion of kernel packages
author
John Crispin
<john@openwrt.org>
Sat, 29 Jun 2013 19:37:11 +0000
(19:37 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 29 Jun 2013 19:37:11 +0000
(19:37 +0000)
module and build deps did not work for kernel modules
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37091
scripts/metadata.pl
patch
|
blob
|
history
diff --git
a/scripts/metadata.pl
b/scripts/metadata.pl
index ade86c867c85ed11c8db876c3e2c0072098c4654..17040d9e365a8808411be3b3dc613c188c633c64 100755
(executable)
--- a/
scripts/metadata.pl
+++ b/
scripts/metadata.pl
@@
-757,7
+757,7
@@
sub gen_package_mk() {
$idx = $subdir{$dep}.$dep;
}
$idx .= $suffix;
- undef $idx if $idx =~ /^(kernel)|(base-files)$/;
+ undef $idx if $idx =~ /^(kernel
\/linux
)|(base-files)$/;
if ($idx) {
my $depline;
next if $pkg->{src} eq $pkg_dep->{src}.$suffix;