aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-05 02:43:17 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-16 10:39:43 +0100
commit277b2497f0b6400e47e0cbad89ccfff72f584059 (patch)
treec789cca9c824bc564545ddf4a526e7ee45c03ce7
parent7afce1297a63e470237ba1f3ff7d72b497188ff8 (diff)
downloadopenembedded-core-277b2497f0b6400e47e0cbad89ccfff72f584059.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 (From OE-Core master 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>
-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 80159a9ad4..f3c8fbe621 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=""'