diff options
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/* \ |