mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9766e3609d
commit
2b0bb2d78a
@@ -19,4 +19,7 @@ SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
||||||
|
inherit pkgconfig
|
||||||
|
|
||||||
do_configure[cleandirs] = "${B}"
|
do_configure[cleandirs] = "${B}"
|
||||||
|
|||||||
Reference in New Issue
Block a user