aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samba/samba_3.2.15.bb
AgeCommit message (Collapse)Author
2011-01-26samba: Fix build issue on uclibc/arm/thumbKhem Raj
We get following errors as of now. This patch fixes those /scratch/oe/sysroots/x86_64-linux/usr/armv5te/lib/gcc/arm-oe-linux-uclibceabi/4.5.3/../../../../arm-oe-linux-uclibceabi/bin/ld: /scratch/oe/sysroots/armv5te-oe-linux-uclibceabi/usr/lib//uclibc_nonshared.a(atexit.os)(.text+0x12): unresolvable R_ARM_THM_CALL relocation against symbol `__cxa_atexit' Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2010-12-21samba: use external talloc instead of building ownMartin Jansa
* libtalloc now conflicts with libtalloc from talloc recipe * tested only with samba-3.2.15 Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-14samba_3.2.15.bb: Fix build failure on ARM/thumb due to GCC ICEKhem Raj
* As a hotfix we currently avoid compiling it in thumb mode. Due to gcc bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46934 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-12samba: Drop name=src from checksumsTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-03-08samba: Upgrade stable releases from 3.2.8 to latest 3.2.x releaseHolger Hans Peter Freyther
This is addressing: CVE-2009-1886, CVE-2009-1888, CVE-2009-2813 CVE-2009-2948 and CVE-2009-2906.