samba: add dynamic packages regexp for auth and pdb modules

Since those modules are dynamically split into sub-packages, they need
a regexp added to PACKAGES_DYNAMIC in order for the samba recipe to
RPROVIDE those packages. Without that, those packages are only known as
RRECOMMENDS for samba-base, which can be an issue when building an image
with NO_RECOMMENDATIONS = "1".

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Rémi Rérolle
2018-06-11 15:43:42 +02:00
committed by Khem Raj
parent 8f3e6f4339
commit 5ebc5d2b74

View File

@@ -213,6 +213,7 @@ python samba_populate_packages() {
}
PACKAGESPLITFUNCS_prepend = "samba_populate_packages "
PACKAGES_DYNAMIC = "samba-auth-.* samba-pdb-.*"
RDEPENDS_${PN} += "${PN}-base ${PN}-python ${PN}-dsdb-modules"
RDEPENDS_${PN}-python += "pytalloc python-tdb"