summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2014-03-20 23:07:30 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-03-23 20:54:34 +0100
commit74af345cff8a98bbabad6b33ef124a1fe2eb1a99 (patch)
tree814068b1e615f0bc52cd409e649770dedbcab8e4 /docs/manual
parent99171b9fa5a2dcf3edb8e589bbaba6394b37094e (diff)
downloadbuildroot-74af345cff8a98bbabad6b33ef124a1fe2eb1a99.tar.gz
buildroot-74af345cff8a98bbabad6b33ef124a1fe2eb1a99.zip
manual/adding-packages-tips.txt: reword part about package name
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/adding-packages-tips.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt
index 73c25be015..ceaba8e0c2 100644
--- a/docs/manual/adding-packages-tips.txt
+++ b/docs/manual/adding-packages-tips.txt
@@ -31,7 +31,7 @@ using the following rules:
+BR2_PACKAGE_FOO_BAR_BOO+);
* the +*.mk+ file variable prefix is the upper case _package name_
- `.` and `-` characters substituted with `_` (e.g.:
+ with `.` and `-` characters substituted with `_` (e.g.:
+FOO_BAR_BOO_VERSION+).
OpenPOWER on IntegriCloud