summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-19 21:24:55 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-20 04:56:33 +0200
commitb1a8b8326e4fd4c9d3bcf7688021ddd3cceb1f24 (patch)
tree881b230deb55a6b360df8c8229fa0c4d774fd6ec /docs
parent83f594381aa1f7b8118620e7e93bb00fc038e7cc (diff)
docs: add PKG_NEEDS variable
Diffstat (limited to 'docs')
-rw-r--r--docs/adding-packages-directory.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/adding-packages-directory.txt b/docs/adding-packages-directory.txt
index 020605275..227107a89 100644
--- a/docs/adding-packages-directory.txt
+++ b/docs/adding-packages-directory.txt
@@ -39,7 +39,7 @@ are space separated and can be negated with ! as a prefix.
* Target system
** variable used PKG_SYSTEM_DEPENDS
-** for allowed values see the output of: find target/*/systems -type f |grep -v toolchain
+** for allowed values see the output of: find target/*/systems -type f
* Target C library
** variable used PKG_LIBC_DEPENDS
@@ -49,9 +49,9 @@ are space separated and can be negated with ! as a prefix.
** variable used PKG_HOST_DEPENDS
** allowed values are: linux darwin cygwin freebsd netbsd openbsd
-* C++ support
-** variable used PKG_NEED_CXX
-** Comment string: `C++`
+* Special support needed (Toolchain with Threads, Realtime or C++ enabled)
+** variable used PKG_NEEDS
+** allowed values are: threads rt c++
Further formatting details: see xref:writing-rules-mk[the writing
rules].