summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-05 02:49:54 +0200
committerSaul Wold <sgw@linux.intel.com>2013-07-09 07:56:13 -0700
commitd8d230a164b4e98dbb3a9e6d9bb567c2aabee7f9 (patch)
treed9b6522dd9acc4c9bcb81d0c2bc1a06a7512dbb5 /meta/recipes-extended/pam
parent933df6f9cc309cfb5d63401c5b6cf8d4432a1b1a (diff)
downloadopenembedded-core-contrib-d8d230a164b4e98dbb3a9e6d9bb567c2aabee7f9.tar.gz
libpam: inherit pkgconfig
* missing dependency on pkgconfig-native was causing that PKG_CHECK_MODULES(DBUS, dbus-1) stayed unexpanded in configure script: checking for dbm_store in -lndbm... no libpam/1.1.6-r2/Linux-PAM-1.1.6/configure: line 14217: syntax error near unexpected token `libtirpc,' libpam/1.1.6-r2/Linux-PAM-1.1.6/configure: line 14217: ` PKG_CHECK_MODULES(libtirpc, libtirpc,' Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb
index f811f4ce0f..62ad7b16a2 100644
--- a/meta/recipes-extended/pam/libpam_1.1.6.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.6.bb
@@ -43,7 +43,7 @@ PR = "r2"
S = "${WORKDIR}/Linux-PAM-${PV}"
-inherit autotools gettext
+inherit autotools gettext pkgconfig
PACKAGES += "${PN}-runtime ${PN}-xtests"
FILES_${PN} = "${base_libdir}/lib*${SOLIBS}"