diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-05 02:43:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-10 09:41:59 +0100 |
commit | 195e098dfeaa8f43af9bf019f6b466505b97b348 (patch) | |
tree | 40fb3d89d429e563979cb79f97524c01e86384cd | |
parent | 38639bd285d13da5a2aa7da72f404e783bbe6d1a (diff) | |
download | poky-195e098dfeaa8f43af9bf019f6b466505b97b348.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 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.bb | 2 |
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" | |||
17 | 17 | ||
18 | DEPENDS = "gettext-native e2fsprogs" | 18 | DEPENDS = "gettext-native e2fsprogs" |
19 | 19 | ||
20 | inherit autotools gettext | 20 | inherit autotools gettext pkgconfig |
21 | 21 | ||
22 | EXTRA_OEMAKE += 'STRIP=""' | 22 | EXTRA_OEMAKE += 'STRIP=""' |
23 | 23 | ||