mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 21:01:41 +00:00
add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)
SVN-Revision: 6060
This commit is contained in:
parent
0362ccb83b
commit
bf3654cc10
@ -28,6 +28,8 @@ while ($line = <>) {
|
|||||||
$line =~ /^Source-Makefile: \s*(.+\/([^\/]+)\/Makefile)\s*$/ and do {
|
$line =~ /^Source-Makefile: \s*(.+\/([^\/]+)\/Makefile)\s*$/ and do {
|
||||||
$makefile = $1;
|
$makefile = $1;
|
||||||
$src = $2;
|
$src = $2;
|
||||||
|
defined $pkg{$src} or $pkg{$src} = {};
|
||||||
|
$pkg{$src}->{src} = $src;
|
||||||
};
|
};
|
||||||
$line =~ /^Package: \s*(.+)\s*$/ and do {
|
$line =~ /^Package: \s*(.+)\s*$/ and do {
|
||||||
$name = $1;
|
$name = $1;
|
||||||
|
Loading…
Reference in New Issue
Block a user