diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/pam/pam_1.0.2.bb | 4 |
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 4ef9511..3d6f985 100644 --- a/meta/packages/pam/pam_1.0.2.bb +++ b/meta/packages/pam/pam_1.0.2.bb @@ -1,5 +1,5 @@ HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" -PR = "r7" +PR = "r8" SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \ file://disable_crossbinary.patch;patch=1 " @@ -12,7 +12,7 @@ CFLAGS_append = " -fPIC " S = "${WORKDIR}/Linux-PAM-${PV}" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig gettext FILES_${PN}-dbg += "${base_libdir}/security/.debug" FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug" |