projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a166e6
)
add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)
author
Nicolas Thill
<nico@openwrt.org>
Wed, 10 Jan 2007 11:59:42 +0000
(11:59 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 10 Jan 2007 11:59:42 +0000
(11:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6060
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/gen_deps.pl
patch
|
blob
|
history
diff --git
a/scripts/gen_deps.pl
b/scripts/gen_deps.pl
index
af206f0
..
0fc80aa
100755
(executable)
--- a/
scripts/gen_deps.pl
+++ b/
scripts/gen_deps.pl
@@
-28,6
+28,8
@@
while ($line = <>) {
$line =~ /^Source-Makefile: \s*(.+\/([^\/]+)\/Makefile)\s*$/ and do {
$makefile = $1;
$src = $2;
+ defined $pkg{$src} or $pkg{$src} = {};
+ $pkg{$src}->{src} = $src;
};
$line =~ /^Package: \s*(.+)\s*$/ and do {
$name = $1;