diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-15 00:11:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-16 08:43:43 +0100 |
commit | 06ad2a21f24e908adf3aa6930aa4d06d3e8bd3af (patch) | |
tree | 8efac76f08d2f04c117b73d45240484c4cba23d5 /meta-oe | |
parent | a955885a291dd626644ec85d07bc3b392e28be44 (diff) | |
download | meta-openembedded-06ad2a21f24e908adf3aa6930aa4d06d3e8bd3af.tar.gz |
samba: Force python disabled for now to avoid host contamination
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/samba/samba_3.5.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba_3.5.6.bb b/meta-oe/recipes-connectivity/samba/samba_3.5.6.bb index d5945f962..68852353c 100644 --- a/meta-oe/recipes-connectivity/samba/samba_3.5.6.bb +++ b/meta-oe/recipes-connectivity/samba/samba_3.5.6.bb | |||
@@ -3,6 +3,8 @@ require samba-basic.inc | |||
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | PR = "r1" | ||
7 | |||
6 | SRC_URI += "file://config-h.patch \ | 8 | SRC_URI += "file://config-h.patch \ |
7 | file://tdbheaderfix.patch;patchdir=.." | 9 | file://tdbheaderfix.patch;patchdir=.." |
8 | 10 | ||
@@ -12,6 +14,7 @@ SRC_URI[sha256sum] = "466410868375d19a286ac3fc5d9f3c267ce359189f8e0d76e72ec10bd5 | |||
12 | S = "${WORKDIR}/samba-${PV}/source3" | 14 | S = "${WORKDIR}/samba-${PV}/source3" |
13 | 15 | ||
14 | EXTRA_OECONF += "\ | 16 | EXTRA_OECONF += "\ |
17 | ac_cv_path_PYTHON=/not/exist \ | ||
15 | SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ | 18 | SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ |
16 | samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ | 19 | samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ |
17 | linux_getgrouplist_ok=no \ | 20 | linux_getgrouplist_ok=no \ |