diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-15 10:12:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-17 00:07:05 +0100 |
commit | 7c4d502c7417de5182caa52a9ab2baa7f90710cb (patch) | |
tree | 4b5a85fbe6461e32bb1bff7c7620807a90f0407d | |
parent | 6091f104bbd943bc0787533bd42810bdcdfc8c50 (diff) | |
download | poky-7c4d502c7417de5182caa52a9ab2baa7f90710cb.tar.gz |
cross-canadian: correct the location of pkg-config files
layout_libdir has not been defined for many years.
(From OE-Core rev: 2c84fbed676a8e6717592c86c3742566ad0decac)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/cross-canadian.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index 1e54035084..39b5bb93f4 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
@@ -155,7 +155,7 @@ libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS} | |||
155 | 155 | ||
156 | FILES_${PN} = "${prefix}" | 156 | FILES_${PN} = "${prefix}" |
157 | 157 | ||
158 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig" | 158 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${exec_prefix}/lib/pkgconfig" |
159 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 159 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |
160 | 160 | ||
161 | do_populate_sysroot[stamp-extra-info] = "" | 161 | do_populate_sysroot[stamp-extra-info] = "" |