diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 15:50:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:02:53 +0000 |
commit | 2602575108a39723f9975391e83290573cbd2ec9 (patch) | |
tree | f43f09579f3410495ca9d283e75e3995d1563a43 /meta/recipes-devtools/dpkg/dpkg.inc | |
parent | ef98ff5ba562eb710b5a6fbd181fb1c4380010b2 (diff) | |
download | openembedded-core-2602575108a39723f9975391e83290573cbd2ec9.tar.gz openembedded-core-2602575108a39723f9975391e83290573cbd2ec9.tar.bz2 openembedded-core-2602575108a39723f9975391e83290573cbd2ec9.zip |
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/dpkg/dpkg.inc')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 |
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" |