From 4dac8ed6d791684c23828f05adfee3cc7d03e358 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 6 Jan 2010 09:17:00 +0000 Subject: pam: fix inherit, add gettext and change autotools Signed-off-by: Joshua Lock --- meta/packages/pam/pam_1.0.2.bb | 4 ++-- 1 file 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 4ef9511c9..3d6f98596 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" -- cgit v1.2.3