mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
dpkg: Add missing pkgconfig dependency
configure touches pkg-config for various tests so we need the DEPENDS which we can gain from the class inherit (From OE-Core rev: 2602575108a39723f9975391e83290573cbd2ec9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,7 +16,7 @@ S = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools gettext perlnative
|
||||
inherit autotools gettext perlnative pkgconfig
|
||||
|
||||
export PERL_LIBDIR = "${libdir}/perl"
|
||||
PERL_LIBDIR_class-native = "${libdir}/perl-native/perl"
|
||||
|
||||
Reference in New Issue
Block a user