diff options
Diffstat (limited to 'meta/packages/pam/pam_1.1.1.bb')
-rw-r--r-- | meta/packages/pam/pam_1.1.1.bb | 6 |
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 7ef4d2d251..ad53a32f76 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/" | |||
3 | BUGTRACKER = "http://sourceforge.net/projects/pam/support" | 3 | BUGTRACKER = "http://sourceforge.net/projects/pam/support" |
4 | # PAM allows dual licensed under GPL and BSD | 4 | # PAM allows dual licensed under GPL and BSD |
5 | LICENSE = "GPLv2+ | BSD" | 5 | LICENSE = "GPLv2+ | BSD" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \ |
9 | file://disable_crossbinary.patch \ | 9 | file://disable_crossbinary.patch \ |
@@ -37,7 +37,3 @@ do_install() { | |||
37 | install -d ${D}/etc/default/volatiles | 37 | install -d ${D}/etc/default/volatiles |
38 | install -m 0644 ${WORKDIR}/99_pam ${D}/etc/default/volatiles | 38 | install -m 0644 ${WORKDIR}/99_pam ${D}/etc/default/volatiles |
39 | } | 39 | } |
40 | |||
41 | pkg_postinst_${PN} () { | ||
42 | /etc/init.d/populate-volatile.sh update | ||
43 | } | ||