[oe-commits] Richard Purdie : dpkg: Add missing pkgconfig dependency

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 16:43:40 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 2602575108a39723f9975391e83290573cbd2ec9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2602575108a39723f9975391e83290573cbd2ec9

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Feb  4 15:50:40 2013 +0000

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 at linuxfoundation.org>

---

 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 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"





More information about the Openembedded-commits mailing list