From 5ebc5d2b74d970a1167be6b46b5882e7dbf3c5c4 Mon Sep 17 00:00:00 2001 From: Rémi Rérolle Date: Mon, 11 Jun 2018 15:43:42 +0200 Subject: 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 --- 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 e711e58d09..ba2b7f2c6b 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" -- cgit 1.2.3-korg