]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:02:53 +0000 (16:02 +0000)
configure touches pkg-config for various tests so we need the DEPENDS
which we can gain from the class inherit

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg.inc

index 8830ae7a7355aed06686cf2f4135f4bacd435213..fd26c8a2471cc0eac5143b8514f6ae0482e696e8 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"