diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-23 14:33:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:14 +0200 |
commit | 7c6e89d50dd444e25ef40bc278ccdf9ea01930d3 (patch) | |
tree | db63047c24c6498e8bb43ee3ad7c31fceae94f8f /meta-networking/recipes-support/cifs | |
parent | 0bc7948e5b2c3a03c681b03b40a5c3cbd6af7941 (diff) | |
download | meta-openembedded-7c6e89d50dd444e25ef40bc278ccdf9ea01930d3.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>
Diffstat (limited to 'meta-networking/recipes-support/cifs')
-rw-r--r-- | meta-networking/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 07bf1b842..fc7a4d345 100644 --- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb +++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
15 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "" |
16 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" | 16 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" |
17 | 17 | ||
18 | inherit autotools | 18 | inherit autotools pkgconfig |
19 | 19 | ||
20 | do_install_append() { | 20 | do_install_append() { |
21 | # Remove empty /usr/bin and /usr/sbin directories since the mount helper | 21 | # Remove empty /usr/bin and /usr/sbin directories since the mount helper |