mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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) (From OE-Core rev: 277b2497f0b6400e47e0cbad89ccfff72f584059) 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:
committed by
Richard Purdie
parent
08074dc486
commit
c0151b1a45
@@ -17,7 +17,7 @@ S = "${WORKDIR}/quota-tools"
|
||||
|
||||
DEPENDS = "gettext-native e2fsprogs"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
EXTRA_OEMAKE += 'STRIP=""'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user