projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be575fd
)
scripts: remove "Package-Subdir" metadata handling
author
Jo-Philipp Wich
<
[email protected]
>
Wed, 13 Apr 2016 13:38:17 +0000
(15:38 +0200)
committer
Jo-Philipp Wich
<
[email protected]
>
Wed, 13 Apr 2016 13:38:17 +0000
(15:38 +0200)
Signed-off-by: Jo-Philipp Wich <
[email protected]
>
scripts/metadata.pm
patch
|
blob
|
history
diff --git
a/scripts/metadata.pm
b/scripts/metadata.pm
index e00f4e97cfb3385c36d1507dd80f0eebdf1971d9..6b10637bab54a3c442cd551f43128a5644a562d2 100644
(file)
--- a/
scripts/metadata.pm
+++ b/
scripts/metadata.pm
@@
-222,7
+222,6
@@
sub parse_package_metadata($) {
/^Build-Depends: \s*(.+)\s*$/ and $pkg->{builddepends} = [ split /\s+/, $1 ];
/^Build-Depends\/(\w+): \s*(.+)\s*$/ and $pkg->{"builddepends/$1"} = [ split /\s+/, $2 ];
/^Build-Types:\s*(.+)\s*$/ and $pkg->{buildtypes} = [ split /\s+/, $1 ];
- /^Package-Subdir:\s*(.+?)\s*$/ and $pkg->{package_subdir} = $1;
/^Repository:\s*(.+?)\s*$/ and $pkg->{repository} = $1;
/^Category: \s*(.+)\s*$/ and do {
$pkg->{category} = $1;