diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba_4.8.4.bb')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.8.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb b/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb index f1aaeb83d9..e86ed96a5d 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb | |||
@@ -193,15 +193,15 @@ PACKAGES =+ "${PN}-python ${PN}-pidl \ | |||
193 | 193 | ||
194 | python samba_populate_packages() { | 194 | python samba_populate_packages() { |
195 | def module_hook(file, pkg, pattern, format, basename): | 195 | def module_hook(file, pkg, pattern, format, basename): |
196 | pn = d.getVar('PN', True) | 196 | pn = d.getVar('PN') |
197 | d.appendVar('RRECOMMENDS_%s-base' % pn, ' %s' % pkg) | 197 | d.appendVar('RRECOMMENDS_%s-base' % pn, ' %s' % pkg) |
198 | 198 | ||
199 | mlprefix = d.getVar('MLPREFIX', True) or '' | 199 | mlprefix = d.getVar('MLPREFIX') or '' |
200 | pam_libdir = d.expand('${base_libdir}/security') | 200 | pam_libdir = d.expand('${base_libdir}/security') |
201 | pam_pkgname = mlprefix + 'pam-plugin%s' | 201 | pam_pkgname = mlprefix + 'pam-plugin%s' |
202 | do_split_packages(d, pam_libdir, '^pam_(.*)\.so$', pam_pkgname, 'PAM plugin for %s', extra_depends='', prepend=True) | 202 | do_split_packages(d, pam_libdir, '^pam_(.*)\.so$', pam_pkgname, 'PAM plugin for %s', extra_depends='', prepend=True) |
203 | 203 | ||
204 | libdir = d.getVar('libdir', True) | 204 | libdir = d.getVar('libdir') |
205 | do_split_packages(d, libdir, '^lib(.*)\.so\..*$', 'lib%s', 'Samba %s library', extra_depends='${PN}-common', prepend=True, allow_links=True) | 205 | do_split_packages(d, libdir, '^lib(.*)\.so\..*$', 'lib%s', 'Samba %s library', extra_depends='${PN}-common', prepend=True, allow_links=True) |
206 | pkglibdir = '%s/samba' % libdir | 206 | pkglibdir = '%s/samba' % libdir |
207 | do_split_packages(d, pkglibdir, '^lib(.*)\.so$', 'lib%s', 'Samba %s library', extra_depends='${PN}-common', prepend=True) | 207 | do_split_packages(d, pkglibdir, '^lib(.*)\.so$', 'lib%s', 'Samba %s library', extra_depends='${PN}-common', prepend=True) |