From: Richard Purdie Date: Mon, 4 Feb 2013 15:50:40 +0000 (+0000) Subject: dpkg: Add missing pkgconfig dependency X-Git-Tag: 2015-4~7734 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2602575108a39723f9975391e83290573cbd2ec9;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 8830ae7a73..fd26c8a247 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -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"