From 9c2e7b1261e3b6bf4a5789eb11c59e936a2559c1 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sun, 17 Apr 2022 03:50:12 +0200 Subject: [PATCH] u-boot: Inherit pkgconfig pkg-config is used by the Makefiles, and thus pkgconfig needs to be inherited. (From OE-Core rev: 91bfc749de1530065d2cd8ecb4c8d16c458ade56) Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie (cherry picked from commit 6148ac9bc5d3e0d0ffdbbd6695acd96ca1836b78) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 488b923737..d366f10398 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -18,4 +18,7 @@ SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" S = "${WORKDIR}/git" B = "${WORKDIR}/build" + +inherit pkgconfig + do_configure[cleandirs] = "${B}"