quota: inherit pkgconfig

* 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

(From OE-Core rev: 933df6f9cc309cfb5d63401c5b6cf8d4432a1b1a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2013-07-05 02:43:17 +02:00 committed by Richard Purdie
parent 38639bd285
commit 195e098dfe
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ S = "${WORKDIR}/quota-tools"
DEPENDS = "gettext-native e2fsprogs"
inherit autotools gettext
inherit autotools gettext pkgconfig
EXTRA_OEMAKE += 'STRIP=""'