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:
7251541
)
metadata.pl: filter direct recursive depends like "select PACKAGE_kmod-ipv6 if PACKAG...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 8 Jan 2012 15:49:20 +0000
(15:49 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 8 Jan 2012 15:49:20 +0000
(15:49 +0000)
SVN-Revision: 29695
scripts/metadata.pl
patch
|
blob
|
history
diff --git
a/scripts/metadata.pl
b/scripts/metadata.pl
index 0f4ae9fe0aa125a5a5ea5b87b529241eda4f12d4..41e6e9cd581917afa7d26ed4a5734ce6099b57f5 100755
(executable)
--- a/
scripts/metadata.pl
+++ b/
scripts/metadata.pl
@@
-475,6
+475,7
@@
sub mconf_depends {
$flags =~ /@/ or $depend = "PACKAGE_$depend";
if ($condition) {
if ($m =~ /select/) {
+ next if $depend eq $condition;
$depend = "$depend if $condition";
} else {
$depend = "!($condition) || $depend";