repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libdmx: Add fso-specs to DEPENDS
[openembedded.git]
/
recipes
/
pam
/
libpam-base-files.bb
blob
9ba57a764a09fcc355eaa5608dd3cb97a7654cdf
1
DESCRIPTION
=
"Linux-PAM authentication library for Linux. Base configuration files"
2
3
SECTION
=
"libs"
4
PRIORITY
=
"optional"
5
LICENSE
=
"GPLv2"
6
DEPENDS
=
""
7
RDEPENDS
=
"libpam"
8
RRECOMMENDS
=
"libpam-meta"
9
10
PR
=
"r5"
11
12
SRC_URI
=
" \
13
file://pam.d/* \
14
"
15
16
do_install
() {
17
install
-
d $
{
D
}
$
{
sysconfdir
}/
pam.d
/
18
install
-
m
0644
$
{
WORKDIR
}/
pam.d
/*
$
{
D
}
$
{
sysconfdir
}/
pam.d
/
19
}