]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
u-boot: Inherit pkgconfig
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Sun, 17 Apr 2022 01:50:12 +0000 (03:50 +0200)
committerAnuj Mittal <anuj.mittal@intel.com>
Mon, 25 Apr 2022 04:55:30 +0000 (12:55 +0800)
pkg-config is used by the Makefiles, and thus pkgconfig needs to be
inherited.

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>
meta/recipes-bsp/u-boot/u-boot-common.inc

index 2423e9ca147c04f9d2745e4d5683aa99804a5c68..9af65e6b279a1b9bac1ada216cd3c47014e56116 100644 (file)
@@ -19,4 +19,7 @@ SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
 
 S = "${WORKDIR}/git"
 B = "${WORKDIR}/build"
+
+inherit pkgconfig
+
 do_configure[cleandirs] = "${B}"