From: Jerzy Grzegorek Date: Thu, 20 Mar 2014 22:07:30 +0000 (+0100) Subject: manual/adding-packages-tips.txt: reword part about package name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74af345cff8a98bbabad6b33ef124a1fe2eb1a99;p=buildroot.git manual/adding-packages-tips.txt: reword part about package name Signed-off-by: Jerzy Grzegorek Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- 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+).