mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
cifs-utils: inherit pkgconfig
* it fails in do_configure without it
configure.ac:99: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:140: error: possibly undefined macro: AC_MSG_WARN
autoreconf: sysroots/x86_64-linux/usr/bin/autoconf failed with exit status: 1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_install_append() {
|
||||
# Remove empty /usr/bin and /usr/sbin directories since the mount helper
|
||||
|
||||
Reference in New Issue
Block a user