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:
Martin Jansa
2013-07-23 14:33:15 +02:00
parent 0bc7948e5b
commit 7c6e89d50d
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
PACKAGECONFIG ??= "" PACKAGECONFIG ??= ""
PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
inherit autotools inherit autotools pkgconfig
do_install_append() { do_install_append() {
# Remove empty /usr/bin and /usr/sbin directories since the mount helper # Remove empty /usr/bin and /usr/sbin directories since the mount helper