[oe-commits] [meta-openembedded] 05/38: samba: add dynamic packages regexp for auth and pdb modules

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 04:48:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 5ebc5d2b74d970a1167be6b46b5882e7dbf3c5c4
Author: Rémi Rérolle <remi.rerolle at gmail.com>
AuthorDate: Mon Jun 11 15:43:42 2018 +0200

    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 at gmail.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.7.6.bb | 1 +
 1 file changed, 1 insertion(+)

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 e711e58..ba2b7f2 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() {
 }
 
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list