From c015649725abd40a2d702ada4f2c6a48f2417615 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 23 Jul 2013 14:33:15 +0200 Subject: [PATCH] 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 (From meta-openembedded rev: 7c6e89d50dd444e25ef40bc278ccdf9ea01930d3) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../meta-networking/recipes-support/cifs/cifs-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_git.bb index 07bf1b8..fc7a4d3 100644 --- a/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_git.bb +++ b/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_git.bb @@ -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 -- 2.7.4