summaryrefslogtreecommitdiff
path: root/meta/packages/pam/libpam_1.1.1.bb
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-08-14 15:46:00 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-17 22:56:12 +0100
commit7025e6496e89e3a5750aae65b73118d2f6673884 (patch)
treebb381760d8f89f1edd8f3c57ecb16167c3059faf /meta/packages/pam/libpam_1.1.1.bb
parentdb5c145af18e01d4115ecb2187b56c29ea863114 (diff)
downloadopenembedded-core-7025e6496e89e3a5750aae65b73118d2f6673884.tar.gz
openembedded-core-7025e6496e89e3a5750aae65b73118d2f6673884.tar.bz2
openembedded-core-7025e6496e89e3a5750aae65b73118d2f6673884.tar.xz
openembedded-core-7025e6496e89e3a5750aae65b73118d2f6673884.zip
pam: add missing bits from previous commit
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/pam/libpam_1.1.1.bb')
-rw-r--r--meta/packages/pam/libpam_1.1.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/pam/libpam_1.1.1.bb b/meta/packages/pam/libpam_1.1.1.bb
index 12c417227..536a0f5ce 100644
--- a/meta/packages/pam/libpam_1.1.1.bb
+++ b/meta/packages/pam/libpam_1.1.1.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "http://sourceforge.net/projects/pam/support"
# /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time
# libpam-runtime-1.0.1 is GPLv2+), by openembedded
LICENSE = "GPLv2+ | BSD"
-PR = "r0"
+PR = "r1"
DEPENDS = "bison flex"
RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix"
@@ -71,7 +71,3 @@ do_install() {
install -d ${D}${sysconfdir}/pam.d/
install -m 0644 ${WORKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/
}
-
-pkg_postinst_${PN} () {
- /etc/init.d/populate-volatile.sh update
-}