mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-19 22:20:50 +00:00
components-build-system.sh: fix path of pkgconfig.sh
The script was moved to the framework sub-repo. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
3533e9b761
commit
ba8500b6b9
@ -116,7 +116,7 @@ component_test_cmake_as_package () {
|
||||
./cmake_package
|
||||
if [[ "$OSTYPE" == linux* ]]; then
|
||||
PKG_CONFIG_PATH="${build_variant_dir}/mbedtls/pkgconfig" \
|
||||
${root_dir}/tests/scripts/pkgconfig.sh \
|
||||
${root_dir}/framework/scripts/pkgconfig.sh \
|
||||
mbedtls mbedx509 mbedcrypto
|
||||
# These are the EXPECTED package names. Renaming these could break
|
||||
# consumers of pkg-config, consider carefully.
|
||||
@ -137,7 +137,7 @@ component_test_tf_psa_crypto_cmake_as_package () {
|
||||
./cmake_package
|
||||
if [[ "$OSTYPE" == linux* ]]; then
|
||||
PKG_CONFIG_PATH="${build_variant_dir}/tf-psa-crypto/pkgconfig" \
|
||||
${root_dir}/tests/scripts/pkgconfig.sh \
|
||||
${root_dir}/framework/scripts/pkgconfig.sh \
|
||||
tfpsacrypto
|
||||
# This is the EXPECTED package name. Renaming it could break consumers
|
||||
# of pkg-config, consider carefully.
|
||||
|
Loading…
x
Reference in New Issue
Block a user