]> code.ossystems Code Review - openembedded-core.git/commitdiff
quota: inherit pkgconfig
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 5 Jul 2013 00:43:17 +0000 (02:43 +0200)
committerSaul Wold <sgw@linux.intel.com>
Tue, 9 Jul 2013 14:56:13 +0000 (07:56 -0700)
* missing dependency on pkgconfig-native was causing
  that PKG_CHECK_MODULES(DBUS, dbus-1) stayed unexpanded in
  configure script:
  checking for ext2fs_initialize in -lext2fs... yes
  quota/4.01-r1/quota-tools/configure: line 3746: syntax error near unexpected token `DBUS,'
  quota/4.01-r1/quota-tools/configure: line 3746: `        PKG_CHECK_MODULES(DBUS, dbus-1)'
  Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/quota/quota_4.01.bb

index 4dc7e68efb22c26f42ac227e26ef237073e17aba..9835f062a433f5d7bbbb5d4e36edd31a6f4e2993 100644 (file)
@@ -17,7 +17,7 @@ S = "${WORKDIR}/quota-tools"
 
 DEPENDS = "gettext-native e2fsprogs"
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 
 EXTRA_OEMAKE += 'STRIP=""'