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 00:14:00 +0100
commit2b0bb2d78a0fc9ab5d1171537f909c65b7124a50 (patch)
tree2df13a7c89ab92ac7f65860fefa13c6a86dacd8c
parent9766e3609ddbe33492c8eacf6303cb29df78b9e0 (diff)
downloadpoky-2b0bb2d78a0fc9ab5d1171537f909c65b7124a50.tar.gz
u-boot: Inherit pkgconfig
pkg-config is used by the Makefiles, and thus pkgconfig needs to be inherited. (From OE-Core rev: 3acf518f06afa73ec68556a2ef19db68576144ad) 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: Anuj Mittal <anuj.mittal@intel.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 2423e9ca14..9af65e6b27 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -19,4 +19,7 @@ SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21B = "${WORKDIR}/build" 21B = "${WORKDIR}/build"
22
23inherit pkgconfig
24
22do_configure[cleandirs] = "${B}" 25do_configure[cleandirs] = "${B}"