From a38b058f0855d1496342f2a934618bcc18fe55c3 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Mon, 17 May 2021 02:17:41 +0800 Subject: [PATCH] build: Handle empty pkgconfig in sysroot --- src/build/linux/sysroot_scripts/sysroot-creator.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/build/linux/sysroot_scripts/sysroot-creator.sh b/src/build/linux/sysroot_scripts/sysroot-creator.sh index a192c642bc..bba3e57f4b 100644 --- a/src/build/linux/sysroot_scripts/sysroot-creator.sh +++ b/src/build/linux/sysroot_scripts/sysroot-creator.sh @@ -382,8 +382,6 @@ HacksAndPatchesCommon() { # which overwrites PKG_CONFIG_LIBDIR internally SubBanner "Move pkgconfig scripts" mkdir -p ${INSTALL_ROOT}/usr/lib/pkgconfig - mv ${INSTALL_ROOT}/usr/lib/${arch}-${os}/pkgconfig/* \ - ${INSTALL_ROOT}/usr/lib/pkgconfig }