diff options
author | Quentin Schulz <foss@0leil.net> | 2020-09-17 01:59:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:36 +0100 |
commit | e9f2c011573ec906756e5e2b767b36c4f9795623 (patch) | |
tree | 0ea39b8c70e837fda5c70dbd565a30a1661f8d4c /documentation/ref-manual | |
parent | 09d0f73c1cf4305b9193b1d3730ab5794a725f63 (diff) | |
download | poky-e9f2c011573ec906756e5e2b767b36c4f9795623.tar.gz |
ref-manual: examples: libxpm: add relative path to .inc
In order to be able to build this example from anywhere, one needs
to give the relative path from LAYERDIR to the .inc file.
The path is the one for the inc file from openembedded-core.
(From yocto-docs rev: cb92d16a6d638f39effa06a7334496f1b0c83b2a)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb b/documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb index b58d4d7bd1..c0c8986405 100644 --- a/documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb +++ b/documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xorg-lib-common.inc | 1 | require recipes-graphics/xorg-lib/xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 Pixmap library" | 3 | DESCRIPTION = "X11 Pixmap library" |
4 | LICENSE = "X-BSD" | 4 | LICENSE = "X-BSD" |