mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:39:01 +00:00
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:
parent
8f3e6f4339
commit
5ebc5d2b74
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user