pam: fix inherit, add gettext and change autotools

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-01-06 09:17:00 +00:00
parent b1b5194dc2
commit 4dac8ed6d7
1 changed files with 2 additions and 2 deletions

View File

@ -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"