Skip to content

Commit

Permalink
samba: add dynamic packages regexp for auth and pdb modules
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rrerolle authored and kraj committed Jun 14, 2018
1 parent 8f3e6f4 commit 5ebc5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-networking/recipes-connectivity/samba/samba_4.7.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5ebc5d2

Please sign in to comment.