aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pam/libpam-base-files.bb
blob: 9ba57a764a09fcc355eaa5608dd3cb97a7654cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Linux-PAM authentication library for Linux. Base configuration files"

SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = ""
RDEPENDS = "libpam"
RRECOMMENDS = "libpam-meta"

PR = "r5"

SRC_URI = " \
           file://pam.d/* \
"

do_install() {         
          install -d ${D}${sysconfdir}/pam.d/     
          install -m 0644 ${WORKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/
}