diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-01 01:41:19 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-01 01:41:19 +0000 |
commit | 4130549e353f40093e0e0cad4362f9284ab6a293 (patch) | |
tree | 6dcd6cd4f187db7eaf8429b850e7f2c590673bce /packages/samba/samba_3.2.7.bb | |
parent | 765044d771370ab25fd0ea9c33d3734ee7d3348b (diff) |
samba: Further fixups to samba:
- Add 3.3.0, works but DEFAULT_PREFERENCE -1 (see comments in recipe)
- Ensure various ads deps are not included better
- Centralise more repetition into samba-basic.inc
- Remove various duplicate smb.conf
- Ensure smbfs-doc is only included in 3.0.23c and 3.0.34 as it does not exist in other packages
Diffstat (limited to 'packages/samba/samba_3.2.7.bb')
-rw-r--r-- | packages/samba/samba_3.2.7.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/samba/samba_3.2.7.bb b/packages/samba/samba_3.2.7.bb index cde2a8f88f..70aff3d126 100644 --- a/packages/samba/samba_3.2.7.bb +++ b/packages/samba/samba_3.2.7.bb @@ -6,7 +6,7 @@ SRC_URI += "file://configure-3.2.7.patch;patch=1 \ file://mtab.patch;patch=1 \ " -PR = "r2" +PR = "r3" EXTRA_OECONF += "\ SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ @@ -17,8 +17,6 @@ EXTRA_OECONF += "\ samba_cv_have_setresuid=yes \ samba_cv_have_setresgid=yes \ samba_cv_HAVE_WRFILE_KEYTAB=yes \ - --without-ads \ - --without-winbind \ " do_configure() { |