diff options
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.1.5.bb')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.5.bb b/meta/recipes-extended/pam/libpam_1.1.5.bb index 9274ed3832..dd75d427ec 100644 --- a/meta/recipes-extended/pam/libpam_1.1.5.bb +++ b/meta/recipes-extended/pam/libpam_1.1.5.bb | |||
@@ -53,8 +53,6 @@ RDEPENDS_${PN}-xtests = "libpam pam-plugin-access pam-plugin-debug pam-plugin-cr | |||
53 | RRECOMMENDS_${PN} = "libpam-runtime" | 53 | RRECOMMENDS_${PN} = "libpam-runtime" |
54 | 54 | ||
55 | python populate_packages_prepend () { | 55 | python populate_packages_prepend () { |
56 | import os.path | ||
57 | |||
58 | def pam_plugin_append_file(pn, dir, file): | 56 | def pam_plugin_append_file(pn, dir, file): |
59 | nf = os.path.join(dir, file) | 57 | nf = os.path.join(dir, file) |
60 | of = d.getVar('FILES_' + pn, True) | 58 | of = d.getVar('FILES_' + pn, True) |