summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-23 14:33:15 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:27 +0200
commit81bf02c1ed858b8a7ae9297b8eab7d9355d0a48c (patch)
tree461074101be43311799196b87af4051ba6ca49d2
parent21b4896d5c8b656e441882b397e68f36465e5ddf (diff)
downloadmeta-openembedded-81bf02c1ed858b8a7ae9297b8eab7d9355d0a48c.tar.gz
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>
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_git.bb2
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 dde1cc7eb..3d15ff304 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"
14PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= ""
15PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" 15PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
16 16
17inherit autotools 17inherit autotools pkgconfig
18 18
19do_install_append() { 19do_install_append() {
20 # Remove empty /usr/bin and /usr/sbin directories since the mount helper 20 # Remove empty /usr/bin and /usr/sbin directories since the mount helper