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:
Richard Purdie 2013-02-04 15:50:40 +00:00
parent ca976824bf
commit be7cabb8c2
1 changed files with 1 additions and 1 deletions

View File

@ -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"