diff options
author | Rémi Rérolle <remi.rerolle@gmail.com> | 2018-06-11 15:43:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-14 08:57:14 -0700 |
commit | 5ebc5d2b74d970a1167be6b46b5882e7dbf3c5c4 (patch) | |
tree | 356d9443b2932bced0ce4d832c0dfededfa94228 /meta-networking | |
parent | 8f3e6f4339011130247ad9b4f5613f37efd5be0c (diff) | |
download | meta-openembedded-5ebc5d2b74d970a1167be6b46b5882e7dbf3c5c4.tar.gz |
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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.7.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.7.6.bb b/meta-networking/recipes-connectivity/samba/samba_4.7.6.bb index e711e58d0..ba2b7f2c6 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.7.6.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.7.6.bb | |||
@@ -213,6 +213,7 @@ python samba_populate_packages() { | |||
213 | } | 213 | } |
214 | 214 | ||
215 | PACKAGESPLITFUNCS_prepend = "samba_populate_packages " | 215 | PACKAGESPLITFUNCS_prepend = "samba_populate_packages " |
216 | PACKAGES_DYNAMIC = "samba-auth-.* samba-pdb-.*" | ||
216 | 217 | ||
217 | RDEPENDS_${PN} += "${PN}-base ${PN}-python ${PN}-dsdb-modules" | 218 | RDEPENDS_${PN} += "${PN}-base ${PN}-python ${PN}-dsdb-modules" |
218 | RDEPENDS_${PN}-python += "pytalloc python-tdb" | 219 | RDEPENDS_${PN}-python += "pytalloc python-tdb" |