From: Jo-Philipp Wich Date: Wed, 23 May 2018 07:15:52 +0000 (+0200) Subject: uboot-mxs: fix build on hosts lacking pkg-config X-Git-Tag: v19.07.0-rc1~3632 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=inline;h=208b984dda0c2348d425b992b9a1c171d5aaa8e8;hp=208b984dda0c2348d425b992b9a1c171d5aaa8e8;p=openwrt%2F.git uboot-mxs: fix build on hosts lacking pkg-config The uboot-mvebu package incorrectly used the host pkg-config for the tool build parts, which broke the build on systems lacking pkg-config and only worked by accident on those that have it installed. Export the host-build specific environment variables for the uboot build to redirect pkg-config invocations to our staged host build pkg-config in buildroot. Signed-off-by: Jo-Philipp Wich ---