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:04:23 +0000 |
| commit | be7cabb8c26d9a07d7b8f3690113a05c40a59f74 (patch) | |
| tree | 5827522cf9657fd130393e8bbad478080286cd76 | |
| parent | ca976824bf48bbfa09a82bf4738ca3aff09b4dec (diff) | |
| download | 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>
| -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}" | |||
| 16 | 16 | ||
| 17 | PARALLEL_MAKE = "" | 17 | PARALLEL_MAKE = "" |
| 18 | 18 | ||
| 19 | inherit autotools gettext perlnative | 19 | inherit autotools gettext perlnative pkgconfig |
| 20 | 20 | ||
| 21 | export PERL_LIBDIR = "${libdir}/perl" | 21 | export PERL_LIBDIR = "${libdir}/perl" |
| 22 | PERL_LIBDIR_class-native = "${libdir}/perl-native/perl" | 22 | PERL_LIBDIR_class-native = "${libdir}/perl-native/perl" |
