summaryrefslogtreecommitdiff
path: root/packages/samba/samba_3.0.23c.bb
AgeCommit message (Collapse)AuthorFiles
2008-11-26samba: Fix mount.smb/mount.smbfs link locationsTom Rini1
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.
2008-11-26samba, samba-essential: Move IFACE related autoconf variables to ↵Tom Rini1
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.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
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>
2008-08-03samba: Move cifs.patch from .inc to .bb as newer versions don't need this patchOyvind Repvik1
2008-05-19samba: fix packaging and close 3146.Rolf Leggewie1
2007-09-03samba: depend on virtual/libiconv and supply path to it to fix building - ↵Marcin Juszkiewicz1
taken from #2900
2007-02-19samba: Make fetching more robust (closes 1885). Unify some more. Sanitize.Rolf Leggewie1
2006-11-17samba: Fix parsing errorsOyvind Repvik1
2006-09-02samba: Move MAINTAINER/LICENCE to .incOyvind Repvik1
2006-09-02samba: upstream upgrade to 3.0.23c. Add MAINTAINER and LICENCE fieldsOyvind Repvik1