diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.8.4.bb | 10 |
1 files changed, 10 insertions, 0 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 e86ed96a5d..aa80871315 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb | |||
| @@ -107,6 +107,16 @@ SAMBA4_MODULES="${SAMBA4_IDMAP_MODULES},${SAMBA4_PDB_MODULES},${SAMBA4_AUTH_MODU | |||
| 107 | # | 107 | # |
| 108 | SAMBA4_LIBS="heimdal,cmocka,ldb,pyldb-util,NONE" | 108 | SAMBA4_LIBS="heimdal,cmocka,ldb,pyldb-util,NONE" |
| 109 | 109 | ||
| 110 | # interim packages: As long as ldb/pyldb-util are in SAMBA4_LIBS we need to pack | ||
| 111 | # bundled libraries in seperate packages. Otherwise they are auto-packed in | ||
| 112 | # package 'samba' which RDEPENDS on lots of packages not wanted e.g autostarting | ||
| 113 | # nmbd/smbd daemons | ||
| 114 | # Once 'ldb,pyldb-util' are removed from SAMBA4_LIBS the bundled packages can | ||
| 115 | # be removed again. | ||
| 116 | PACKAGES =+ "${PN}-bundled-ldb ${PN}-bundled-pyldb-util" | ||
| 117 | FILES_${PN}-bundled-ldb = "${libdir}/samba/libldb${SOLIBS}" | ||
| 118 | FILES_${PN}-bundled-pyldb-util = "${libdir}/samba/libpyldb-util${SOLIBS}" | ||
| 119 | |||
| 110 | EXTRA_OECONF += "--enable-fhs \ | 120 | EXTRA_OECONF += "--enable-fhs \ |
| 111 | --with-piddir=/run \ | 121 | --with-piddir=/run \ |
| 112 | --with-sockets-dir=/run/samba \ | 122 | --with-sockets-dir=/run/samba \ |
