summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-05 02:49:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:18:09 +0100
commit4ce2b1c95b86641979d075275d74efe496ca54c2 (patch)
tree2495f59b3d36a8e86610f071e094a265209a0c22 /meta
parentc0151b1a456d75db97bfee4eadf1c41c8e451af9 (diff)
downloadpoky-4ce2b1c95b86641979d075275d74efe496ca54c2.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 (From OE-Core master rev: d8d230a164b4e98dbb3a9e6d9bb567c2aabee7f9) (From OE-Core rev: 5593ab8381752d46f7883f7531f5d86dcfb0fce8) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 79fe022792..ba377ad8e4 100644
--- a/meta/recipes-extended/pam/libpam_1.1.6.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.6.bb
@@ -38,7 +38,7 @@ PR = "r2"
38 38
39S = "${WORKDIR}/Linux-PAM-${PV}" 39S = "${WORKDIR}/Linux-PAM-${PV}"
40 40
41inherit autotools gettext 41inherit autotools gettext pkgconfig
42 42
43PACKAGES += "${PN}-runtime ${PN}-xtests" 43PACKAGES += "${PN}-runtime ${PN}-xtests"
44FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" 44FILES_${PN} = "${base_libdir}/lib*${SOLIBS}"