aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package-metadata.pl
Commit message (Expand)AuthorAgeFilesLines
* build: drop ABI version from metadataFelix Fietkau2021-02-141-15/+0
* metadata: handle ABI version rebuild tracking for transient dependenciesJo-Philipp Wich2019-06-211-0/+12
* metadata: ensure one dependency provider to be y if a package is yJonas Gorski2019-06-201-2/+2
* build: add support to && in DEPENDSEneas U de Queiroz2019-05-311-2/+18
* build: extend ABI_VERSION suffixing to providesJo-Philipp Wich2019-01-241-4/+10
* build: expose ABI version in .packageauxvarsJo-Philipp Wich2019-01-191-0/+9
* build: rename .packagesubdirs to .packageauxvarsJo-Philipp Wich2019-01-191-3/+3
* metadata: do not emit broken kconfig dependency statementsJo-Philipp Wich2018-01-141-1/+1
* metadata: improve code readability by using (s)printf instead of string inter...Matthias Schiffer2018-01-131-13/+13
* build: remove obsolete "package feature" featureMatthias Schiffer2018-01-131-26/+0
* metadata: always resolve dependencies through provides listMatthias Schiffer2018-01-131-36/+26
* metadata: simplify generation of build depends from runtime dependsMatthias Schiffer2018-01-131-71/+41
* metadata: handle target build depends together with host build dependsMatthias Schiffer2018-01-131-32/+28
* build: remove package preconfig featureMatthias Schiffer2018-01-131-36/+0
* metadata: remove redundant fields from package hashMatthias Schiffer2018-01-131-4/+4
* metadata: replace %subdir hash with a path field in source packagesMatthias Schiffer2018-01-131-13/+12
* metadata: change pkg->{src} field to hold a referenceMatthias Schiffer2018-01-131-7/+7
* metadata: interate over source packages when generating MakefileMatthias Schiffer2018-01-131-26/+35
* metadata: move 'builddepends' from binary to source packagesMatthias Schiffer2018-01-131-9/+7
* metadata: move 'buildtypes' from binary to source packagesMatthias Schiffer2018-01-131-6/+7
* metadata: make srcpackage extensibleMatthias Schiffer2018-01-131-1/+1
* metadata: remove 'base-files' special caseMatthias Schiffer2018-01-131-1/+1
* scripts/package-metadata.pl: remove broken detection of self-dependenciesMatthias Schiffer2018-01-041-5/+0
* scripts/package-metadata.pl: inhibit compile deps on missing build typesJo-Philipp Wich2017-07-271-6/+25
* scripts/package-metadata.pl: parse and validate field Require-UserYousong Zhou2017-06-181-0/+12
* scripts/package-metadata.pl: fix overriding conditional dependencies with con...Felix Fietkau2017-01-111-0/+2
* scripts/package-metadata.pl: honour DEFAULT_VARIANTJo-Philipp Wich2016-11-021-2/+15
* scripts/package-metadata.pl: fix handling of virtual (PROVIDES) dependsJo-Philipp Wich2016-11-021-2/+2
* scripts: fix build warning when overriding packagesZefir Kurtisi2016-10-151-1/+1
* scripts/package-metadata.pl: fix generation of dependencies on virtual packagesMatthias Schiffer2016-09-231-1/+4
* scripts/package-metadata.pl: fix kmod pakage dependencies within the SDKFelix Fietkau2016-07-071-0/+1
* build: split scripts/metadata.pl into target-metadata.pl and package-metadata.plFelix Fietkau2016-06-071-0/+645