mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6091f104bb
commit
7c4d502c74
@@ -155,7 +155,7 @@ libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}
|
||||
|
||||
FILES_${PN} = "${prefix}"
|
||||
|
||||
export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig"
|
||||
export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${exec_prefix}/lib/pkgconfig"
|
||||
export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
|
||||
|
||||
do_populate_sysroot[stamp-extra-info] = ""
|
||||
|
||||
Reference in New Issue
Block a user