aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samba/samba_3.3.9.bb
blob: 40828d64b4e62ffc9704645421b7d1311c6a6f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
require samba.inc
require samba-basic.inc
LICENSE = "GPLv3"

# 3.3.0 and newer will upgrade your tdb database to a
# new version that you can not downgrade to use with older
# releases. More testing will happen before this is removed
# should there be further issues. Appears to work though :)
DEFAULT_PREFERENCE = "-1"

SRC_URI += "file://configure-3.3.0.patch;apply=yes \
            file://config-h.patch;apply=yes \
            file://mtab.patch;apply=yes \
            file://tdbheaderfix.patch;apply=yes "

PR = "r3"

EXTRA_OECONF += "\
	SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \
	samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \
	linux_getgrouplist_ok=no \
	samba_cv_HAVE_BROKEN_GETGROUPS=no \
	samba_cv_HAVE_FTRUNCATE_EXTEND=yes \
	samba_cv_have_setresuid=yes \
	samba_cv_have_setresgid=yes \
	samba_cv_HAVE_WRFILE_KEYTAB=yes \
	"

do_configure() {
	oe_runconf
}

do_compile () {
	base_do_compile
}

SRC_URI[src.md5sum] = "d99c3ccc3066d1c6a0dba4de02aad24b"
SRC_URI[src.sha256sum] = "41a8919e3a32cf7523c49473edb478f3a7ec7d4ae4d125297a18d48f79e17f91"