aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samba/samba_3.5.6.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-31 10:20:42 -0700
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:39 +0200
commitf52241011a622d07945e732b7285cd22046004e5 (patch)
tree5072b6030311bc085a96c3a258c95f5899fb0b15 /recipes/samba/samba_3.5.6.bb
parent431d0b181a9f2ebd9e6f89d9a4289b8de100ad74 (diff)
downloadopenembedded-f52241011a622d07945e732b7285cd22046004e5.tar.gz
samba: Switch to patchdir rather than applying in do_configure
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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
}