From: Koen Kooi Date: Mon, 15 Mar 2010 15:13:31 +0000 (+0100) Subject: sourcepkg.bbclass: OE's quilt now puts patches in patches/ instead of .pc/, so add... X-Git-Tag: Release-2010-05/1~340^2~128^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b31947db8cc73fb23eecd3a1abaa3b4d465df9a;p=openembedded.git sourcepkg.bbclass: OE's quilt now puts patches in patches/ instead of .pc/, so add that to the blacklist as well --- diff --git a/classes/sourcepkg.bbclass b/classes/sourcepkg.bbclass index e11f72b6dd..65b1de5659 100644 --- a/classes/sourcepkg.bbclass +++ b/classes/sourcepkg.bbclass @@ -1,5 +1,5 @@ DEPLOY_DIR_SRC ?= "${DEPLOY_DIR}/sources" -EXCLUDE_FROM ?= ".pc autom4te.cache" +EXCLUDE_FROM ?= ".pc patches autom4te.cache" # used as part of a path. make sure it's set DISTRO ?= "openembedded"