summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-04-17 03:50:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 17:07:18 +0100
commit9c2e7b1261e3b6bf4a5789eb11c59e936a2559c1 (patch)
tree5449f8bd8f7fce6601cb06b01390b35b85e3792d
parentfe61e4ff27de5523b0825822c3e57b295cb042bf (diff)
downloadpoky-9c2e7b1261e3b6bf4a5789eb11c59e936a2559c1.tar.gz
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 <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6148ac9bc5d3e0d0ffdbbd6695acd96ca1836b78) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common.inc3
1 files changed, 3 insertions, 0 deletions
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"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20B = "${WORKDIR}/build" 20B = "${WORKDIR}/build"
21
22inherit pkgconfig
23
21do_configure[cleandirs] = "${B}" 24do_configure[cleandirs] = "${B}"