dpkg: Add missing pkgconfig dependency
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 15:50:40 +0000 (15:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 16:04:23 +0000 (16:04 +0000)
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>
meta/recipes-devtools/dpkg/dpkg.inc

index 8830ae7..fd26c8a 100644 (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"