projects.py: Rename command requires-pkg to required-os-pkg

Rename command requires-pkg to required-os-pkg to avoid confusion with
pkg-reqires. The command could be merged into pkg-requires at a later time.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-11 10:46:23 +00:00
commit 7abbf1d044
3 changed files with 37 additions and 37 deletions

View file

@ -187,7 +187,7 @@ prefix.done:
touch $@
echo-prereq-build:
@echo $(call proj_query, requires-pkg --flavours "build" $(PROJECT))
@echo $(call proj_query, required-os-pkg --flavours "build" $(PROJECT))
git-ssh-%:
bash -c "`git remote get-url --push $* | sed 's|ssh://||; s|\([^/]\+\)/\(.*\)|LC_CDPATH=/\2 ssh -o SendEnv=LC_CDPATH \1|'`"