diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-13 17:09:55 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-13 17:09:55 +0100 |
commit | 75268ccf888a07612411491ee0ad3d2ca3366eb8 (patch) | |
tree | 15d39e192d484facb2cfc93d440f6ecc7178b79d /recipes/pam | |
parent | bb44fcc7fc6d70975f8ddf9058668c2ecb51ed74 (diff) |
libpam-base-files: RRECOMMEND libpam-meta
Diffstat (limited to 'recipes/pam')
-rw-r--r-- | recipes/pam/libpam-base-files.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/pam/libpam-base-files.bb b/recipes/pam/libpam-base-files.bb index 52d762202e..70c357c244 100644 --- a/recipes/pam/libpam-base-files.bb +++ b/recipes/pam/libpam-base-files.bb @@ -5,8 +5,9 @@ PRIORITY = "optional" LICENSE = "GPLv2" DEPENDS = "" RDEPENDS = "libpam" +RRECOMMENDS = "libpam-meta" -PR = "r2" +PR = "r3" SRC_URI = " \ file://pam.d/* \ |