Age | Commit message (Collapse) | Author | Files |
|
|
|
- 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
|
|
- Move mtab.patch and config-h.patch to files as they will work for 3.3.0
- Remove AD support, krb5 and openldap deps from 3.2.7
- Move the non-AD samba specific stuff into its own include file
- Ensure package conflicts with samba-ads, bump PR to pick this up
|
|
- Remove repeition of everything, everywhere
- Fix uclibc builds of 3.0.34
- Add active directory client support to 3.2.7
|
|
|
|
|
|
As reported by me in bug 3880, mount -t (smb|smbfs) won't work unless the
helper is in /sbin (which is where upstream places these), so that's where
we want the links too.
|
|
common-linux site file.
As reported by me in bug 4854, the IFACE autoconf variables are found
in some, bug not all arch site files, but these are really common linux
variables and as such, should be in common-linux. Bump PR as there is a
change here in some arches.
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
taken from #2900
|
|
|
|
|
|
|
|
|