From dea299312e28b18c4d2b499795b87bee0bd6f3f4 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sat, 19 Jul 2014 11:19:50 -0700 Subject: [PATCH] setup_board: remove extra pkg-config wrapper script crossdev provides cross-pkg-config which respects $SYSROOT so we do not need to do anything extra ourselves. --- setup_board | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/setup_board b/setup_board index 7459f766e1..98805277d1 100755 --- a/setup_board +++ b/setup_board @@ -93,19 +93,6 @@ generate_all_wrappers() { info "Generating wrapper scripts" - wrapper="/usr/local/bin/pkg-config-${BOARD_VARIANT}" - sudo_clobber "${wrapper}" <