From: Tom Rini Date: Thu, 31 Mar 2011 17:20:42 +0000 (-0700) Subject: samba: Switch to patchdir rather than applying in do_configure X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8973564b1cbc7036955962a7f7311eee691f87ae;p=openembedded.git samba: Switch to patchdir rather than applying in do_configure Signed-off-by: Tom Rini --- 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 }