aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samba/samba_3.5.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/samba/samba_3.5.6.bb')
-rw-r--r--recipes/samba/samba_3.5.6.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/samba/samba_3.5.6.bb b/recipes/samba/samba_3.5.6.bb
index 72bada9286..7b82849147 100644
--- a/recipes/samba/samba_3.5.6.bb
+++ b/recipes/samba/samba_3.5.6.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/samba-${PV}/source3"
DEFAULT_PREFERENCE = "-1"
SRC_URI += "file://config-h.patch \
- file://tdbheaderfix.patch;apply=no"
+ file://tdbheaderfix.patch;patchdir=.."
PR = "r0"
@@ -27,11 +27,6 @@ EXTRA_OECONF += "\
"
do_configure() {
- # Patches we must apply by hand due to layout.
- cd ..
- patch -p1 -i ${WORKDIR}/tdbheaderfix.patch
- cd source3
-
oe_runconf
}