[oe-commits] Koen Kooi : sourcepkg.bbclass: OE's quilt now puts patches in patches/ instead of .pc/, so add that to the blacklist as well

git version control git at git.openembedded.org
Mon Mar 15 15:14:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0b31947db8cc73fb23eecd3a1abaa3b4d465df9a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0b31947db8cc73fb23eecd3a1abaa3b4d465df9a

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar 15 16:13:31 2010 +0100

sourcepkg.bbclass: OE's quilt now puts patches in patches/ instead of .pc/, so add that to the blacklist as well

---

 classes/sourcepkg.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/sourcepkg.bbclass b/classes/sourcepkg.bbclass
index e11f72b..65b1de5 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"





More information about the Openembedded-commits mailing list