summaryrefslogtreecommitdiff
path: root/meta/packages/pam/pam_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pam/pam_1.1.1.bb')
-rw-r--r--meta/packages/pam/pam_1.1.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/pam/pam_1.1.1.bb b/meta/packages/pam/pam_1.1.1.bb
index 7ef4d2d25..ad53a32f7 100644
--- a/meta/packages/pam/pam_1.1.1.bb
+++ b/meta/packages/pam/pam_1.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
BUGTRACKER = "http://sourceforge.net/projects/pam/support"
# PAM allows dual licensed under GPL and BSD
LICENSE = "GPLv2+ | BSD"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \
file://disable_crossbinary.patch \
@@ -37,7 +37,3 @@ do_install() {
install -d ${D}/etc/default/volatiles
install -m 0644 ${WORKDIR}/99_pam ${D}/etc/default/volatiles
}
-
-pkg_postinst_${PN} () {
- /etc/init.d/populate-volatile.sh update
-}