summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg.inc
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:04:23 +0000
commitbe7cabb8c26d9a07d7b8f3690113a05c40a59f74 (patch)
tree5827522cf9657fd130393e8bbad478080286cd76 /meta/recipes-devtools/dpkg/dpkg.inc
parentca976824bf48bbfa09a82bf4738ca3aff09b4dec (diff)
downloadast2050-yocto-poky-be7cabb8c26d9a07d7b8f3690113a05c40a59f74.zip
ast2050-yocto-poky-be7cabb8c26d9a07d7b8f3690113a05c40a59f74.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 (From OE-Core rev: 2602575108a39723f9975391e83290573cbd2ec9) 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.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 8830ae7..fd26c8a 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"
OpenPOWER on IntegriCloud