mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
setup_board: remove bad pkg-config wrapper
See https://github.com/coreos/coreos-overlay/pull/1883 Builds should be usring /usr/bin/$CHOST-pkg-config instead.
This commit is contained in:
parent
391368c100
commit
da27e7e51b
@ -278,6 +278,9 @@ sudo mkdir -p --mode=01777 "${BOARD_ROOT}"{/tmp,/var/tmp}
|
||||
sudo mkdir -p /usr/lib/debug/build
|
||||
sudo ln -sfT ${BOARD_ROOT}/usr/lib/debug /usr/lib/debug/${BOARD_ROOT}
|
||||
|
||||
# remove bogus pkg-config wrapper
|
||||
sudo rm -f "${BOARD_ROOT}/build/bin/${BOARD_CHOST}-pkg-config"
|
||||
|
||||
generate_all_wrappers
|
||||
|
||||
# Unclear why this is required but it doesn't happen automatically
|
||||
|
Loading…
x
Reference in New Issue
Block a user