diff options
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.6.7.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb b/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb index 2b227c95d1..59d7425c8d 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb | |||
@@ -186,8 +186,7 @@ python samba_populate_packages() { | |||
186 | 186 | ||
187 | PACKAGESPLITFUNCS_prepend = "samba_populate_packages " | 187 | PACKAGESPLITFUNCS_prepend = "samba_populate_packages " |
188 | 188 | ||
189 | RDEPENDS_${PN} += "${PN}-base ${PN}-python ${PN}-dsdb-modules" | 189 | RDEPENDS_${PN} += "${PN}-base" |
190 | RDEPENDS_${PN}-python += "pytalloc python-tdb" | ||
191 | 190 | ||
192 | FILES_${PN}-base = "${sbindir}/nmbd \ | 191 | FILES_${PN}-base = "${sbindir}/nmbd \ |
193 | ${sbindir}/smbd \ | 192 | ${sbindir}/smbd \ |