[Buildroot] [PATCH 1/1] package/samba4: add required python deps for AD DC support

Peter Korsgaard peter at korsgaard.com
Mon Apr 26 13:26:01 UTC 2021


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > Needed due to upstream commit:
 > https://gitlab.com/samba-team/samba/-/commit/2420b7c6d2038aca33759ca3a7d41240c5f19bf7

 > Fixes:
 > http://autobuild.buildroot.net/results/12a/12a74665a2349eacb28c3035bb36a4dce1d740d1/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
 > ---
 >  package/samba4/Config.in | 2 ++
 >  package/samba4/samba4.mk | 7 ++++++-
 >  2 files changed, 8 insertions(+), 1 deletion(-)

 > diff --git a/package/samba4/Config.in b/package/samba4/Config.in
 > index a34eaa8088..e890313b71 100644
 > --- a/package/samba4/Config.in
 > +++ b/package/samba4/Config.in
 > @@ -32,6 +32,8 @@ config BR2_PACKAGE_SAMBA4_AD_DC
 >  	bool "AD DC"
 >  	depends on BR2_PACKAGE_PYTHON3
 >  	select BR2_PACKAGE_JANSSON
 > +	select BR2_PACKAGE_PYTHON_DNSPYTHON
 > +	select BR2_PACKAGE_PYTHON_MARKDOWN
 >  	help
 >  	  Enable Active Directory Domain Controller functionality.
 
 > diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk
 > index 99c8af9ab2..ed38af020c 100644
 > --- a/package/samba4/samba4.mk
 > +++ b/package/samba4/samba4.mk
 > @@ -149,7 +149,12 @@ define SAMBA4_INSTALL_TARGET_CMDS
 >  endef
 
 >  ifeq ($(BR2_PACKAGE_SAMBA4_AD_DC),y)
 > -SAMBA4_DEPENDENCIES += jansson
 > +SAMBA4_DEPENDENCIES += \
 > +	jansson \
 > +	host-python-dnspython \

How can this work? We don't currently have a host-python-dnspython
package.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list