mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
cross-canadian: correct the location of pkg-config files
layout_libdir has not been defined for many years. (From OE-Core rev: e5022ff0a3e403d772a5b0654f9219274c1d6fb9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2c84fbed676a8e6717592c86c3742566ad0decac) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ab13c838e4
commit
e3db5c70da
@@ -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