diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-04-17 03:50:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-19 14:14:12 +0100 |
commit | 73cdd40c9e3c70e91b6140362bc9a92713ffd707 (patch) | |
tree | ea9f2130894f257497ecaaa795dafad2a392eeee /meta/recipes-bsp/u-boot | |
parent | c7e0e7e71681aadbd84b996e885607232d715a9e (diff) | |
download | poky-73cdd40c9e3c70e91b6140362bc9a92713ffd707.tar.gz |
u-boot: Inherit pkgconfig
pkg-config is used by the Makefiles, and thus pkgconfig needs to be
inherited.
(From OE-Core rev: 6148ac9bc5d3e0d0ffdbbd6695acd96ca1836b78)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 3 |
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 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | B = "${WORKDIR}/build" | 20 | B = "${WORKDIR}/build" |
21 | |||
22 | inherit pkgconfig | ||
23 | |||
21 | do_configure[cleandirs] = "${B}" | 24 | do_configure[cleandirs] = "${B}" |