]> code.ossystems Code Review - openembedded-core.git/commitdiff
pam: fix inherit, add gettext and change autotools
authorJoshua Lock <josh@linux.intel.com>
Wed, 6 Jan 2010 09:17:00 +0000 (09:17 +0000)
committerJoshua Lock <josh@linux.intel.com>
Wed, 6 Jan 2010 09:17:00 +0000 (09:17 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/pam/pam_1.0.2.bb

index 4ef9511c95a39a3f22c6dd375dd1275abed3f58b..3d6f985960bad9b23155e05b583d61508b4bb2a4 100644 (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"