aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/quota
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-05 02:43:17 +0200
committerSaul Wold <sgw@linux.intel.com>2013-07-09 07:56:13 -0700
commit933df6f9cc309cfb5d63401c5b6cf8d4432a1b1a (patch)
tree7f3418d44fd9097a2cfce73a7f57a49f62b0617f /meta/recipes-extended/quota
parent663564d14b09073765e2c4657f1e6c94dab6a365 (diff)
downloadopenembedded-core-933df6f9cc309cfb5d63401c5b6cf8d4432a1b1a.tar.gz
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 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/quota')
-rw-r--r--meta/recipes-extended/quota/quota_4.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb
index 4dc7e68efb..9835f062a4 100644
--- a/meta/recipes-extended/quota/quota_4.01.bb
+++ b/meta/recipes-extended/quota/quota_4.01.bb
@@ -17,7 +17,7 @@ S = "${WORKDIR}/quota-tools"
DEPENDS = "gettext-native e2fsprogs"
-inherit autotools gettext
+inherit autotools gettext pkgconfig
EXTRA_OEMAKE += 'STRIP=""'