summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2018-09-13 09:22:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-17 11:39:38 +0200
commite654bb5ac62be99debb511278dea5afac28dcc68 (patch)
treec1f9f9e07945dca83d580c3fc8731992e5ef8680
parent3f5cb8ca47c20d36e52b213cd42d4de2abae4070 (diff)
downloadptxdist-e654bb5ac62be99debb511278dea5afac28dcc68.tar.gz
ptxdist-e654bb5ac62be99debb511278dea5afac28dcc68.tar.xz
doc: Fix wrong use of PKGDIRptxdist-2018.09.0
$(PKGDIR) expands to <platform-dir>/packages/ and contains folders with package names where artefacts from the install stage go, e.g. foo-1.0 from the package FOO. There is no root folder hierarchy directly in $(PKGDIR), but one for each package in the subfolders. For the targetinstall stage the source is the matching subfolder for the package's targetinstall, $(FOO_PKGDIR) expands to that. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--doc/ref_manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 56034d8e7..c9e26ffab 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -884,7 +884,7 @@ match ``<yglob>`` and do not match ``<nglob>`` are installed.
Examples:
-Install all shared libraries found in ``$(PKGDIR)/usr/lib/foo`` except
+Install all shared libraries found in ``$(FOO_PKGDIR)/usr/lib/foo`` except
libbar.so
.. code-block:: make