From 8973564b1cbc7036955962a7f7311eee691f87ae Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 31 Mar 2011 10:20:42 -0700 Subject: [PATCH] samba: Switch to patchdir rather than applying in do_configure Signed-off-by: Tom Rini --- recipes/samba/samba_3.5.6.bb | 7 +------ 1 file changed, 1 insertion(+), 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 } -- 2.39.5