mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make, scripts: Add support for [pkg.provides.xxx]
Add Support for manually specifying arbitrary package capabilities in project.conf. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c6f81d4f4c
commit
f28afc777c
5 changed files with 45 additions and 31 deletions
|
|
@ -110,6 +110,7 @@ for p in $subpackages; do
|
|||
|echo "Group: `cfg_value global.group`"
|
||||
|[ "\$REQUIRES_$P" ] && echo "Requires: \$REQUIRES_$P"
|
||||
|[ "\$CONFLICTS_$P" ] && echo "Conflicts: \$CONFLICTS_$P"
|
||||
|[ "\$PROVIDES_$P" ] && echo "Provides: \$PROVIDES_$P"
|
||||
|echo ""
|
||||
EOT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue