aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-04 15:50:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-04 16:02:53 +0000
commit2602575108a39723f9975391e83290573cbd2ec9 (patch)
treef43f09579f3410495ca9d283e75e3995d1563a43 /meta/recipes-devtools
parentef98ff5ba562eb710b5a6fbd181fb1c4380010b2 (diff)
downloadopenembedded-core-2602575108a39723f9975391e83290573cbd2ec9.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc2
1 files changed, 1 insertions, 1 deletions
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"