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

SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = ""
RDEPENDS = "libpam"

PR = "r2"

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

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