[oe-commits] Martin Jansa : cifs-utils: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:46 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 81bf02c1ed858b8a7ae9297b8eab7d9355d0a48c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=81bf02c1ed858b8a7ae9297b8eab7d9355d0a48c

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jul 23 14:33:15 2013 +0200

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 at gmail.com>

---

 .../recipes-support/cifs/cifs-utils_git.bb         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index dde1cc7..3d15ff3 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
@@ -14,7 +14,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



More information about the Openembedded-commits mailing list