Browse Source

docs/manual/adding-packages-generic.txt: fix typo

LIBTOO_SOURCE -> LIBFOO_SOURCE

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 31e6e05f7236bea4eba7825c6e78bdd1d41af66b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 5 years ago
parent
commit
a75c75c569
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/adding-packages-generic.txt

+ 1 - 1
docs/manual/adding-packages-generic.txt

@@ -452,7 +452,7 @@ not and can not work as people would expect it should:
   of the manifest file for this package.
   of the manifest file for this package.
 
 
 * +LIBFOO_ACTUAL_SOURCE_TARBALL+ only applies to packages whose
 * +LIBFOO_ACTUAL_SOURCE_TARBALL+ only applies to packages whose
-  +LIBFOO_SITE+ / +LIBTOO_SOURCE+ pair points to an archive that does
+  +LIBFOO_SITE+ / +LIBFOO_SOURCE+ pair points to an archive that does
   not actually contain source code, but binary code. This a very
   not actually contain source code, but binary code. This a very
   uncommon case, only known to apply to external toolchains which come
   uncommon case, only known to apply to external toolchains which come
   already compiled, although theoretically it might apply to other
   already compiled, although theoretically it might apply to other