summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/pam/pam_1.0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb
index 4ef9511c95..3d6f985960 100644
--- a/meta/packages/pam/pam_1.0.2.bb
+++ b/meta/packages/pam/pam_1.0.2.bb
@@ -1,5 +1,5 @@
1HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" 1HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
2PR = "r7" 2PR = "r8"
3 3
4SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \ 4SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \
5 file://disable_crossbinary.patch;patch=1 " 5 file://disable_crossbinary.patch;patch=1 "
@@ -12,7 +12,7 @@ CFLAGS_append = " -fPIC "
12 12
13S = "${WORKDIR}/Linux-PAM-${PV}" 13S = "${WORKDIR}/Linux-PAM-${PV}"
14 14
15inherit autotools_stage pkgconfig 15inherit autotools pkgconfig gettext
16 16
17FILES_${PN}-dbg += "${base_libdir}/security/.debug" 17FILES_${PN}-dbg += "${base_libdir}/security/.debug"
18FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug" 18FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug"